diff options
| author | Richard M. Stallman | 2006-12-09 02:53:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-09 02:53:21 +0000 |
| commit | d219c8992eddd3b7dd78cc3a5ba2af85310b2fb0 (patch) | |
| tree | 3171ed3151c555c4821d2317f2e2963c85e47c85 | |
| parent | 76b1f2e802a5d04e6314d02c54d7d3f9f1e3d43f (diff) | |
| download | emacs-d219c8992eddd3b7dd78cc3a5ba2af85310b2fb0.tar.gz emacs-d219c8992eddd3b7dd78cc3a5ba2af85310b2fb0.zip | |
(Invoking emacsclient): Simplify TCP file text.
| -rw-r--r-- | man/misc.texi | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/man/misc.texi b/man/misc.texi index ae92ed6095d..72ddd96534a 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -1406,23 +1406,18 @@ expressions to evaluate, not a list of files to visit. | |||
| 1406 | 1406 | ||
| 1407 | @cindex @env{EMACS_SERVER_FILE} environment variable | 1407 | @cindex @env{EMACS_SERVER_FILE} environment variable |
| 1408 | When you start the Emacs server (by calling @code{server-start}), | 1408 | When you start the Emacs server (by calling @code{server-start}), |
| 1409 | Emacs creates a file with information about the TCP connection to the | 1409 | Emacs creates a file with information about TCP connection to the |
| 1410 | server: the host where Emacs runs, the port where it listens for | 1410 | server: the host where Emacs is running, the port where it is |
| 1411 | @code{emacsclient} requests, and the authentication string to use for | 1411 | listening, and an authentication string. @code{emacsclient} uses this |
| 1412 | the connection. @code{emacsclient} uses this information if it needs | 1412 | information if it needs to connect to the server via TCP. By default, |
| 1413 | to connect to the server via TCP. By default, this TCP configuration | 1413 | the file goes in the @file{~/.emacs.d/server/} directory@footnote{On |
| 1414 | file is placed in the @file{~/.emacs.d/server/} directory@footnote{ | 1414 | MS-Windows, if @env{HOME} is not set or the TCP configuration file |
| 1415 | On MS-Windows, if @env{HOME} is not set or the TCP configuration file | 1415 | cannot be found there, Emacs also looks for the file in the |
| 1416 | cannot be found there, Emacs in addition attempts to find the file in | 1416 | @file{.emacs.d/server/} subdirectory of the directory pointed to by |
| 1417 | the @file{.emacs.d/server/} subdirectory of the directory pointed | 1417 | the @env{APPDATA} environment variable.}. You can specify the file |
| 1418 | to by the @env{APPDATA} environment variable, which is a user-specific | 1418 | name to use with the @samp{-f @var{file}} or |
| 1419 | directory for application data files. This is similar to what Emacs | 1419 | @samp{--server-file=@var{file}} options, or by setting |
| 1420 | does on MS-Windows to search for the user's @file{.emacs} file.} | 1420 | @env{EMACS_SERVER_FILE} environment variable to the file name. |
| 1421 | ; you can | ||
| 1422 | direct @code{emacsclient} to use a different file with the @samp{-f | ||
| 1423 | @var{file}} or @samp{--server-file=@var{file}} option, or by defining | ||
| 1424 | the @env{EMACS_SERVER_FILE} environment variable that points to the | ||
| 1425 | non-default TCP configuration file. | ||
| 1426 | 1421 | ||
| 1427 | @node Printing, Sorting, Emacs Server, Top | 1422 | @node Printing, Sorting, Emacs Server, Top |
| 1428 | @section Printing Hard Copies | 1423 | @section Printing Hard Copies |