]> granicus.if.org Git - python/commit
Quick and extremely dirty hacks to toggle between using CPython and
authorBarry Warsaw <barry@python.org>
Thu, 9 Apr 1998 23:28:20 +0000 (23:28 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 9 Apr 1998 23:28:20 +0000 (23:28 +0000)
commita239880a2286505d1c3626f584fb12bfcc2d32e8
tree59b9ac5d731f6f0a9545017e21f0bf0e4424b86a
parent7f5013a9a9678e86bff00c97f98e7a92c515b94d
Quick and extremely dirty hacks to toggle between using CPython and
JPython interpreters.  This implementation may suck.

(py-jpython-command, py-jpython-command-args): New variables.

(py-mode-map): py-toggle-shells bound to C-c C-t

(py-toggle-shells): Command to toggle between using CPython (the
default) and JPython.  This is buffer local, and notice the mode-name
change.

(py-shell): Use either CPython or JPython.  Note that py-execute-*
still needs to be modified.
Misc/python-mode.el