comparison etc/TODO @ 45201:e898b956ee11

Suggest implementation of emacs-server in lisp.
author Kim F. Storm <storm@cua.dk>
date Wed, 08 May 2002 23:43:41 +0000
parents 58815b772067
children dc6ce0d4a650
comparison
equal deleted inserted replaced
45200:411711e43201 45201:e898b956ee11
162 162
163 * Integrate Vroonhof's Custom themes code and make it do useful 163 * Integrate Vroonhof's Custom themes code and make it do useful
164 things. [The integration is partly done.] 164 things. [The integration is partly done.]
165 165
166 * Adapt the gnuserv/gnudoit features for server/emacsclient. 166 * Adapt the gnuserv/gnudoit features for server/emacsclient.
167
168 * Re-implement emacs-server in lisp as an internal server using
169 make-network-process instead of using an external program.
167 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.
171 174