diff options
| author | Juanma Barranquero | 2007-02-07 00:26:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-07 00:26:17 +0000 |
| commit | ef060075521d3e20e6ef7fcb5f6dfa32aba1f38d (patch) | |
| tree | 10edfedabd2bbbb0b3bd677bc247290c60a89c58 /man | |
| parent | eac371e2f15ec144a329bf7267bdf0b93d72e2fb (diff) | |
| download | emacs-ef060075521d3e20e6ef7fcb5f6dfa32aba1f38d.tar.gz emacs-ef060075521d3e20e6ef7fcb5f6dfa32aba1f38d.zip | |
(Fullscreen mode on MS-Windows): New node.
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 21 | ||||
| -rw-r--r-- | man/faq.texi | 25 |
2 files changed, 35 insertions, 11 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index ce6ca42d838..467ed85c7ec 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-02-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * faq.texi (Fullscreen mode on MS-Windows): New node. | ||
| 4 | |||
| 1 | 2007-02-05 Francesco Potort,Al(B <pot@gnu.org> | 5 | 2007-02-05 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 6 | ||
| 3 | * maintaining.texi (Tag Syntax): Now --members is the default for | 7 | * maintaining.texi (Tag Syntax): Now --members is the default for |
| @@ -1964,7 +1968,7 @@ | |||
| 1964 | 1968 | ||
| 1965 | 2006-03-15 Chong Yidong <cyd@stupidchicken.com> | 1969 | 2006-03-15 Chong Yidong <cyd@stupidchicken.com> |
| 1966 | 1970 | ||
| 1967 | * emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters, | 1971 | * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters, |
| 1968 | moved here from Emacs manual. | 1972 | moved here from Emacs manual. |
| 1969 | 1973 | ||
| 1970 | * programs.texi (Fortran): Section moved to emacs-xtra. | 1974 | * programs.texi (Fortran): Section moved to emacs-xtra. |
| @@ -4814,7 +4818,7 @@ | |||
| 4814 | 4818 | ||
| 4815 | 2005-03-03 Nick Roberts <nickrob@snap.net.nz> | 4819 | 2005-03-03 Nick Roberts <nickrob@snap.net.nz> |
| 4816 | 4820 | ||
| 4817 | * trouble.texi (Contributing): Mention Savannah. Direct users to | 4821 | * trouble.texi (Contributing): Mention Savannah. Direct users to |
| 4818 | emacs-devel. | 4822 | emacs-devel. |
| 4819 | 4823 | ||
| 4820 | 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk> | 4824 | 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk> |
| @@ -6239,7 +6243,7 @@ | |||
| 6239 | (Windows setup hints): Remove restriction of password entering | 6243 | (Windows setup hints): Remove restriction of password entering |
| 6240 | with external methods. | 6244 | with external methods. |
| 6241 | (Auto-save and Backup): Make file name example | 6245 | (Auto-save and Backup): Make file name example |
| 6242 | (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info' | 6246 | (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info' |
| 6243 | and `auto-save-directory' must be used. | 6247 | and `auto-save-directory' must be used. |
| 6244 | (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not | 6248 | (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not |
| 6245 | only "NT"). Remove doubled entry "What kinds of systems does | 6249 | only "NT"). Remove doubled entry "What kinds of systems does |
| @@ -6624,21 +6628,18 @@ | |||
| 6624 | * widget.texi (Basic Types): The argument to `:help-echo' can now | 6628 | * widget.texi (Basic Types): The argument to `:help-echo' can now |
| 6625 | be a form that evaluates to a string. | 6629 | be a form that evaluates to a string. |
| 6626 | 6630 | ||
| 6627 | * emacs.texi (Top): Update menu to reflect new Keyboard Macros | 6631 | * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter. |
| 6628 | chapter. | ||
| 6629 | (Intro): Include kmacro.texi after fixit.texi instead of after | 6632 | (Intro): Include kmacro.texi after fixit.texi instead of after |
| 6630 | custom.texi. (As suggested by Kim Storm.) | 6633 | custom.texi. (As suggested by Kim Storm.) |
| 6631 | 6634 | ||
| 6632 | 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu> | 6635 | 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu> |
| 6633 | 6636 | ||
| 6634 | * fixit.texi (Fixit): Update `Next' pointer. | 6637 | * fixit.texi (Fixit): Update `Next' pointer. |
| 6635 | * files.texi (Files): Update `Previous' pointer. | 6638 | * files.texi (Files): Update `Previous' pointer. |
| 6636 | * kmacro.texi (Keyboard Macros): Remove redundant node and | 6639 | * kmacro.texi (Keyboard Macros): Remove redundant node and section. |
| 6637 | section. | ||
| 6638 | * emacs.texi (Intro): Include kmacro.texi after custom.texi. | 6640 | * emacs.texi (Intro): Include kmacro.texi after custom.texi. |
| 6639 | (Suggested by Kim Storm.) | 6641 | (Suggested by Kim Storm.) |
| 6640 | * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim | 6642 | * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.) |
| 6641 | Storm.) | ||
| 6642 | 6643 | ||
| 6643 | 2003-08-18 Kim F. Storm <storm@cua.dk> | 6644 | 2003-08-18 Kim F. Storm <storm@cua.dk> |
| 6644 | 6645 | ||
diff --git a/man/faq.texi b/man/faq.texi index 30240941fc3..b800ffac69a 100644 --- a/man/faq.texi +++ b/man/faq.texi | |||
| @@ -1266,6 +1266,7 @@ full list. | |||
| 1266 | * Editing MS-DOS files:: | 1266 | * Editing MS-DOS files:: |
| 1267 | * Filling paragraphs with a single space:: | 1267 | * Filling paragraphs with a single space:: |
| 1268 | * Escape sequences in shell output:: | 1268 | * Escape sequences in shell output:: |
| 1269 | * Fullscreen mode on MS-Windows:: | ||
| 1269 | @end menu | 1270 | @end menu |
| 1270 | 1271 | ||
| 1271 | @node Setting up a customization file, Using Customize, Common requests, Common requests | 1272 | @node Setting up a customization file, Using Customize, Common requests, Common requests |
| @@ -2671,7 +2672,7 @@ Add the following line to your @file{.emacs} file: | |||
| 2671 | (setq sentence-end-double-space nil) | 2672 | (setq sentence-end-double-space nil) |
| 2672 | @end lisp | 2673 | @end lisp |
| 2673 | 2674 | ||
| 2674 | @node Escape sequences in shell output, , Filling paragraphs with a single space, Common requests | 2675 | @node Escape sequences in shell output, Fullscreen mode on MS-Windows, Filling paragraphs with a single space, Common requests |
| 2675 | @section Why these strange escape sequences from @code{ls} from the Shell mode? | 2676 | @section Why these strange escape sequences from @code{ls} from the Shell mode? |
| 2676 | @cindex Escape sequences in @code{ls} output | 2677 | @cindex Escape sequences in @code{ls} output |
| 2677 | @cindex @code{ls} in Shell mode | 2678 | @cindex @code{ls} in Shell mode |
| @@ -2693,6 +2694,28 @@ Install the @code{ansi-color} package (bundled with Emacs 21.1 and | |||
| 2693 | later), which converts these ANSI escape sequences into colors. | 2694 | later), which converts these ANSI escape sequences into colors. |
| 2694 | @end itemize | 2695 | @end itemize |
| 2695 | 2696 | ||
| 2697 | @node Fullscreen mode on MS-Windows, , Escape sequences in shell output, Common requests | ||
| 2698 | @section How can I start Emacs in fullscreen mode on MS-Windows? | ||
| 2699 | @cindex Maximize frame | ||
| 2700 | @cindex Fullscreen mode | ||
| 2701 | |||
| 2702 | Use the function @code{w32-send-sys-command}. For example, you can | ||
| 2703 | put the following in your @file{.emacs} file: | ||
| 2704 | |||
| 2705 | @lisp | ||
| 2706 | (add-hook 'term-setup-hook | ||
| 2707 | #'(lambda () (w32-send-sys-command ?\xF030))) | ||
| 2708 | @end lisp | ||
| 2709 | |||
| 2710 | To avoid the slightly distracting visual effect of Emacs starting with | ||
| 2711 | its default frame size and then growing to fullscreen, you can add an | ||
| 2712 | @samp{Emacs.Geometry} entry to the Windows registry settings (see | ||
| 2713 | @pxref{(emacs)X Resources}). | ||
| 2714 | |||
| 2715 | To compute the correct values for width and height, first maximize the | ||
| 2716 | Emacs frame and then evaluate @code{(frame-height)} and | ||
| 2717 | @code{(frame-width)} with @kbd{M-:}. | ||
| 2718 | |||
| 2696 | @c ------------------------------------------------------------ | 2719 | @c ------------------------------------------------------------ |
| 2697 | @node Bugs and problems, Compiling and installing Emacs, Common requests, Top | 2720 | @node Bugs and problems, Compiling and installing Emacs, Common requests, Top |
| 2698 | @chapter Bugs and problems | 2721 | @chapter Bugs and problems |