comparison man/emacs.texi @ 90813:e6fdae9180d4

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 698-710) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 216) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author Miles Bader <miles@gnu.org>
date Tue, 24 Apr 2007 21:56:25 +0000
parents 4ef881a120fe 8a2381f5b72a
children 92c344270c8a
comparison
equal deleted inserted replaced
90812:6137cc8ddf90 90813:e6fdae9180d4
3 @setfilename ../info/emacs 3 @setfilename ../info/emacs
4 @settitle GNU Emacs Manual 4 @settitle GNU Emacs Manual
5 5
6 @c The edition number appears in several places in this file 6 @c The edition number appears in several places in this file
7 @set EDITION Sixteenth 7 @set EDITION Sixteenth
8 @set EMACSVER 22.0.97 8 @set EMACSVER 22.0.98
9 9
10 @copying 10 @copying
11 This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, 11 This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},
12 updated for Emacs version @value{EMACSVER}. 12 updated for Emacs version @value{EMACSVER}.
13 13
37 @end direntry 37 @end direntry
38 38
39 @c in general, keep the following line commented out, unless doing a 39 @c in general, keep the following line commented out, unless doing a
40 @c copy of this manual that will be published. the manual should go 40 @c copy of this manual that will be published. the manual should go
41 @c onto the distribution in the full, 8.5 x 11" size. 41 @c onto the distribution in the full, 8.5 x 11" size.
42 42 @set smallbook
43
44 @ifset smallbook
43 @smallbook 45 @smallbook
46 @end ifset
44 47
45 @c per rms and peterb, use 10pt fonts for the main text, mostly to 48 @c per rms and peterb, use 10pt fonts for the main text, mostly to
46 @c save on paper cost. Also do not declare @setchapternewpage odd. 49 @c save on paper cost. Also do not declare @setchapternewpage odd.
47 @c Do this inside @tex for now, so current makeinfo does not complain. 50 @c Do this inside @tex for now, so current makeinfo does not complain.
48 @tex 51 @tex
52 @ifset smallbook
49 @fonttextsize 10 53 @fonttextsize 10
50 \global\hbadness=6000 % don't worry about not-too-underfull boxes 54 @end ifset
55 \global\hbadness=6666 % don't worry about not-too-underfull boxes
51 @end tex 56 @end tex
52 57
53 @defcodeindex op 58 @defcodeindex op
54 @synindex pg cp 59 @synindex pg cp
55 60
215 * Recursive Edit:: A command can allow you to do editing 220 * Recursive Edit:: A command can allow you to do editing
216 "within the command". This is called a 221 "within the command". This is called a
217 "recursive editing level". 222 "recursive editing level".
218 * Emulation:: Emulating some other editors with Emacs. 223 * Emulation:: Emulating some other editors with Emacs.
219 * Hyperlinking:: Following links in buffers. 224 * Hyperlinking:: Following links in buffers.
220 * Thumbnails:: Browsing images using thumbnails.
221 * Dissociated Press:: Dissociating text for fun. 225 * Dissociated Press:: Dissociating text for fun.
222 * Amusements:: Various games and hacks. 226 * Amusements:: Various games and hacks.
223 * Customization:: Modifying the behavior of Emacs. 227 * Customization:: Modifying the behavior of Emacs.
224 * X Resources:: X resources for customizing Emacs. 228 * X Resources:: X resources for customizing Emacs.
225 229
794 * Subdirectory Motion:: Moving across subdirectories, and up and down. 798 * Subdirectory Motion:: Moving across subdirectories, and up and down.
795 * Hiding Subdirectories:: Making subdirectories visible or invisible. 799 * Hiding Subdirectories:: Making subdirectories visible or invisible.
796 * Dired Updating:: Discarding lines for files of no interest. 800 * Dired Updating:: Discarding lines for files of no interest.
797 * Dired and Find:: Using `find' to choose the files for Dired. 801 * Dired and Find:: Using `find' to choose the files for Dired.
798 * Wdired:: Operating on files by editing the Dired buffer. 802 * Wdired:: Operating on files by editing the Dired buffer.
803 * Image-Dired:: Viewing image thumbnails in Dired
799 * Misc Dired Features:: Various other features. 804 * Misc Dired Features:: Various other features.
800 805
801 The Calendar and the Diary 806 The Calendar and the Diary
802 807
803 * Calendar Motion:: Moving through the calendar; selecting a date. 808 * Calendar Motion:: Moving through the calendar; selecting a date.
1681 proprietary programs. If your program is a subroutine library, you may 1686 proprietary programs. If your program is a subroutine library, you may
1682 consider it more useful to permit linking proprietary applications with the 1687 consider it more useful to permit linking proprietary applications with the
1683 library. If this is what you want to do, use the GNU Lesser General 1688 library. If this is what you want to do, use the GNU Lesser General
1684 Public License instead of this License. 1689 Public License instead of this License.
1685 1690
1691 @node GNU Free Documentation License, Emacs Invocation, Copying, Top
1692 @appendix GNU Free Documentation License
1686 @include doclicense.texi 1693 @include doclicense.texi
1694
1687 @include cmdargs.texi 1695 @include cmdargs.texi
1688 @include xresources.texi 1696 @include xresources.texi
1689 1697
1690 @include anti.texi 1698 @include anti.texi
1691 @include macos.texi 1699 @include macos.texi