Mercurial > emacs
comparison man/programs.texi @ 61053:bfca4745d9a3
(Program Modes): Add Conf mode and DNS mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Mar 2005 21:08:08 +0000 |
parents | 1fd8c64d9f14 |
children | 0e16dd096eb2 |
comparison
equal
deleted
inserted
replaced
61052:f49b6692433d | 61053:bfca4745d9a3 |
---|---|
79 @cindex VHDL mode | 79 @cindex VHDL mode |
80 @cindex M4 mode | 80 @cindex M4 mode |
81 @cindex Shell-script mode | 81 @cindex Shell-script mode |
82 @cindex Delphi mode | 82 @cindex Delphi mode |
83 @cindex PostScript mode | 83 @cindex PostScript mode |
84 @cindex Conf mode | |
85 @cindex DNS mode | |
84 The existing programming language major modes include Lisp, Scheme (a | 86 The existing programming language major modes include Lisp, Scheme (a |
85 variant of Lisp) and the Scheme-based DSSSL expression language, Ada, | 87 variant of Lisp) and the Scheme-based DSSSL expression language, Ada, |
86 ASM, AWK, C, C++, Delphi (Object Pascal), Fortran (free format and fixed | 88 ASM, AWK, C, C++, Delphi (Object Pascal), Fortran (free format and fixed |
87 format), Icon, IDL (CORBA), IDLWAVE, Java, Metafont (@TeX{}'s | 89 format), Icon, IDL (CORBA), IDLWAVE, Java, Metafont (@TeX{}'s |
88 companion for font creation), Modula2, Objective-C, Octave, Pascal, | 90 companion for font creation), Modula2, Objective-C, Octave, Pascal, |
89 Perl, Pike, PostScript, Prolog, Python, Simula, Tcl, and VHDL. There is | 91 Perl, Pike, PostScript, Prolog, Python, Simula, Tcl, and VHDL. An |
90 also a major mode for makefiles, called Makefile mode. An alternative | 92 alternative mode for Perl is called CPerl mode. Modes are available for |
91 mode for Perl is called CPerl mode. Modes are available for the | 93 the scripting languages of the common GNU and Unix shells, VMS DCL, and |
92 scripting languages of the common GNU and Unix shells, VMS DCL, and | |
93 MS-DOS/MS-Windows @samp{BAT} files. There are also major modes for | 94 MS-DOS/MS-Windows @samp{BAT} files. There are also major modes for |
94 editing various sorts of configuration files. | 95 editing makefiles, DNS master files, and various sorts of configuration |
96 files. | |
95 | 97 |
96 @kindex DEL @r{(programming modes)} | 98 @kindex DEL @r{(programming modes)} |
97 @findex c-electric-backspace | 99 @findex c-electric-backspace |
98 In most programming languages, indentation should vary from line to | 100 In most programming languages, indentation should vary from line to |
99 line to illustrate the structure of the program. So the major modes | 101 line to illustrate the structure of the program. So the major modes |