emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/faq.texi,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/man/faq.texi,v
Date: Wed, 07 Feb 2007 00:25:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/02/07 00:25:48

Index: faq.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/faq.texi,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- faq.texi    4 Feb 2007 17:45:34 -0000       1.103
+++ faq.texi    7 Feb 2007 00:25:48 -0000       1.104
@@ -1266,6 +1266,7 @@
 * Editing MS-DOS files::
 * Filling paragraphs with a single space::
 * Escape sequences in shell output::
+* Fullscreen mode on MS-Windows::
 @end menu
 
 @node Setting up a customization file, Using Customize, Common requests, 
Common requests
@@ -2671,7 +2672,7 @@
 (setq sentence-end-double-space nil)
 @end lisp
 
address@hidden Escape sequences in shell output,  , Filling paragraphs with a 
single space, Common requests
address@hidden Escape sequences in shell output, Fullscreen mode on MS-Windows, 
Filling paragraphs with a single space, Common requests
 @section Why these strange escape sequences from @code{ls} from the Shell mode?
 @cindex Escape sequences in @code{ls} output
 @cindex @code{ls} in Shell mode
@@ -2693,6 +2694,28 @@
 later), which converts these ANSI escape sequences into colors.
 @end itemize
 
address@hidden Fullscreen mode on MS-Windows,  , Escape sequences in shell 
output, Common requests
address@hidden How can I start Emacs in fullscreen mode on MS-Windows?
address@hidden Maximize frame
address@hidden Fullscreen mode
+
+Use the function @code{w32-send-sys-command}.  For example, you can
+put the following in your @file{.emacs} file:
+
address@hidden
+(add-hook 'term-setup-hook
+          #'(lambda () (w32-send-sys-command ?\xF030)))
address@hidden lisp
+
+To avoid the slightly distracting visual effect of Emacs starting with
+its default frame size and then growing to fullscreen, you can add an
address@hidden entry to the Windows registry settings (see
address@hidden(emacs)X Resources}).
+
+To compute the correct values for width and height, first maximize the
+Emacs frame and then evaluate @code{(frame-height)} and
address@hidden(frame-width)} with @kbd{M-:}.
+
 @c ------------------------------------------------------------
 @node    Bugs and problems, Compiling and installing Emacs, Common requests, 
Top
 @chapter Bugs and problems




reply via email to

[Prev in Thread] Current Thread [Next in Thread]