From: Syver E. <syv...@on...> - 2002-01-23 17:30:11
|
Kevin Butler <kb...@ca...> writes: > You need to customize the a couple of variables: > > (setq py-default-interpreter 'jpython) > (setq py-jpython-command "jython") > > You can also toggle between the two shells via C-c C-t > (py-toggle-shells) For another solution, (what I do): put the following in the first line of a jython script: ## -*- mode: python; eval: (py-toggle-shells 'jpython); -*-1 Since I run Cpython mostly but do a fair bit of hacking with jython at the time being. -- Vennlig hilsen Syver Enstad |