[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107710: Fix bug #11091 with inaccura
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107710: Fix bug #11091 with inaccurate docs of emacsclient on MS-Windows. |
Date: |
Sat, 31 Mar 2012 12:52:20 +0300 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107710
fixes bug(s): http://debbugs.gnu.org/11091
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-03-31 12:52:20 +0300
message:
Fix bug #11091 with inaccurate docs of emacsclient on MS-Windows.
doc/emacs/misc.texi (emacsclient Options): Document peculiarities of new
frame creation on MS-Windows under -c or -t options.
modified:
doc/emacs/ChangeLog
doc/emacs/misc.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2012-03-30 16:31:24 +0000
+++ b/doc/emacs/ChangeLog 2012-03-31 09:52:20 +0000
@@ -1,3 +1,8 @@
+2012-03-31 Eli Zaretskii <address@hidden>
+
+ * misc.texi (emacsclient Options): Document peculiarities of new
+ frame creation on MS-Windows under -c or -t options. (Bug#11091)
+
2012-03-30 Chong Yidong <address@hidden>
* files.texi (File Conveniences): Clarify Imagemagick discussion.
=== modified file 'doc/emacs/misc.texi'
--- a/doc/emacs/misc.texi 2012-01-19 07:21:25 +0000
+++ b/doc/emacs/misc.texi 2012-03-31 09:52:20 +0000
@@ -1506,10 +1506,12 @@
Create a new graphical frame, instead of using an existing Emacs
frame. Emacs can create a graphical frame even if it was started in a
text-only terminal, provided it is able to connect to a graphical
-display. If no graphical display is available, Emacs creates a new
-text-only terminal frame (@pxref{Frames}). If you omit a filename
-argument while supplying the @samp{-c} option, the new frame displays
-the @samp{*scratch*} buffer (@pxref{Buffers}).
+display, and provided it can create graphical frames when started from
+a text-only terminal. address@hidden
+This is what happens on MS-Windows.
+}, Emacs creates a new text-only terminal frame (@pxref{Frames}). If
+you omit a filename argument while supplying the @samp{-c} option, the
+new frame displays the @samp{*scratch*} buffer (@pxref{Buffers}).
@item -F @var{alist}
@itemx address@hidden
@@ -1592,11 +1594,15 @@
@itemx --tty
@itemx -nw
Create a new Emacs frame on the current text-only terminal, instead of
-using an existing Emacs frame. Emacs can open a text-only terminal
+using an existing Emacs frame. If Emacs can open a text-only terminal
even if it was started in another text-only terminal, or on a
-graphical display. If you omit a filename argument while supplying
-this option, the new frame displays the @samp{*scratch*} buffer.
address@hidden
+graphical display, it will create a text-only frame on the current
+terminal. address@hidden
+This is what happens on MS-Windows.
+}, it will create a new frame, either GUI or text-only, on the
+same terminal where Emacs was started. If you omit a filename
+argument while supplying this option, the new frame displays the
address@hidden buffer. @xref{Buffers}.
@end table
If you type @kbd{C-x C-c} (@code{save-buffers-kill-terminal}) in an
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107710: Fix bug #11091 with inaccurate docs of emacsclient on MS-Windows.,
Eli Zaretskii <=