summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-05-08 23:43:41 +0000
committerKim F. Storm <storm@cua.dk>2002-05-08 23:43:41 +0000
commitad99b6d71395b799073bebf221f3feca4472fc08 (patch)
treeb5e711c520f807817e241e32927bc931b9af57eb /etc
parent8cf3012886b344f1863b9ebf2f2208af614a8b77 (diff)
downloademacs-ad99b6d71395b799073bebf221f3feca4472fc08.tar.gz
Suggest implementation of emacs-server in lisp.
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 54440c3fa9c..d91d7d5e837 100644
--- 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.