# HG changeset patch # User Kim F. Storm # Date 1020901421 0 # Node ID e898b956ee116d97af708c16e4204c8111c94930 # Parent 411711e43201730c2abeb5753ab3f108ca7a0d00 Suggest implementation of emacs-server in lisp. diff -r 411711e43201 -r e898b956ee11 etc/TODO --- 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.