[Python-bugs-list] [Bug #132398] Emacs Python mode bugs

noreply@sourceforge.net noreply@sourceforge.net
Fri, 23 Feb 2001 10:37:12 -0800


Bug #132398, was updated on 2001-Feb-14 13:12
Here is a current snapshot of the bug.

Project: Python
Category: demos and tools
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: gvanrossum
Assigned to : bwarsaw
Summary: Emacs Python mode bugs

Details: 1. I wish that Emacs Python mode, when I run a buffer with ^C^C,
looked at the #! line (if there is one) to choose a Python interpreter,
rather than blindly using the default.

2. Also, when I set the variable python-command to "python1.5", this
apparently has no effect -- it still uses "python".

3. Maybe I've submitted this before; each time I use ^C^CF a new buffer
with a name like /usr/tmp/python-uKA1TJ is created; these buffers just
collect dust.

Follow-Ups:

Date: 2001-Feb-23 10:37
By: bwarsaw

Comment:
I've fixed #3 in 3.110 of python-mode.el.  The other two will require some
non-trivial recoding py-execute-region and the py-which-* variables.  I'm
not immediately sure of the best way to do this, but I'll work on this for
2.1 final.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132398&group_id=5470