commit | a239880a2286505d1c3626f584fb12bfcc2d32e8 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Apr 09 23:28:20 1998 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Apr 09 23:28:20 1998 +0000 |
tree | 59b9ac5d731f6f0a9545017e21f0bf0e4424b86a | |
parent | 7f5013a9a9678e86bff00c97f98e7a92c515b94d [diff] |
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.