comparison man/xemacs/xemacs.texi @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 2f8bb876ab1d
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
549 to be replayed with a single command. 549 to be replayed with a single command.
550 * Key Bindings:: The keymaps say what command each key runs. 550 * Key Bindings:: The keymaps say what command each key runs.
551 By changing them, you can "redefine keys". 551 By changing them, you can "redefine keys".
552 * Syntax:: The syntax table controls how words and expressions 552 * Syntax:: The syntax table controls how words and expressions
553 are parsed. 553 are parsed.
554 * Init File:: How to write common customizations in the @file{.emacs} 554 * Init File:: How to write common customizations in the init file.
555 file.
556 * Audible Bell:: Changing how XEmacs sounds the bell. 555 * Audible Bell:: Changing how XEmacs sounds the bell.
557 * Faces:: Changing the fonts and colors of a region of text. 556 * Faces:: Changing the fonts and colors of a region of text.
558 * X Resources:: X resources controlling various aspects of the 557 * X Resources:: X resources controlling various aspects of the
559 behavior of XEmacs. 558 behavior of XEmacs.
560 559
584 The Syntax Table 583 The Syntax Table
585 584
586 * Entry: Syntax Entry. What the syntax table records for each character. 585 * Entry: Syntax Entry. What the syntax table records for each character.
587 * Change: Syntax Change. How to change the information. 586 * Change: Syntax Change. How to change the information.
588 587
589 The Init File, @file{~/.emacs} 588 The Init File
590 589
591 * Init Syntax:: Syntax of constants in Emacs Lisp. 590 * Init Syntax:: Syntax of constants in Emacs Lisp.
592 * Init Examples:: How to do some things with an init file. 591 * Init Examples:: How to do some things with an init file.
593 * Terminal Init:: Each terminal type can have an init file. 592 * Terminal Init:: Each terminal type can have an init file.
594 593