comparison man/xemacs/xemacs.texi @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 84b14dcb0985
children 576fb035e263
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
269 * Active Regions:: Using zmacs-style highlighting of the 269 * Active Regions:: Using zmacs-style highlighting of the
270 selected region. 270 selected region.
271 271
272 Registers 272 Registers
273 273
274 * RegPos:: Saving positions in registers. 274 * Position: RegPos. Saving positions in registers.
275 * RegText:: Saving text in registers. 275 * Text: RegText. Saving text in registers.
276 * RegRect:: Saving rectangles in registers. 276 * Rectangle: RegRect. Saving rectangles in registers.
277 * Configurations: RegConfig. Saving window configurations in registers.
278 * Files: RegFiles. File names in registers.
279 * Numbers: RegNumbers. Numbers in registers.
280 * Bookmarks:: Bookmarks are like registers, but persistent.
277 281
278 Controlling the Display 282 Controlling the Display
279 283
280 * Scrolling:: Moving text up and down in a window. 284 * Scrolling:: Moving text up and down in a window.
281 * Horizontal Scrolling:: Moving text left and right in a window. 285 * Horizontal Scrolling:: Moving text left and right in a window.
545 to be replayed with a single command. 549 to be replayed with a single command.
546 * Key Bindings:: The keymaps say what command each key runs. 550 * Key Bindings:: The keymaps say what command each key runs.
547 By changing them, you can "redefine keys". 551 By changing them, you can "redefine keys".
548 * Syntax:: The syntax table controls how words and expressions 552 * Syntax:: The syntax table controls how words and expressions
549 are parsed. 553 are parsed.
550 * Init File:: How to write common customizations in the @file{.emacs} 554 * Init File:: How to write common customizations in the init file.
551 file.
552 * Audible Bell:: Changing how XEmacs sounds the bell. 555 * Audible Bell:: Changing how XEmacs sounds the bell.
553 * Faces:: Changing the fonts and colors of a region of text. 556 * Faces:: Changing the fonts and colors of a region of text.
554 * X Resources:: X resources controlling various aspects of the 557 * X Resources:: X resources controlling various aspects of the
555 behavior of XEmacs. 558 behavior of XEmacs.
556 559
580 The Syntax Table 583 The Syntax Table
581 584
582 * Entry: Syntax Entry. What the syntax table records for each character. 585 * Entry: Syntax Entry. What the syntax table records for each character.
583 * Change: Syntax Change. How to change the information. 586 * Change: Syntax Change. How to change the information.
584 587
585 The Init File, @file{~/.emacs} 588 The Init File
586 589
587 * Init Syntax:: Syntax of constants in Emacs Lisp. 590 * Init Syntax:: Syntax of constants in Emacs Lisp.
588 * Init Examples:: How to do some things with an init file. 591 * Init Examples:: How to do some things with an init file.
589 * Terminal Init:: Each terminal type can have an init file. 592 * Terminal Init:: Each terminal type can have an init file.
590 593