Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0acb1916
Commit
0acb1916
authored
Oct 09, 2007
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add todo.
parent
011f48f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
lisp/server.el
lisp/server.el
+7
-0
No files found.
lisp/server.el
View file @
0acb1916
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment