comparison man/faq.texi @ 27113:21f49fa0782b

Add socket name `esrv-USERID-SYSTEMNAME' for emacsserver.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 03 Jan 2000 15:56:05 +0000
parents 906a123add31
children 6b960a7c7ca7
comparison
equal deleted inserted replaced
27112:82ad511a02f6 27113:21f49fa0782b
1468 @lisp 1468 @lisp
1469 (if (some conditions are met) (server-start)) 1469 (if (some conditions are met) (server-start))
1470 @end lisp 1470 @end lisp
1471 1471
1472 When this is done, Emacs starts a subprocess running a program called 1472 When 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. 1474 is either named @file{.emacs_server}, in the user's home directory,
1475 or @file{esrv-@var{USER-ID}-@var{SYSTEM-NAME}}, in the @file{/tmp}
1476 directory, depending on how @samp{emacsserver} was compiled.
1475 1477
1476 To get your news reader, mail reader, etc., to invoke 1478 To 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}
1478 (or sometimes @code{VISUAL}) to the value @samp{emacsclient}. You may 1480 (or sometimes @code{VISUAL}) to the value @samp{emacsclient}. You may
1479 have to specify the full pathname of the @samp{emacsclient} program 1481 have to specify the full pathname of the @samp{emacsclient} program