XEmacs python-mode question

skip at pobox.com skip at pobox.com
Fri Jan 13 13:05:01 EST 2006


    Thomas> I'm trying to customize the python interpreter that is used to
    Thomas> execute my scripts from within WinXP, XEmacs, python-mode
    Thomas> version $Revision4.70$, but cannot get it to work.

    Thomas> The only thing that works is M-x customize-group python, and
    Thomas> change the value of 'Python Command'.  However, this changes the
    Thomas> interpreter for all buffers, but I want different buffers use
    Thomas> different interpreters.  Is that possible?

Thomas,

py-python-command is not buffer local.  Try executing

    (make-variable-buffer-local 'py-python-command)

and let me know if that allows your Local Variables setting to work.

Skip



More information about the Python-list mailing list