comparison man/xemacs/xemacs.texi @ 2522:52dc9b940348

[xemacs-hg @ 2005-01-28 00:12:32 by ben] cc-mode patch from Shyamal Prasad xemacs/programs.texi: Updated it to reflect current status of programming modes. xemacs/programs.texi: New section introduces CC Mode. Introduces customization with reference to CC Mode manual. Also introduce C/AWK modes in prog-modes package xemacs/programs.texi: Removed - it was obsolete. prog-modes package documentation now contains indentation description for old C mode xemacs/major.texi: Add description of major mode hooks. Cleaned up and updated programming mode descriptions. xemacs/xemacs.texi: Updated Detailed Node listing for new CC Mode section in programs.texi
author ben
date Fri, 28 Jan 2005 00:12:39 +0000
parents 712931b4b71d
children b7b90f750a78
comparison
equal deleted inserted replaced
2521:67a2797862bc 2522:52dc9b940348
470 * Lisp Completion:: Completion on symbol names in Lisp code. 470 * Lisp Completion:: Completion on symbol names in Lisp code.
471 * Documentation:: Getting documentation of functions you plan to call. 471 * Documentation:: Getting documentation of functions you plan to call.
472 * Change Log:: Maintaining a change history for your program. 472 * Change Log:: Maintaining a change history for your program.
473 * Tags:: Go directly to any function in your program in one 473 * Tags:: Go directly to any function in your program in one
474 command. Tags remembers which file it is in. 474 command. Tags remembers which file it is in.
475 * CC Mode:: Modes for C, C++, Java and similar languages
475 * Fortran:: Fortran mode and its special features. 476 * Fortran:: Fortran mode and its special features.
476 * Asm Mode:: Asm mode and its special features. 477 * Asm Mode:: Asm mode and its special features.
477 478
478 Indentation for Programs 479 Indentation for Programs
479 480
480 * Basic Indent:: 481 * Basic Indent::
481 * Multi-line Indent:: Commands to reindent many lines at once. 482 * Multi-line Indent:: Commands to reindent many lines at once.
482 * Lisp Indent:: Specifying how each Lisp function should be indented. 483 * Lisp Indent:: Specifying how each Lisp function should be indented.
483 * C Indent:: Choosing an indentation style for C code.
484 484
485 Tags Tables 485 Tags Tables
486 486
487 * Tag Syntax:: Tag syntax for various types of code and text files. 487 * Tag Syntax:: Tag syntax for various types of code and text files.
488 * Create Tags Table:: Creating a tags table with @code{etags}. 488 * Create Tags Table:: Creating a tags table with @code{etags}.