aboutsummaryrefslogtreecommitdiffstats
path: root/etc/TODO
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-10-29 07:53:21 +0000
committerJuanma Barranquero <[email protected]>2002-10-29 07:53:21 +0000
commita52ce7f823e59dba16cd1885efab572c5bf3de21 (patch)
tree2db5598a50140297a92062705c36959eabea598b /etc/TODO
parent2b6a2afe1dbd4c4994106c284be3fa0cb976f215 (diff)
*** empty log message ***
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO11
1 files changed, 4 insertions, 7 deletions
diff --git a/etc/TODO b/etc/TODO
index 826987d429..f15f0df688 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -109,9 +109,8 @@ Other features we would like:
the whole menu bar. In the mean time, it should process other messages.
* Get some major packages installed: W3/url (development version needs
- significant work), PSGML, Mule-UCS, Tramp (?). Check the
- assignments file for other packages which might go in and have been
- missed.
+ significant work), PSGML, Mule-UCS. Check the assignments file for other
+ packages which might go in and have been missed.
* Make keymaps a first-class Lisp object (this means a rewrite of
keymap.c). What should it do apart from being opaque ?
@@ -124,7 +123,8 @@ Other features we would like:
* Implement popular parts of the rest of the CL functions as compiler
macros in cl-macs.
-* Highlight rectangles (`mouse-track-rectangle-p' in XEmacs).
+* Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA,
+ but it's a valuable feature worth making more general.
* Support simultaneous tty and X frames.
@@ -170,9 +170,6 @@ Other features we would like:
* Adapt the gnuserv/gnudoit features for server/emacsclient.
-* Re-implement emacs-server in lisp as an internal server using
- make-network-process instead of using an external program.
-
* Investigate using GNU Lightning or similar system for incremental
compilation of selected bytecode functions to subrs. Converting CCL
programs to native code is probably the first thing to try, though.