diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-09 04:22:36 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-09 04:22:36 +0000 |
commit | 0acb191607e243da9a4c4166dc8b4addf0d5432e (patch) | |
tree | 85dfded1fc9caa5cd4ea34644bb24d768a7e8bc1 /lisp | |
parent | 011f48f234ed4b9149531d94bd79b0a59bd5a931 (diff) | |
download | emacs-0acb191607e243da9a4c4166dc8b4addf0d5432e.tar.gz |
Add todo.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/server.el | 7 |
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)) |