aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-03 15:56:05 +0000
committerGerd Moellmann2000-01-03 15:56:05 +0000
commit1de6bfb1b851ea8981b2fd0adab24632fc6f3129 (patch)
tree5ea97e1a4f77a205e22c4ad92079cf704c921066
parent047f434ac505fb38c222af9e6107d94ba3d23eee (diff)
downloademacs-1de6bfb1b851ea8981b2fd0adab24632fc6f3129.tar.gz
emacs-1de6bfb1b851ea8981b2fd0adab24632fc6f3129.zip
Add socket name `esrv-USERID-SYSTEMNAME' for emacsserver.
-rw-r--r--man/faq.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/faq.texi b/man/faq.texi
index c93999cd355..024f78e91af 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -1470,8 +1470,10 @@ or by invoking @code{server-start} from @file{.emacs}:
1470@end lisp 1470@end lisp
1471 1471
1472When this is done, Emacs starts a subprocess running a program called 1472When this is done, Emacs starts a subprocess running a program called
1473@samp{server}. @samp{server} creates a Unix domain socket, named 1473@samp{server}. @samp{server} creates a Unix domain socket. The socket
1474@file{.emacs_server}, in the user's home directory. 1474is either named @file{.emacs_server}, in the user's home directory,
1475or @file{esrv-@var{USER-ID}-@var{SYSTEM-NAME}}, in the @file{/tmp}
1476directory, depending on how @samp{emacsserver} was compiled.
1475 1477
1476To get your news reader, mail reader, etc., to invoke 1478To get your news reader, mail reader, etc., to invoke
1477@samp{emacsclient}, try setting the environment variable @code{EDITOR} 1479@samp{emacsclient}, try setting the environment variable @code{EDITOR}