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

Viewing all changes in revision 535.

  • Committer: Andreas Roehler
  • Date: 2011-09-06 07:30:53 UTC
  • Revision ID: andreas.roehler@online.de-20110906073053-2aly3rqj7plxtl2d
redundancy py-default-interpreter py-python-command solved


defcustom py-default-interpreter "python" said:
  "*Which Python interpreter is used by default.
...
When the value containes `python', the variables `py-python-command' and ... are consulted to determine the interpreter ..."

while `py-python-command' was customizable again:
  
(defcustom py-python-command "python"
  "*Shell command used to start Python interpreter."

Two different values aiming at the same could produce
unexpected behavior as reported with lp:835151

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: