diff options
| author | Kim F. Storm | 2002-05-08 23:43:41 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-05-08 23:43:41 +0000 |
| commit | ad99b6d71395b799073bebf221f3feca4472fc08 (patch) | |
| tree | b5e711c520f807817e241e32927bc931b9af57eb | |
| parent | 8cf3012886b344f1863b9ebf2f2208af614a8b77 (diff) | |
| download | emacs-ad99b6d71395b799073bebf221f3feca4472fc08.tar.gz emacs-ad99b6d71395b799073bebf221f3feca4472fc08.zip | |
Suggest implementation of emacs-server in lisp.
| -rw-r--r-- | etc/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -165,6 +165,9 @@ Other features we would like: | |||
| 165 | 165 | ||
| 166 | * Adapt the gnuserv/gnudoit features for server/emacsclient. | 166 | * Adapt the gnuserv/gnudoit features for server/emacsclient. |
| 167 | 167 | ||
| 168 | * Re-implement emacs-server in lisp as an internal server using | ||
| 169 | make-network-process instead of using an external program. | ||
| 170 | |||
| 168 | * Investigate using GNU Lightning or similar system for incremental | 171 | * Investigate using GNU Lightning or similar system for incremental |
| 169 | compilation of selected bytecode functions to subrs. Converting CCL | 172 | compilation of selected bytecode functions to subrs. Converting CCL |
| 170 | programs to native code is probably the first thing to try, though. | 173 | programs to native code is probably the first thing to try, though. |