changeset 85102:1450635498a0

Add todo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Oct 2007 04:22:36 +0000
parents edbef40c9bbb
children ee30e57a2bd8
files lisp/server.el
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))