[Python-bugs-list] [ python-Bugs-473623 ] Emacs: python-mode.el (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Mon, 22 Oct 2001 11:49:52 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-469772 ] support additional LINK elements.
- Next message: [Python-bugs-list] [ python-Bugs-472675 ] CVS socketmodule now doesn't compile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #473623, was opened at 2001-10-22 03:21 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473623&group_id=5470
Category: None Group: Not a Bug Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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: Martin v. L�wis (loewis) Date: 2001-10-22 11: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
- Previous message: [Python-bugs-list] [ python-Bugs-469772 ] support additional LINK elements.
- Next message: [Python-bugs-list] [ python-Bugs-472675 ] CVS socketmodule now doesn't compile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]