comparison man/emacs.texi @ 68506:eb802877dabc

(Top): Update subnode menus.
author Richard M. Stallman <rms@gnu.org>
date Tue, 31 Jan 2006 18:16:32 +0000
parents e310fc3652fe
children e5f28eac5ad6
comparison
equal deleted inserted replaced
68505:d2c4afd6b173 68506:eb802877dabc
233 233
234 * Inserting Text:: Inserting text by simply typing it. 234 * Inserting Text:: Inserting text by simply typing it.
235 * Moving Point:: How to move the cursor to the place where you want to 235 * Moving Point:: How to move the cursor to the place where you want to
236 change something. 236 change something.
237 * Erasing:: Deleting and killing text. 237 * Erasing:: Deleting and killing text.
238 * Undo:: Undoing recent changes in the text. 238 * Basic Undo:: Undoing recent changes in the text.
239 * Basic Files:: Visiting, creating, and saving files. 239 * Basic Files:: Visiting, creating, and saving files.
240 * Basic Help:: Asking what a character does. 240 * Basic Help:: Asking what a character does.
241 * Blank Lines:: Commands to make or delete blank lines. 241 * Blank Lines:: Commands to make or delete blank lines.
242 * Continuation Lines:: Lines too wide for the screen. 242 * Continuation Lines:: Lines too wide for the screen.
243 * Position Info:: What page, line, row, or column is point on? 243 * Position Info:: What page, line, row, or column is point on?
305 * RegFiles:: File names in registers. 305 * RegFiles:: File names in registers.
306 * Bookmarks:: Bookmarks are like registers, but persistent. 306 * Bookmarks:: Bookmarks are like registers, but persistent.
307 307
308 Controlling the Display 308 Controlling the Display
309 309
310 * Scrolling:: Moving text up and down in a window.
311 * Horizontal Scrolling:: Moving text left and right in a window.
312 * Follow Mode:: Follow mode lets two windows scroll as one.
310 * Faces:: How to change the display style using faces. 313 * Faces:: How to change the display style using faces.
311 * Standard Faces:: Emacs' predefined faces. 314 * Standard Faces:: Emacs' predefined faces.
312 * Font Lock:: Minor mode for syntactic highlighting using faces. 315 * Font Lock:: Minor mode for syntactic highlighting using faces.
313 * Highlight Interactively:: Tell Emacs what text to highlight. 316 * Highlight Interactively:: Tell Emacs what text to highlight.
314 * Highlight Changes:: Using colors to show where you changed the buffer.
315 * Scrolling:: Moving text up and down in a window.
316 * Horizontal Scrolling:: Moving text left and right in a window.
317 * Fringes:: Enabling or disabling window fringes. 317 * Fringes:: Enabling or disabling window fringes.
318 * Useless Whitespace:: Showing possibly-spurious trailing whitespace. 318 * Useless Whitespace:: Showing possibly-spurious trailing whitespace.
319 * Follow Mode:: Follow mode lets two windows scroll as one.
320 * Selective Display:: Hiding lines with lots of indentation. 319 * Selective Display:: Hiding lines with lots of indentation.
321 * Optional Mode Line:: Optional mode line display features. 320 * Optional Mode Line:: Optional mode line display features.
322 * Text Display:: How text characters are normally displayed. 321 * Text Display:: How text characters are normally displayed.
323 * Cursor Display:: Features for displaying the cursor. 322 * Cursor Display:: Features for displaying the cursor.
324 * Display Custom:: Information on variables for customizing display. 323 * Display Custom:: Information on variables for customizing display.