Mercurial > hg > xemacs-beta
comparison man/xemacs/xemacs.texi @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | ac2d302a0011 |
children | bfd6434d15b3 |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
91 ***************** | 91 ***************** |
92 | 92 |
93 XEmacs is the extensible, customizable, self-documenting real-time | 93 XEmacs is the extensible, customizable, self-documenting real-time |
94 display editor. This Info file describes how to edit with Emacs | 94 display editor. This Info file describes how to edit with Emacs |
95 and some of how to customize it, but not how to extend it. It | 95 and some of how to customize it, but not how to extend it. It |
96 corresponds to XEmacs version 19.15. | 96 corresponds to XEmacs version 20.0. |
97 | 97 |
98 This manual is intended as a detailed reference to XEmacs. If | 98 This manual is intended as a detailed reference to XEmacs. If |
99 you are looking for an introductory manual, see the New User's | 99 you are looking for an introductory manual, see the New User's |
100 Guide. | 100 Guide. |
101 | 101 |
448 * Basic Indent:: | 448 * Basic Indent:: |
449 * Multi-line Indent:: Commands to reindent many lines at once. | 449 * Multi-line Indent:: Commands to reindent many lines at once. |
450 * Lisp Indent:: Specifying how each Lisp function should be indented. | 450 * Lisp Indent:: Specifying how each Lisp function should be indented. |
451 * C Indent:: Choosing an indentation style for C code. | 451 * C Indent:: Choosing an indentation style for C code. |
452 | 452 |
453 Tag Tables | 453 Tags Tables |
454 | 454 |
455 * Tag Syntax:: | 455 * Tag Syntax:: Tag syntax for various types of code and text files. |
456 * Create Tag Table:: | 456 * Create Tags Table:: Creating a tags table with @code{etags}. |
457 * Select Tag Table:: | 457 * Select Tags Table:: How to visit a tags table. |
458 * Find Tag:: | 458 * Find Tag:: Commands to find the definition of a specific tag. |
459 * Tags Search:: | 459 * Tags Search:: Using a tags table for searching and replacing. |
460 * Tags Stepping:: | 460 * List Tags:: Listing and finding tags defined in a file. |
461 * List Tags:: | |
462 | 461 |
463 Fortran Mode | 462 Fortran Mode |
464 | 463 |
465 * Motion: Fortran Motion. Moving point by statements or subprograms. | 464 * Motion: Fortran Motion. Moving point by statements or subprograms. |
466 * Indent: Fortran Indent. Indentation commands for Fortran. | 465 * Indent: Fortran Indent. Indentation commands for Fortran. |