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.
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:33 | admin | set | github: 35380 |
2001年10月22日 10:21:00 | anonymous | create |