branch : pmacs2
This commit is contained in:
moculus 2007-08-11 15:59:44 +00:00
parent 5e4cc8398c
commit da2b8a0bcf
1 changed files with 6 additions and 5 deletions

11
README
View File

@ -7,13 +7,14 @@ maximally correct and powerful support for syntax highlighting, to support
various methods of automatically indenting lines, and to be extensible in
python.
Pmacs is available to you under the GPL version 2.
Pmacs is available to you under the GNU GPL version 2.
While the general interface of pmacs is related to emacs, there was explicitly
no attempt to support all emacs' functions, emacs' underlying data structures,
or even high-level. There is not currently a formalized "public API" for pmacs,
although some parts are "more public" than others. The code is somewhat
commented, although currently there is only one author. Buyer beware!
or even all high-level functionality. There is not currently a formalized
"public API" for pmacs, although some parts are "more public" than others. The
code is somewhat commented, although currently there is only one author. Buyer
beware!
Requirements:
1. python 2.3 or higher
@ -87,7 +88,7 @@ Quick Start Guide:
6. Other documentation:
a. MODES: this file describes in more detail how modes function, and
how to write your own.
how to write your own.
b. comments in the source code