Differences between revisions 7 and 8
Revision 7 as of 2003-09-08 18:55:04
Size: 1826
Editor: 206
Comment:
Revision 8 as of 2003-09-08 19:05:23
Size: 1881
Editor: 206
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
  * Emacs GUD PDB, support for sourcelevel debugging of Python code in Emacs. Put the following script with the file name as "pdb" in your path in order to make pdb use the current buffer's directory: exec python /usr/lib/python2.3/pdb.py "$@"   * 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 "$@")

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).

Some tools have been written for using Python from Emacs:

  • EmacsPythonMode, a major mode for programming Python in 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://www.zipworld.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.