diff options
| author | Dan Nicolaescu | 2008-10-27 07:02:30 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-10-27 07:02:30 +0000 |
| commit | 4ff029f613a6f9a4bd54bf3b3e7763c25a510045 (patch) | |
| tree | 5cfd4a8426c9fed83af07e022aa3d148332b00eb /doc | |
| parent | b918aa6b5d512ffbdca994d0e60dfabc43fed6c3 (diff) | |
| download | emacs-4ff029f613a6f9a4bd54bf3b3e7763c25a510045.tar.gz emacs-4ff029f613a6f9a4bd54bf3b3e7763c25a510045.zip | |
* emacs.c (daemon_name): New variable.
(main): Deal with --daemon=SERVER_NAME.
(Fdaemonp): Return a name if one was passed to --daemon.
* startup.el (server-name): Pacify byte compiler.
(command-line): If --daemon=SERVER_NAME was used, set server-name
before calling server-start.
* cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7f1cf1b78e0..fbbe7ec0ed3 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME. | ||
| 4 | |||
| 1 | 2008-10-23 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-10-23 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * custom.texi (Function Keys): Note that modified keypad keys are not | 7 | * custom.texi (Function Keys): Note that modified keypad keys are not |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 94e69bcdfe8..6be6a983461 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -286,6 +286,10 @@ terminal), do not open any frames and start the server. Clients can | |||
| 286 | connect and create graphical or terminal frames using | 286 | connect and create graphical or terminal frames using |
| 287 | @code{emacsclient}. | 287 | @code{emacsclient}. |
| 288 | 288 | ||
| 289 | @item -daemon=@var{SERVER-NAME} | ||
| 290 | Start emacs in background as a daemon, and start the server with the | ||
| 291 | name set to @var{SERVER-NAME}. | ||
| 292 | |||
| 289 | @item --no-splash | 293 | @item --no-splash |
| 290 | @opindex --no-splash | 294 | @opindex --no-splash |
| 291 | @vindex inhibit-startup-screen | 295 | @vindex inhibit-startup-screen |