diff options
| -rw-r--r-- | lisp/server.el | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
| 75 | ;; The global variable "server-clients" lists all the waiting clients, | 75 | ;; The global variable "server-clients" lists all the waiting clients, |
| 76 | ;; and which files are yet to be edited for each. | 76 | ;; and which files are yet to be edited for each. |
| 77 | 77 | ||
| 78 | ;; Todo: | ||
| 79 | |||
| 80 | ;; - handle command-line-args-left. | ||
| 81 | ;; - move most of the args processing and decision making from emacsclient.c | ||
| 82 | ;; to here. | ||
| 83 | ;; - fix up handling of the client's environment (place it in the terminal?). | ||
| 84 | |||
| 78 | ;;; Code: | 85 | ;;; Code: |
| 79 | 86 | ||
| 80 | (eval-when-compile (require 'cl)) | 87 | (eval-when-compile (require 'cl)) |