1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

(Invoking emacsclient): If Emacs has no available frame, it now uses

emacsclient's terminal.
This commit is contained in:
Chong Yidong 2008-10-30 15:59:50 +00:00
parent 4e0a096809
commit 8b72835cb3

View File

@ -1338,9 +1338,9 @@ terminal, switch to that virtual terminal.}
If there is no Emacs server, the @command{emacsclient} program halts If there is no Emacs server, the @command{emacsclient} program halts
with an error message. If the Emacs process has no existing with an error message. If the Emacs process has no existing
frame---which can happen if it was started as a daemon (@pxref{Emacs frame---which can happen if it was started as a daemon (@pxref{Emacs
Server})---the above usage does not work; you need to use the Server})---then Emacs opens a frame on the terminal in which you
@samp{-c} or @samp{-t} option to tell Emacs to create a new frame. called @command{emacsclient}, as though you had used the @samp{-t}
@xref{emacsclient Options}. option (@pxref{emacsclient Options}).
@kindex C-x # @kindex C-x #
@findex server-edit @findex server-edit