emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/misc.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/misc.texi
Date: Fri, 25 Mar 2005 20:53:31 -0500

Index: emacs/man/misc.texi
diff -c emacs/man/misc.texi:1.60 emacs/man/misc.texi:1.61
*** emacs/man/misc.texi:1.60    Mon Mar 21 18:46:31 2005
--- emacs/man/misc.texi Sat Mar 26 01:53:30 2005
***************
*** 1247,1252 ****
--- 1247,1260 ----
    If you set the variable @code{server-window} to a window or a frame,
  @kbd{C-x #} displays the server buffer in that window or in that frame.
  
+ @vindex server-name
+   You can run multiple Emacs servers on the same machine by giving
+ each one a unique ``server name'', using the variable
+ @code{server-name}.  For example, @kbd{M-x set-variable RET
+ server-name RET foo} sets the server name to @samp{foo}.  The
+ @code{emacsclient} program can visit a server by name using the
+ @samp{-s} option.
+ 
    While @code{mail} or another application is waiting for
  @code{emacsclient} to finish, @code{emacsclient} does not read terminal
  input.  So the terminal that @code{mail} was using is effectively
***************
*** 1329,1334 ****
--- 1337,1345 ----
  This can be used typically when connecting from home to an Emacs
  server running on your machine at your workplace.
  
+ If there is more than one Emacs server running, you can specify a
+ server name with the option @samp{-s @var{name}}.
+ 
  You can also use @code{emacsclient} to execute any piece of Emacs Lisp
  code, using the option @samp{--eval}.  When this option is given, the
  rest of the arguments is not taken as a list of files to visit but as




reply via email to

[Prev in Thread] Current Thread [Next in Thread]