aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-09-13 19:41:52 +0000
committerChong Yidong2009-09-13 19:41:52 +0000
commit6a5ca7c8b1fae1f3506964394ecf92a437e6269d (patch)
tree70fb2bf73b763843177c5d3c7910817364752e56
parent1f5c162635401b726c09539652af75cdf8a7bec3 (diff)
downloademacs-6a5ca7c8b1fae1f3506964394ecf92a437e6269d.tar.gz
emacs-6a5ca7c8b1fae1f3506964394ecf92a437e6269d.zip
* misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
-rw-r--r--doc/emacs/ChangeLog6
-rw-r--r--doc/emacs/misc.texi34
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 @@
12009-09-13 Chong Yidong <cyd@stupidchicken.com>
2
3 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
4
12009-08-31 Nick Roberts <nickrob@snap.net.nz> 52009-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
62009-08-29 Eli Zaretskii <eliz@gnu.org> 102009-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.
1499with an error message. If the Emacs process has no existing 1499with an error message. If the Emacs process has no existing
1500frame---which can happen if it was started as a daemon (@pxref{Emacs 1500frame---which can happen if it was started as a daemon (@pxref{Emacs
1501Server})---then Emacs opens a frame on the terminal in which you 1501Server})---then Emacs opens a frame on the terminal in which you
1502called @command{emacsclient}, as though you had used the @samp{-t} 1502called @command{emacsclient}.
1503option (@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 1505graphical display, or on a text-only terminal, using the @samp{-c} and
1506straightforward---just select its (system-level) window. If you are 1506@samp{-t} options. @xref{emacsclient Options}.
1507using 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
1509server and @command{emacsclient} on different virtual terminals, and 1509between @command{emacsclient}'s shell and the Emacs server using one
1510switch to the Emacs server's virtual terminal after calling 1510of two methods: (i) run the Emacs server and @command{emacsclient} on
1511@command{emacsclient}; or (ii) call @command{emacsclient} from within 1511different virtual terminals, and switch to the Emacs server's virtual
1512the Emacs server itself, using Shell mode (@pxref{Interactive Shell}) 1512terminal after calling @command{emacsclient}; or (ii) call
1513or Term mode (@pxref{Term Mode}); @code{emacsclient} blocks only the 1513@command{emacsclient} from within the Emacs server itself, using Shell
1514subshell under Emacs, and you can still use Emacs to edit the file. 1514mode (@pxref{Interactive Shell}) or Term mode (@pxref{Term Mode});
1515@code{emacsclient} blocks only the subshell under Emacs, and you can
1516still 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 1554window or a frame, @kbd{C-x #} always displays the next server buffer
1553in that frame. 1555in 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