Differences between revisions 14 and 22 (spanning 8 versions)
Revision 14 as of 2010-11-19 09:39:11
Size: 944
Editor: 221
Comment:
Revision 22 as of 2020-11-25 22:12:14
Size: 628
Editor: JonMoore
Comment: Update for python-mode being hosted in gitlab now and for page changes on EmacsWiki
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[https://launchpad.net/python-mode|Python Mode]] (python-mode.el) is a major editing mode for the EmacsEditor. It is part of the source distribution of Python (as the file Misc/python-mode.el). [[https://gitlab.com/python-mode-devs/python-mode|python-mode]] (python-mode.el) is a major mode for editing Python with the EmacsEditor. It is a separate mode from the Python mode included in GNU Emacs, known as python.el, and can be installed as an alternative.
Line 3: Line 3:
Emacs 22 now comes with its own, different python.el mode. See EmacsEditor for more details. There are efforts underway to unify these two modes. python-mode is available on MELPA as [[https://melpa.org/#/python-mode|python-mode]].
Line 5: Line 5:
The !EmacsWiki page for EmacsWiki:PythonMode has information on how to install, configure and add shortcuts keys to python-mode.

The [[http://launchpad.net/python-mode/trunk/5.1.0/+download/python-mode.el|current release]] is version 5.1.0. The list of changes since the last released version [[https://launchpad.net/python-mode/+milestone/5.1.0|are given in detail]], as well as some [[http://www.python.org/emacs/python-mode/installation.html|installation notes.]] If you're having problems with font-lock in python-mode, read the [[http://www.python.org/emacs/python-mode/faq.html|FAQ.]]
The !EmacsWiki page EmacsWiki:ProgrammingWithPythonModeDotEl has information on how to install, configure and add shortcuts keys. An example how to setup a complete IDE around python-mode was shown at [[http://www.youtube.com/watch?v=0cZ7szFuz18If|EuroPython 2013]].

python-mode (python-mode.el) is a major mode for editing Python with the EmacsEditor. It is a separate mode from the Python mode included in GNU Emacs, known as python.el, and can be installed as an alternative.

python-mode is available on MELPA as python-mode.

The EmacsWiki page ProgrammingWithPythonModeDotEl has information on how to install, configure and add shortcuts keys. An example how to setup a complete IDE around python-mode was shown at EuroPython 2013.

EmacsPythonMode (last edited 2020-11-25 22:12:14 by JonMoore)

Unable to edit the page? See the FrontPage for instructions.