Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Emacs Lisp
Python
Shell
C
Cannot retrieve the latest commit at this time.
Permalink
| Failed to load latest commit information. | |||
|
|
completion |
|
|
|
|
pymacs |
|
|
|
|
test |
|
|
|
|
tools |
|
|
|
|
website |
|
|
|
|
CREDITS |
|
|
|
|
INSTALL |
|
|
|
|
LICENSE |
|
|
|
|
README |
|
|
|
|
highlight-indentation.el |
|
|
|
|
python-mode.el |
|
|
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