diff lisp/server.el @ 85102:1450635498a0

Add todo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Oct 2007 04:22:36 +0000
parents 441ea5bdff8f
children c164c81cba59 14c4a6aac623
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))