comparison man/misc.texi @ 71741:d3243ee91ba0

* misc.texi (Invoking emacsclient): Document behavior when emacsclient is invoked for multiple files.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 09 Jul 2006 14:56:55 +0000
parents 4d628cade603
children c7e4f78b81a6 8a8e69664178
comparison
equal deleted inserted replaced
71740:df55df8eb062 71741:d3243ee91ba0
1345 1345
1346 Ordinarily, @code{emacsclient} does not return until you use the 1346 Ordinarily, @code{emacsclient} does not return until you use the
1347 @kbd{C-x #} command on each of these buffers. When that happens, 1347 @kbd{C-x #} command on each of these buffers. When that happens,
1348 Emacs sends a message to the @code{emacsclient} program telling it to 1348 Emacs sends a message to the @code{emacsclient} program telling it to
1349 return. 1349 return.
1350
1351 If you invoke @code{emacsclient} for more than one file, the
1352 additional client buffers are buried at the bottom of the buffer list
1353 (@pxref{Buffers}). If you call @kbd{C-x #} after you are done editing
1354 a client buffer, the next client buffer is automatically selected.
1350 1355
1351 But if you use the option @samp{-n} or @samp{--no-wait} when running 1356 But if you use the option @samp{-n} or @samp{--no-wait} when running
1352 @code{emacsclient}, then it returns immediately. (You can take as 1357 @code{emacsclient}, then it returns immediately. (You can take as
1353 long as you like to edit the files in Emacs.) 1358 long as you like to edit the files in Emacs.)
1354 1359