diff options
| author | Juanma Barranquero | 2002-10-29 07:53:21 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-10-29 07:53:21 +0000 |
| commit | a52ce7f823e59dba16cd1885efab572c5bf3de21 (patch) | |
| tree | 2db5598a50140297a92062705c36959eabea598b /etc | |
| parent | 2b6a2afe1dbd4c4994106c284be3fa0cb976f215 (diff) | |
| download | emacs-a52ce7f823e59dba16cd1885efab572c5bf3de21.tar.gz emacs-a52ce7f823e59dba16cd1885efab572c5bf3de21.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/TODO | 11 |
1 files changed, 4 insertions, 7 deletions
| @@ -109,9 +109,8 @@ Other features we would like: | |||
| 109 | the whole menu bar. In the mean time, it should process other messages. | 109 | the whole menu bar. In the mean time, it should process other messages. |
| 110 | 110 | ||
| 111 | * Get some major packages installed: W3/url (development version needs | 111 | * Get some major packages installed: W3/url (development version needs |
| 112 | significant work), PSGML, Mule-UCS, Tramp (?). Check the | 112 | significant work), PSGML, Mule-UCS. Check the assignments file for other |
| 113 | assignments file for other packages which might go in and have been | 113 | packages which might go in and have been missed. |
| 114 | missed. | ||
| 115 | 114 | ||
| 116 | * Make keymaps a first-class Lisp object (this means a rewrite of | 115 | * Make keymaps a first-class Lisp object (this means a rewrite of |
| 117 | keymap.c). What should it do apart from being opaque ? | 116 | keymap.c). What should it do apart from being opaque ? |
| @@ -124,7 +123,8 @@ Other features we would like: | |||
| 124 | * Implement popular parts of the rest of the CL functions as compiler | 123 | * Implement popular parts of the rest of the CL functions as compiler |
| 125 | macros in cl-macs. | 124 | macros in cl-macs. |
| 126 | 125 | ||
| 127 | * Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). | 126 | * Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA, |
| 127 | but it's a valuable feature worth making more general. | ||
| 128 | 128 | ||
| 129 | * Support simultaneous tty and X frames. | 129 | * Support simultaneous tty and X frames. |
| 130 | 130 | ||
| @@ -170,9 +170,6 @@ Other features we would like: | |||
| 170 | 170 | ||
| 171 | * Adapt the gnuserv/gnudoit features for server/emacsclient. | 171 | * Adapt the gnuserv/gnudoit features for server/emacsclient. |
| 172 | 172 | ||
| 173 | * Re-implement emacs-server in lisp as an internal server using | ||
| 174 | make-network-process instead of using an external program. | ||
| 175 | |||
| 176 | * Investigate using GNU Lightning or similar system for incremental | 173 | * Investigate using GNU Lightning or similar system for incremental |
| 177 | compilation of selected bytecode functions to subrs. Converting CCL | 174 | compilation of selected bytecode functions to subrs. Converting CCL |
| 178 | programs to native code is probably the first thing to try, though. | 175 | programs to native code is probably the first thing to try, though. |