Mercurial > emacs
changeset 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 | 411711e43201 |
children | 79139aa0f18c |
files | etc/TODO |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Wed May 08 22:27:59 2002 +0000 +++ b/etc/TODO Wed May 08 23:43:41 2002 +0000 @@ -165,6 +165,9 @@ * 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.