From 0acb191607e243da9a4c4166dc8b4addf0d5432e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 9 Oct 2007 04:22:36 +0000 Subject: [PATCH] Add todo. --- lisp/server.el | 7 +++++++ 1 file changed, 7 insertions(+) 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)) -- 2.39.2