From: Stefan Monnier Date: Tue, 9 Oct 2007 04:22:36 +0000 (+0000) Subject: Add todo. X-Git-Tag: emacs-pretest-23.0.90~10478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0acb191607e243da9a4c4166dc8b4addf0d5432e;p=emacs.git Add todo. --- 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))