changeset 92396:f2e4e3550683

Add python-mode.
author Glenn Morris <rgm@gnu.org>
date Sat, 01 Mar 2008 23:51:46 +0000
parents 0038cf6ddf6a
children 9fc81417e8c4
files etc/TODO
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Sat Mar 01 23:04:20 2008 +0000
+++ b/etc/TODO	Sat Mar 01 23:51:46 2008 +0000
@@ -345,6 +345,14 @@
   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 ?