]> git.eshelyaron.com Git - emacs.git/commitdiff
Add todo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Oct 2007 04:22:36 +0000 (04:22 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Oct 2007 04:22:36 +0000 (04:22 +0000)
lisp/server.el

index 4e7e4450a6868750b6a3c0ae7f276df0071d188d..02190a97c6f0d91a7c917fb332d5e6cc13d0377d 100644 (file)
 ;; 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))