comparison man/xemacs/xemacs.texi @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents de805c49cfc1
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
1 \input texinfo @c -*-texinfo-*- 1
2 \input ../texinfo @c -*-texinfo-*-
2 @setfilename ../../info/xemacs.info 3 @setfilename ../../info/xemacs.info
3 @comment node-name, next, previous, up 4 @comment node-name, next, previous, up
4 5
5 6
6 @ifinfo 7 @ifinfo
88 translation approved by the author instead of in the original English. 89 translation approved by the author instead of in the original English.
89 @end titlepage 90 @end titlepage
90 @page 91 @page
91 @ifinfo 92 @ifinfo
92 @node Top, License,, (dir) 93 @node Top, License,, (dir)
93 @top The XEmacs Editor 94
94 95 The XEmacs Editor
96 *****************
95 97
96 XEmacs is the extensible, customizable, self-documenting real-time 98 XEmacs is the extensible, customizable, self-documenting real-time
97 display editor. This Info file describes how to edit with Emacs 99 display editor. This Info file describes how to edit with Emacs
98 and some of how to customize it, but not how to extend it. It 100 and some of how to customize it, but not how to extend it. It
99 corresponds to XEmacs version 21.0. 101 corresponds to XEmacs version 21.0.
269 * Active Regions:: Using zmacs-style highlighting of the 271 * Active Regions:: Using zmacs-style highlighting of the
270 selected region. 272 selected region.
271 273
272 Registers 274 Registers
273 275
274 * Position: RegPos. Saving positions in registers. 276 * RegPos:: Saving positions in registers.
275 * Text: RegText. Saving text in registers. 277 * RegText:: Saving text in registers.
276 * Rectangle: RegRect. Saving rectangles in registers. 278 * 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.
281 279
282 Controlling the Display 280 Controlling the Display
283 281
284 * Scrolling:: Moving text up and down in a window. 282 * Scrolling:: Moving text up and down in a window.
285 * Horizontal Scrolling:: Moving text left and right in a window. 283 * Horizontal Scrolling:: Moving text left and right in a window.
549 to be replayed with a single command. 547 to be replayed with a single command.
550 * Key Bindings:: The keymaps say what command each key runs. 548 * Key Bindings:: The keymaps say what command each key runs.
551 By changing them, you can "redefine keys". 549 By changing them, you can "redefine keys".
552 * Syntax:: The syntax table controls how words and expressions 550 * Syntax:: The syntax table controls how words and expressions
553 are parsed. 551 are parsed.
554 * Init File:: How to write common customizations in the init file. 552 * Init File:: How to write common customizations in the @file{.emacs}
553 file.
555 * Audible Bell:: Changing how XEmacs sounds the bell. 554 * Audible Bell:: Changing how XEmacs sounds the bell.
556 * Faces:: Changing the fonts and colors of a region of text. 555 * Faces:: Changing the fonts and colors of a region of text.
557 * X Resources:: X resources controlling various aspects of the 556 * X Resources:: X resources controlling various aspects of the
558 behavior of XEmacs. 557 behavior of XEmacs.
559 558
583 The Syntax Table 582 The Syntax Table
584 583
585 * Entry: Syntax Entry. What the syntax table records for each character. 584 * Entry: Syntax Entry. What the syntax table records for each character.
586 * Change: Syntax Change. How to change the information. 585 * Change: Syntax Change. How to change the information.
587 586
588 The Init File 587 The Init File, @file{~/.emacs}
589 588
590 * Init Syntax:: Syntax of constants in Emacs Lisp. 589 * Init Syntax:: Syntax of constants in Emacs Lisp.
591 * Init Examples:: How to do some things with an init file. 590 * Init Examples:: How to do some things with an init file.
592 * Terminal Init:: Each terminal type can have an init file. 591 * Terminal Init:: Each terminal type can have an init file.
593 592