Go to file
moculus 9258c8e0b4 bugfixes, etc
--HG--
branch : pmacs2
2007-07-11 08:55:54 +00:00
code_examples --HG-- 2007-07-08 19:01:55 +00:00
BUGS removed junk 2007-07-08 23:28:43 +00:00
IDEAS --HG-- 2007-06-27 04:40:15 +00:00
README some updates/bugfixes/etc 2007-06-27 22:53:02 +00:00
aes.py try this again 2007-03-06 15:05:38 +00:00
application.py new pipe command, and grep command improvements 2007-07-10 18:55:40 +00:00
buffer2.py fixed aes support 2007-07-08 20:00:28 +00:00
bufferlist.py sort of for real 2007-06-14 12:41:55 +00:00
cache.py try this again 2007-03-06 15:05:38 +00:00
color.py try this again 2007-03-06 15:05:38 +00:00
completer.py try this again 2007-03-06 15:05:38 +00:00
ctag_python.py some updates/bugfixes/etc 2007-06-27 22:53:02 +00:00
ctags.py some updates/bugfixes/etc 2007-06-27 22:53:02 +00:00
default.py try this again 2007-03-06 15:05:38 +00:00
highlight2.py fixed highlighting bug 2007-06-22 22:17:43 +00:00
ispell.py try this again 2007-03-06 15:05:38 +00:00
keyinput.py regex searching is complete 2007-07-09 22:31:59 +00:00
lex2.py some changes to grammar storage, etc. some bug fixes too 2007-07-08 23:16:53 +00:00
method.py new pipe command, and grep command improvements 2007-07-10 18:55:40 +00:00
minibuffer.py fixed replace bug, etc 2007-06-18 18:50:48 +00:00
miniparse.py search is better, other stuff is worse 2007-07-05 20:18:09 +00:00
mode2.py regex searching is complete 2007-07-09 22:31:59 +00:00
mode_bds.py some mode changes 2007-07-10 23:01:44 +00:00
mode_blame.py which support 2007-06-24 01:41:18 +00:00
mode_c.py bugfixes, etc 2007-07-11 08:55:54 +00:00
mode_console.py fixed console 2007-06-24 13:51:43 +00:00
mode_consolemini.py --HG-- 2007-06-24 13:54:05 +00:00
mode_css.py --HG-- 2007-07-08 19:01:55 +00:00
mode_diff.py fixed console 2007-06-24 13:51:43 +00:00
mode_javascript.py bugfixes, etc 2007-07-11 08:55:54 +00:00
mode_life.py --HG-- 2007-06-23 20:12:00 +00:00
mode_mini.py !!!!!!!! 2007-06-05 04:49:24 +00:00
mode_mutt.py lots of fixes and improvements 2007-06-24 02:49:13 +00:00
mode_nasm.py nasm readded 2007-06-24 14:30:42 +00:00
mode_perl.py some mode changes 2007-07-10 23:01:44 +00:00
mode_python.py some mode changes 2007-07-10 23:01:44 +00:00
mode_replace.py some mode changes 2007-07-10 23:01:44 +00:00
mode_search.py regex searching is complete 2007-07-09 22:31:59 +00:00
mode_sh.py sh support added back (sort of) 2007-06-24 14:48:31 +00:00
mode_sql.py sql fixed 2007-06-25 15:49:04 +00:00
mode_text.py lots of fixes and improvements 2007-06-24 02:49:13 +00:00
mode_tt.py all modes have been initially ported 2007-06-25 15:59:44 +00:00
mode_which.py which support 2007-06-24 01:41:18 +00:00
mode_xml.py some mode changes 2007-07-10 23:01:44 +00:00
point2.py fixed search/replace, etc 2007-07-06 18:34:14 +00:00
regex.py bugfixes, etc 2007-07-11 08:55:54 +00:00
search.py bugfixes, etc 2007-07-11 08:55:54 +00:00
tab2.py some updates/bugfixes/etc 2007-06-27 22:53:02 +00:00
tab_c.py try this again 2007-03-06 15:05:38 +00:00
tab_javascript.py try this again 2007-03-06 15:05:38 +00:00
tab_sh.py update from pmacs/ 2007-06-14 02:38:46 +00:00
tab_sql.py try this again 2007-03-06 15:05:38 +00:00
tab_xml.py try this again 2007-03-06 15:05:38 +00:00
util.py try this again 2007-03-06 15:05:38 +00:00
window2.py --HG-- 2007-07-06 22:27:52 +00:00

README

Pmacs version 0.1

Released june 27, 2007 by Erik Osheim <erik@osheim.org>

Pmacs is an Emacs-like editor written entirely in Python. It is designed to have
maximally correct and powerful support for syntax highlighting, indenting, etc.
and to be extensible in python.

Requirements:
=============
    1. python 2.3 or higher
    2. ncurses

Optional Dependencies:
======================
    1. ispell
    2. aespipe
    3. perl
    4. ctags