Issue 473623: Emacs: python-mode.el - Python tracker (original) (raw)

Issue473623

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 EMACSHOME/lispandadd"(require′python−mode)"intoyourstartupscript(E.g.EMACS_HOME/lisp and add "(require 'python-mode)" into your startupscript (E.g. EMACSHOME/lispandadd"(requirepythonmode)"intoyourstartupscript(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:33 admin set github: 35380
2001-10-22 10:21:00 anonymous create