~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
..
completion 476 13 years ago Andreas Roehler release-6.0.1 Diff
devel 782 12 years ago Andreas Roehler renamed: tools/ => devel/ make visible these file Diff
doc 706 13 years ago Andreas Roehler several docstrings normalised Commands listed in Diff
Pymacs 764 12 years ago Andreas Roehler `py-load-pymacs' reconsidered, fixes lp:914601 Diff
pymacs 659 13 years ago Andreas Roehler Pymacs integrated No separate install required an Diff
test 476 13 years ago Andreas Roehler release-6.0.1 Diff
website 296 18 years ago montanaro actually... not needed. :-/ Diff
byte-compile-directory.sh 482 13 years ago Andreas Roehler byte-compile-directory.sh added, fixes lp:821986 1.4 KB Diff Download File
CREDITS 761 12 years ago Andreas Roehler menu entry "Customize Python mode" (customize-grou 2.1 KB Diff Download File
highlight-indentation.el 657 13 years ago Andreas Roehler prepare completion fix 3.9 KB Diff Download File
INSTALL 694 13 years ago Andreas Roehler recommend setting py-install-directory, lp:896898, 187 bytes Diff Download File
LICENSE 408 13 years ago Andreas Roehler LICENSE text GPLv3 added 34.3 KB Diff Download File
NEWS 783 12 years ago Andreas Roehler user configured `py-shell-name' is not honored by 8.9 KB Diff Download File
pymacs.el 778 12 years ago Andreas Roehler Pymacs patch sent by Richard Everson applied, lp:9 32.8 KB Diff Download File
python-mode.el 783 12 years ago Andreas Roehler user configured `py-shell-name' is not honored by 358 KB Diff Download File
README 604 13 years ago Andreas Roehler Portability of python-mode-tests.sh, fixes lp:8587 1.1 KB Diff Download File
ToDo 781 12 years ago Andreas Roehler fixes lp:921224, thanks François Pinard also lp:9 52 bytes Diff Download File