# HG changeset patch # User Stefan Monnier # Date 1191903756 0 # Node ID 1450635498a0611211ec5e1eaa1c32a7c77b1c12 # Parent edbef40c9bbb09348e8da4be1a175f8b2e4a596d Add todo. diff -r edbef40c9bbb -r 1450635498a0 lisp/server.el --- a/lisp/server.el Tue Oct 09 04:22:11 2007 +0000 +++ b/lisp/server.el Tue Oct 09 04:22:36 2007 +0000 @@ -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))