annotate lisp/cc-mode/README @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
1 README for CC Mode 5.11
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
2 Barry A. Warsaw <cc-mode-help@python.org>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
3
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
4 Please read the cc-mode.texi manual for details on using CC Mode.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
5
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
6 As of this writing (23-May-1997), CC Mode version 5 currently works
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
7 out of the box only with XEmacs 19.15 and XEmacs 20.0. Emacs 19.34 is
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
8 missing some stuff that CC Mode requires, and while Emacs 19.35 has
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
9 not yet been release, it is expected to work with CC Mode. Check the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
10 CC Mode web pages <http://www.python.org/~bwarsaw/betas/index.html>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
11 for details.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
12
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
13 Preformatted versions of the manual in DVI, PostScript, and Info, are
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
14 all available at <http://www.python.org/~bwarsaw/betas/index.html>.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
15
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
16 To build the manual yourself, you will need the latest Texinfo release
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
17 (currently Texinfo 3.9). Specifically, you must make sure that your
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
18 are using at least version 2.185 of the texinfo.tex file. To build
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
19 the Info manual, simply type:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
20
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
21 % makeinfo cc-mode.texi
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
22
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
23 To make the DVI version, simply type:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
24
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
25 % texi2dvi cc-mode.texi
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
26
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
27 The MANIFEST file contains a description of all the files you should
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
28 have gotten with this distribution.