Go to file
moculus a691863149 bugfix(es)
--HG--
branch : pmacs2
2007-07-03 16:53:14 +00:00
code_examples --HG-- 2007-06-26 19:35:17 +00:00
BUGS update from pmacs/ 2007-06-14 02:38:46 +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 bugfix(es) 2007-07-03 16:53:14 +00:00
buffer2.py fixed undo bug 2007-06-26 21:28:38 +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
global.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 try this again 2007-03-06 15:05:38 +00:00
lex2.py sql fixed 2007-06-25 15:49:04 +00:00
method.py bugfix(es) 2007-07-03 16:53:14 +00:00
minibuffer.py fixed replace bug, etc 2007-06-18 18:50:48 +00:00
mode2.py some fixes, etc 2007-06-29 13:37:58 +00:00
mode_bds.py --HG-- 2007-06-26 19:35:17 +00:00
mode_blame.py which support 2007-06-24 01:41:18 +00:00
mode_c.py --HG-- 2007-06-25 16:50:13 +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_diff.py fixed console 2007-06-24 13:51:43 +00:00
mode_javascript.py js support 2007-06-25 14:06:16 +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 fixes, etc 2007-06-29 13:37:58 +00:00
mode_python.py some real bug fixes and improvements 2007-07-03 00:05:58 +00:00
mode_replace.py fixed replace bug, etc 2007-06-18 18:50:48 +00:00
mode_search.py bugfix(es) 2007-07-03 16:53:14 +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 fixes, etc 2007-06-29 13:37:58 +00:00
point2.py some real bug fixes and improvements 2007-07-03 00:05:58 +00:00
regex.py try this again 2007-03-06 15:05:38 +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 bugfix(es) 2007-07-03 16:53:14 +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