[Python-bugs-list] [ python-Bugs-473623 ] Emacs: python-mode.el

noreply@sourceforge.net noreply@sourceforge.net
Mon, 22 Apr 2002 07:54:37 -0700


Bugs item #473623, was opened at 2001-10-22 06:21
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473623&group_id=5470

Category: Documentation
Group: Not a Bug
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Barry Warsaw (bwarsaw)
Summary: Emacs: python-mode.el

Initial Comment:
Please explain in python-mode.el how to install
the mode in emacs.

On Windows you need to copy python-mode.el
into $EMACS_HOME/lisp and add "(require 'python-mode)"
into your startupscript (E.g. $HOME/.emacs).

Thank you

----------------------------------------------------------------------

>Comment By: Barry Warsaw (bwarsaw)
Date: 2002-04-22 10:54

Message:
Logged In: YES 
user_id=12800

I agree with Martin, so I'm closing this bug.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2001-10-22 14:49

Message:
Logged In: YES 
user_id=21627

There is a link to 

http://www.python.org/emacs/python-mode/

in python-mode.el, which in turn offers a link 
"Installation Notes". Is this not enough? 

I think these instructions are much beter than putting a 
require into .emacs, since they only load python-mode when 
needed. OTOH, they are also somewhat more complex, since 
they work through auto-mode-alist and 
interpreter-mode-alist.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473623&group_id=5470