Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
164:4e0740e5aab2 | 165:5a88923fcbfe |
---|---|
1 README for CC Mode 5.11 | |
2 Barry A. Warsaw <cc-mode-help@python.org> | |
3 | |
4 Please read the cc-mode.texi manual for details on using CC Mode. | |
5 | |
6 As of this writing (23-May-1997), CC Mode version 5 currently works | |
7 out of the box only with XEmacs 19.15 and XEmacs 20.0. Emacs 19.34 is | |
8 missing some stuff that CC Mode requires, and while Emacs 19.35 has | |
9 not yet been release, it is expected to work with CC Mode. Check the | |
10 CC Mode web pages <http://www.python.org/~bwarsaw/betas/index.html> | |
11 for details. | |
12 | |
13 Preformatted versions of the manual in DVI, PostScript, and Info, are | |
14 all available at <http://www.python.org/~bwarsaw/betas/index.html>. | |
15 | |
16 To build the manual yourself, you will need the latest Texinfo release | |
17 (currently Texinfo 3.9). Specifically, you must make sure that your | |
18 are using at least version 2.185 of the texinfo.tex file. To build | |
19 the Info manual, simply type: | |
20 | |
21 % makeinfo cc-mode.texi | |
22 | |
23 To make the DVI version, simply type: | |
24 | |
25 % texi2dvi cc-mode.texi | |
26 | |
27 The MANIFEST file contains a description of all the files you should | |
28 have gotten with this distribution. |