summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
;; The global variable "server-clients" lists all the waiting clients,
;; and which files are yet to be edited for each.
+;; Todo:
+
+;; - handle command-line-args-left.
+;; - move most of the args processing and decision making from emacsclient.c
+;; to here.
+;; - fix up handling of the client's environment (place it in the terminal?).
+
;;; Code:
(eval-when-compile (require 'cl))