]> git.eshelyaron.com Git - emacs.git/commitdiff
Add python-mode.
authorGlenn Morris <rgm@gnu.org>
Sat, 1 Mar 2008 23:51:46 +0000 (23:51 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 1 Mar 2008 23:51:46 +0000 (23:51 +0000)
etc/TODO

index 56c6fc1f13e57675438c93666b111a0b2694b277..df5d9c4ac21196f5158a0b5db1ff891c7ea45fe8 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -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 ?