Towards an Python-IDE in Emacs
Emacs Lisp Python Shell C
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.

README

This project contains basically:

    * python-mode.el - major mode for editing Python source
    * column-marker.el
    * highlight-indentation.el
    * doctest-mode.el - major mode for editing doctest files
    * pycomplete.el - support for Python symbol completion (Emacs Lisp side)
    * pycomplete.py - support for Python symbol completion (Python side)


Remaining files provide tests and tools for developers