aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-01 23:51:46 +0000
committerGlenn Morris2008-03-01 23:51:46 +0000
commit7d6f3b3a4debd99a98e2494bc82fbb8b7ce095f6 (patch)
treec59dae4ba0e60aa50693e64ccad7084f2918898b
parenta823468b902592d4cee5e27ae4ef492110fbb372 (diff)
downloademacs-7d6f3b3a4debd99a98e2494bc82fbb8b7ce095f6.tar.gz
emacs-7d6f3b3a4debd99a98e2494bc82fbb8b7ce095f6.zip
Add python-mode.
-rw-r--r--etc/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 56c6fc1f13e..df5d9c4ac21 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -345,6 +345,14 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
345 Check the assignments file for other packages which might go in and 345 Check the assignments file for other packages which might go in and
346 have been missed. 346 have been missed.
347 347
348** Possibly install python-mode in place of python.el, or combine the two.
349Someone needs to do the work of figuring out who all the non-trivial
350python-mode.el contributors are and getting assignments.
351http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02156.html
352http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02201.html
353http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02489.html
354http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
355
348** Make keymaps a first-class Lisp object (this means a rewrite of 356** Make keymaps a first-class Lisp object (this means a rewrite of
349 keymap.c). What should it do apart from being opaque ? 357 keymap.c). What should it do apart from being opaque ?
350 multiple inheritance ? faster where-is ? no more fix_submap_inheritance ? 358 multiple inheritance ? faster where-is ? no more fix_submap_inheritance ?