This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Emacs: python-mode.el
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, loewis
Priority: normal Keywords:

Created on 2001-10-22 10:21 by anonymous, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (3)
msg7118 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-10-22 10:21
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
msg7119 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-10-22 18:49
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.
msg7120 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2002-04-22 14:54
Logged In: YES 
user_id=12800

I agree with Martin, so I'm closing this bug.
History
Date User Action Args
2022-04-10 16:04:33adminsetgithub: 35380
2001-10-22 10:21:00anonymouscreate