~a-roehler/python-mode/XEmacs-compat-test

  • Committer: Andreas Roehler
  • Date: 2012-01-27 14:06:38 UTC
  • Revision ID: andreas.roehler@online.de-20120127140638-ju8kv80q2wg17mpl
user configured `py-shell-name' is not honored by `py-guess-default', lp:920079, fixed

new command `py-execute-region-default' forces the
systems default Python interpreter to execute, ignores
shebang

related functions redesigned, `async' argument dropped
`py-execute-region' now reads:

(defun py-execute-region (start end &optional shell dedicated)
  "Send the region to a Python interpreter.

When called with \\[univeral-argument], execution through `default-value' of `py-shell-name' is forced.
When called with \\[univeral-argument] followed by a number different from 4 and 1, user is prompted to specify a shell. This might be the name of a system-wide shell or include the path to a virtual environment.

When called from a programm, it accepts a string specifying a shell which will be forced upon execute as argument. "
[ ... ]
Filename Latest Rev Last Changed Committer Comment Size
..
column-marker.el 620 13 years ago Andreas Roehler column-marker.el added Commands `column-marker-1' 10.4 KB Diff Download File
fundocu2infoformats.el 782 12 years ago Andreas Roehler renamed: tools/ => devel/ make visible these file 4 KB Diff Download File
ipython-integration.el 782 12 years ago Andreas Roehler renamed: tools/ => devel/ make visible these file 17.4 KB Diff Download File
python-mode-utils.el 772 12 years ago Andreas Roehler `py-shell' proceedings further cleanup 8.5 KB Diff Download File
python-mode-utils.el.moved 782 12 years ago Andreas Roehler renamed: tools/ => devel/ make visible these file 8.5 KB Diff Download File
python-shell-install-example-buffer.el 782 12 years ago Andreas Roehler renamed: tools/ => devel/ make visible these file 1.9 KB Diff Download File
README 696 13 years ago Andreas Roehler tools/README added 149 bytes Diff Download File