comparison lisp/progmodes/python.el @ 111626:3655cc4062e4

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 17 Nov 2010 22:54:14 -0500
parents bd93bfc2fc83 d4d6fcc60f7b
children 946fe738ec2b
comparison
equal deleted inserted replaced
111625:586a15d21905 111626:3655cc4062e4
2805 flags to pass to the Python interpreter. This has no effect when this 2805 flags to pass to the Python interpreter. This has no effect when this
2806 command is used to switch to an existing process, only when a new 2806 command is used to switch to an existing process, only when a new
2807 process is started. If you use this, you will probably want to ensure 2807 process is started. If you use this, you will probably want to ensure
2808 that the current arguments are retained (they will be included in the 2808 that the current arguments are retained (they will be included in the
2809 prompt). This argument is ignored when this function is called 2809 prompt). This argument is ignored when this function is called
2810 programmatically, or when running in Emacs 19.34 or older. 2810 programmatically.
2811 2811
2812 Note: You can toggle between using the CPython interpreter and the 2812 Note: You can toggle between using the CPython interpreter and the
2813 JPython interpreter by hitting \\[python-toggle-shells]. This toggles 2813 JPython interpreter by hitting \\[python-toggle-shells]. This toggles
2814 buffer local variables which control whether all your subshell 2814 buffer local variables which control whether all your subshell
2815 interactions happen to the `*JPython*' or `*Python*' buffers (the 2815 interactions happen to the `*JPython*' or `*Python*' buffers (the