Differences between revisions 9 and 10
Revision 9 as of 2006-02-10 00:56:53
Size: 1879
Editor: mx
Comment: Modified URL for Emacs Language Sensitive Editor
Revision 10 as of 2006-06-27 20:03:46
Size: 2251
Editor: 84-45-211-153
Comment: Add python.el
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
GnuEmacs is the editor of the gods (XEmacs even more so - it ships with EmacsPythonMode as a default). Does everything (almost) that you could want it to, and if it doesn't you can make it do what you want, in Python (or Lisp). GnuEmacs is the editor of the gods (XEmacs even more so - it ships with EmacsPythonMode as a default). [Actually, XEmacs lacks some features
for dealing properly with Python, particularly the string syntax.]
Does everything (almost) that you could want it to, and if it doesn't you can make it do what you want, in Python (or Lisp).
Line 6: Line 8:
  * python.el, a Python mode which will be included when Emacs 22 is released, with a number of advantages over python-mode.el. For a version with fixes and enhancements (as of 2006-06) and one that works with Emacs 21, see [http://www.loveshack.ukfsn.org/emacs].

GnuEmacs is the editor of the gods (XEmacs even more so - it ships with EmacsPythonMode as a default). [Actually, XEmacs lacks some features for dealing properly with Python, particularly the string syntax.] Does everything (almost) that you could want it to, and if it doesn't you can make it do what you want, in Python (or Lisp).

Some tools have been written for using Python from Emacs:

  • EmacsPythonMode, a major mode for programming Python in Emacs.

  • python.el, a Python mode which will be included when Emacs 22 is released, with a number of advantages over python-mode.el. For a version with fixes and enhancements (as of 2006-06) and one that works with Emacs 21, see [http://www.loveshack.ukfsn.org/emacs].

  • Emacs GUD PDB, support for sourcelevel debugging of Python code in Emacs. (Note: thanx to Ganesan R: Create the following script with the file name as "pdb" in your path so emacs can find pdb and default to filename arguments in the current dirctory: exec python /usr/lib/python2.3/pdb.py "$@")
  • [http://www.iro.umontreal.ca/~pinard/pymacs/Pymacs.tar.gz Pymacs(download)], an extension for allowing Emacs users to extend Emacs using Python, where they might have traditionally used Emacs LISP. ' There are also [wiki:PyMacs PyMacs notes on the Emacs wiki.]

  • [http://home.exetel.com.au/peterm Emacs Language Sensitive Editor (ELSE)], an template-based minor mode for Emacs, with templates for Python.

  • [http://sourceforge.net/projects/oo-browser/ OO-Browser], an Emacs class browser for object-oriented languages with support for Python.

  • The [http://www.cs.cornell.edu/home/raman/emacspeak emacspeak audio desktop] is a speech interface that allows visually impaired users to interact independently and efficiently with the computer. It has editing support for interactive Python development. Features aural highlighting, structured browsing and debugging.

Other resources:


CategoryEditors

EmacsEditor (last edited 2016-02-12 22:31:29 by OleskandrGavenko)

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