aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-10-09 04:22:36 +0000
committerStefan Monnier2007-10-09 04:22:36 +0000
commit0acb191607e243da9a4c4166dc8b4addf0d5432e (patch)
tree85dfded1fc9caa5cd4ea34644bb24d768a7e8bc1
parent011f48f234ed4b9149531d94bd79b0a59bd5a931 (diff)
downloademacs-0acb191607e243da9a4c4166dc8b4addf0d5432e.tar.gz
emacs-0acb191607e243da9a4c4166dc8b4addf0d5432e.zip
Add todo.
-rw-r--r--lisp/server.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/server.el b/lisp/server.el
index 4e7e4450a68..02190a97c6f 100644
--- a/lisp/server.el
+++ b/lisp/server.el
@@ -75,6 +75,13 @@
75;; The global variable "server-clients" lists all the waiting clients, 75;; The global variable "server-clients" lists all the waiting clients,
76;; and which files are yet to be edited for each. 76;; and which files are yet to be edited for each.
77 77
78;; Todo:
79
80;; - handle command-line-args-left.
81;; - move most of the args processing and decision making from emacsclient.c
82;; to here.
83;; - fix up handling of the client's environment (place it in the terminal?).
84
78;;; Code: 85;;; Code:
79 86
80(eval-when-compile (require 'cl)) 87(eval-when-compile (require 'cl))