diff options
| author | Chong Yidong | 2009-09-13 19:41:52 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-09-13 19:41:52 +0000 |
| commit | 6a5ca7c8b1fae1f3506964394ecf92a437e6269d (patch) | |
| tree | 70fb2bf73b763843177c5d3c7910817364752e56 | |
| parent | 1f5c162635401b726c09539652af75cdf8a7bec3 (diff) | |
| download | emacs-6a5ca7c8b1fae1f3506964394ecf92a437e6269d.tar.gz emacs-6a5ca7c8b1fae1f3506964394ecf92a437e6269d.zip | |
* misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 34 |
2 files changed, 23 insertions, 17 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7f6a4b83edc..07dc3f6f861 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2009-09-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419). | ||
| 4 | |||
| 1 | 2009-08-31 Nick Roberts <nickrob@snap.net.nz> | 5 | 2009-08-31 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * building.texi (Threads Buffer, Multithreaded Debugging): | 7 | * building.texi (Threads Buffer, Multithreaded Debugging): |
| 4 | Re-organise these two sections, | 8 | Re-organise these two sections, |
| 5 | 9 | ||
| 6 | 2009-08-29 Eli Zaretskii <eliz@gnu.org> | 10 | 2009-08-29 Eli Zaretskii <eliz@gnu.org> |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 29f7f271350..339964207b9 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -1499,19 +1499,21 @@ can then select that frame to begin editing. | |||
| 1499 | with an error message. If the Emacs process has no existing | 1499 | with an error message. If the Emacs process has no existing |
| 1500 | frame---which can happen if it was started as a daemon (@pxref{Emacs | 1500 | frame---which can happen if it was started as a daemon (@pxref{Emacs |
| 1501 | Server})---then Emacs opens a frame on the terminal in which you | 1501 | Server})---then Emacs opens a frame on the terminal in which you |
| 1502 | called @command{emacsclient}, as though you had used the @samp{-t} | 1502 | called @command{emacsclient}. |
| 1503 | option (@pxref{emacsclient Options}). | 1503 | |
| 1504 | 1504 | You can also force @command{emacsclient} to open a new frame on a | |
| 1505 | On a graphical display, switching to the Emacs server is | 1505 | graphical display, or on a text-only terminal, using the @samp{-c} and |
| 1506 | straightforward---just select its (system-level) window. If you are | 1506 | @samp{-t} options. @xref{emacsclient Options}. |
| 1507 | using a text-only terminal, there are two ways to switch between | 1507 | |
| 1508 | @command{emacsclient}'s shell and the Emacs server: (i) run the Emacs | 1508 | If you are running on a single text-only terminal, you can switch |
| 1509 | server and @command{emacsclient} on different virtual terminals, and | 1509 | between @command{emacsclient}'s shell and the Emacs server using one |
| 1510 | switch to the Emacs server's virtual terminal after calling | 1510 | of two methods: (i) run the Emacs server and @command{emacsclient} on |
| 1511 | @command{emacsclient}; or (ii) call @command{emacsclient} from within | 1511 | different virtual terminals, and switch to the Emacs server's virtual |
| 1512 | the Emacs server itself, using Shell mode (@pxref{Interactive Shell}) | 1512 | terminal after calling @command{emacsclient}; or (ii) call |
| 1513 | or Term mode (@pxref{Term Mode}); @code{emacsclient} blocks only the | 1513 | @command{emacsclient} from within the Emacs server itself, using Shell |
| 1514 | subshell under Emacs, and you can still use Emacs to edit the file. | 1514 | mode (@pxref{Interactive Shell}) or Term mode (@pxref{Term Mode}); |
| 1515 | @code{emacsclient} blocks only the subshell under Emacs, and you can | ||
| 1516 | still use Emacs to edit the file. | ||
| 1515 | 1517 | ||
| 1516 | @kindex C-x # | 1518 | @kindex C-x # |
| 1517 | @findex server-edit | 1519 | @findex server-edit |
| @@ -1548,9 +1550,9 @@ with @kbd{C-x #}. But @kbd{C-x #} is the way to tell | |||
| 1548 | @command{emacsclient} that you are finished. | 1550 | @command{emacsclient} that you are finished. |
| 1549 | 1551 | ||
| 1550 | @vindex server-window | 1552 | @vindex server-window |
| 1551 | If you set the variable @code{server-window} to a window or a frame, | 1553 | If you set the value of the variable @code{server-window} to a |
| 1552 | @kbd{C-x #} always displays the next server buffer in that window or | 1554 | window or a frame, @kbd{C-x #} always displays the next server buffer |
| 1553 | in that frame. | 1555 | in that window or in that frame. |
| 1554 | 1556 | ||
| 1555 | @node emacsclient Options | 1557 | @node emacsclient Options |
| 1556 | @subsection @code{emacsclient} Options | 1558 | @subsection @code{emacsclient} Options |