aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDan Nicolaescu2008-10-27 07:02:30 +0000
committerDan Nicolaescu2008-10-27 07:02:30 +0000
commit4ff029f613a6f9a4bd54bf3b3e7763c25a510045 (patch)
tree5cfd4a8426c9fed83af07e022aa3d148332b00eb /doc
parentb918aa6b5d512ffbdca994d0e60dfabc43fed6c3 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--doc/emacs/cmdargs.texi4
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 @@
12008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
4
12008-10-23 Chong Yidong <cyd@stupidchicken.com> 52008-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
286connect and create graphical or terminal frames using 286connect and create graphical or terminal frames using
287@code{emacsclient}. 287@code{emacsclient}.
288 288
289@item -daemon=@var{SERVER-NAME}
290Start emacs in background as a daemon, and start the server with the
291name 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