]> git.eshelyaron.com Git - emacs.git/commitdiff
Suggest implementation of emacs-server in lisp.
authorKim F. Storm <storm@cua.dk>
Wed, 8 May 2002 23:43:41 +0000 (23:43 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 8 May 2002 23:43:41 +0000 (23:43 +0000)
etc/TODO

index 54440c3fa9c6664ccba3001400c0044ca0a89d2a..d91d7d5e837b6c0ffcc0c614ebebbb52708e6393 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -165,6 +165,9 @@ 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.