aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-22 16:37:23 +0000
committerJuanma Barranquero2006-11-22 16:37:23 +0000
commit49bebb2248acf538ee731b18e0a4e700d193e5fe (patch)
tree554caa608a5f428a75b919a8dbaa18dfa829c9f6
parent9299be0c24f42a59c7bf3cc06876a25f812cd70e (diff)
downloademacs-49bebb2248acf538ee731b18e0a4e700d193e5fe.tar.gz
emacs-49bebb2248acf538ee731b18e0a4e700d193e5fe.zip
(DESCRIPTION): Suggest also `server-mode'.
(OPTIONS): Document `-f', `--server-file' and EMACS_SERVER_FILE.
-rw-r--r--etc/emacsclient.114
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/emacsclient.1 b/etc/emacsclient.1
index bd641c9fc68..8852372dd75 100644
--- a/etc/emacsclient.1
+++ b/etc/emacsclient.1
@@ -29,10 +29,10 @@ default editor.
29 29
30For 30For
31.B emacsclient 31.B emacsclient
32to work, you need an already running Emacs with a server. Within Emacs, call 32to work, you need an already running Emacs with a server. Within Emacs,
33the function 33call the functions `server-start' or `server-mode'. (Your `.emacs' file
34`server-start'. (Your `.emacs' file can do this automatically if you 34can do this automatically if you add either `(server-start)' or
35add the expression `(server-start)' to it.) 35`(server-mode 1)' to it.)
36 36
37When you've finished editing the buffer, type `C-x #' 37When you've finished editing the buffer, type `C-x #'
38(`server-edit'). This saves the file and sends a message back to the 38(`server-edit'). This saves the file and sends a message back to the
@@ -57,7 +57,11 @@ do not visit files but instead evaluate the arguments as Emacs
57Lisp expressions. 57Lisp expressions.
58.TP 58.TP
59.B \-s, \-\-socket-name=FILENAME 59.B \-s, \-\-socket-name=FILENAME
60Use socket named FILENAME for communication. 60use socket named FILENAME for communication.
61.TP
62.B \-f, \-\-server-file=FILENAME
63use TCP configuration file FILENAME for communication.
64This can also be specified via the `EMACS_SERVER_FILE' environment variable.
61.TP 65.TP
62.B \-a, \-\-alternate-editor=EDITOR 66.B \-a, \-\-alternate-editor=EDITOR
63if the Emacs server is not running, run the specified editor instead. 67if the Emacs server is not running, run the specified editor instead.