diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-01 23:51:46 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-01 23:51:46 +0000 |
commit | 7d6f3b3a4debd99a98e2494bc82fbb8b7ce095f6 (patch) | |
tree | c59dae4ba0e60aa50693e64ccad7084f2918898b /etc | |
parent | a823468b902592d4cee5e27ae4ef492110fbb372 (diff) | |
download | emacs-7d6f3b3a4debd99a98e2494bc82fbb8b7ce095f6.tar.gz |
Add python-mode.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -345,6 +345,14 @@ typically due to pilot errors and should thus be in debug-ignored-errors. Check the assignments file for other packages which might go in and have been missed. +** Possibly install python-mode in place of python.el, or combine the two. +Someone needs to do the work of figuring out who all the non-trivial +python-mode.el contributors are and getting assignments. +http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02156.html +http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02201.html +http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02489.html +http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html + ** Make keymaps a first-class Lisp object (this means a rewrite of keymap.c). What should it do apart from being opaque ? multiple inheritance ? faster where-is ? no more fix_submap_inheritance ? |