comparison man/emacs.texi @ 83532:b19aaf4ab0ee

Merged from emacs@sv.gnu.org. Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-331 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-332 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-333 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-334 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-335 Add note about "link" button-class to etc/TODO * emacs@sv.gnu.org/emacs--devo--0--patch-336 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-337 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-338 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-339 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-340 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-341 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-342 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-343 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-344 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-345 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-346 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-347 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-348 Update for ERC 5.1.3. * emacs@sv.gnu.org/emacs--devo--0--patch-349 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-350 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/gnus--rel--5.10--patch-111 Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. * emacs@sv.gnu.org/gnus--rel--5.10--patch-112 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-113 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-114 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-572
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 14 Jul 2006 05:56:32 +0000
parents a387c138b28e 4d628cade603
children 02e39decdc84
comparison
equal deleted inserted replaced
83531:a387c138b28e 83532:b19aaf4ab0ee
45 @c per rms and peterb, use 10pt fonts for the main text, mostly to 45 @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. 46 @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. 47 @c Do this inside @tex for now, so current makeinfo does not complain.
48 @tex 48 @tex
49 @fonttextsize 10 49 @fonttextsize 10
50 \global\hbadness=6000 % don't worry about not-too-underfull boxes
50 @end tex 51 @end tex
51 52
52 @defcodeindex op 53 @defcodeindex op
53 @synindex pg cp 54 @synindex pg cp
54 55
135 * Mac OS:: Using Emacs in the Mac. 136 * Mac OS:: Using Emacs in the Mac.
136 * Microsoft Windows:: Using Emacs on Microsoft Windows and MS-DOS. 137 * Microsoft Windows:: Using Emacs on Microsoft Windows and MS-DOS.
137 * Manifesto:: What's GNU? Gnu's Not Unix! 138 * Manifesto:: What's GNU? Gnu's Not Unix!
138 * Acknowledgments:: Major contributors to GNU Emacs. 139 * Acknowledgments:: Major contributors to GNU Emacs.
139 140
140 Indexes (nodes containing large menus) 141 Indexes (each index contains a large menu)
141 * Key Index:: An item for each standard Emacs key sequence. 142 * Key Index:: An item for each standard Emacs key sequence.
142 * Option Index:: An item for every command-line option. 143 * Option Index:: An item for every command-line option.
143 * Command Index:: An item for each command name. 144 * Command Index:: An item for each command name.
144 * Variable Index:: An item for each documented variable. 145 * Variable Index:: An item for each documented variable.
145 * Concept Index:: An item for each concept. 146 * Concept Index:: An item for each concept.
318 * Bookmarks:: Bookmarks are like registers, but persistent. 319 * Bookmarks:: Bookmarks are like registers, but persistent.
319 320
320 Controlling the Display 321 Controlling the Display
321 322
322 * Scrolling:: Moving text up and down in a window. 323 * Scrolling:: Moving text up and down in a window.
324 * Auto Scrolling:: Redisplay scrolls text automatically when needed.
323 * Horizontal Scrolling:: Moving text left and right in a window. 325 * Horizontal Scrolling:: Moving text left and right in a window.
324 * Follow Mode:: Follow mode lets two windows scroll as one. 326 * Follow Mode:: Follow mode lets two windows scroll as one.
325 * Faces:: How to change the display style using faces. 327 * Faces:: How to change the display style using faces.
326 * Standard Faces:: Emacs' predefined faces. 328 * Standard Faces:: Emacs' predefined faces.
327 * Font Lock:: Minor mode for syntactic highlighting using faces. 329 * Font Lock:: Minor mode for syntactic highlighting using faces.
468 * Select Input Method:: Specifying your choice of input methods. 470 * Select Input Method:: Specifying your choice of input methods.
469 * Multibyte Conversion:: How single-byte characters convert to multibyte. 471 * Multibyte Conversion:: How single-byte characters convert to multibyte.
470 * Coding Systems:: Character set conversion when you read and 472 * Coding Systems:: Character set conversion when you read and
471 write files, and so on. 473 write files, and so on.
472 * Recognize Coding:: How Emacs figures out which conversion to use. 474 * Recognize Coding:: How Emacs figures out which conversion to use.
475 * Specify Coding:: Specifying a file's coding system explicitly.
476 * Output Coding:: Choosing coding systems for output.
473 * Text Coding:: Choosing conversion to use for file text. 477 * Text Coding:: Choosing conversion to use for file text.
474 * Communication Coding:: Coding systems for interprocess communication. 478 * Communication Coding:: Coding systems for interprocess communication.
475 * File Name Coding:: Coding systems for file @emph{names}. 479 * File Name Coding:: Coding systems for file @emph{names}.
476 * Terminal Coding:: Specifying coding systems for converting 480 * Terminal Coding:: Specifying coding systems for converting
477 terminal input and output. 481 terminal input and output.