[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: man/cc-mode.ss.
From: |
Alan Mackenzie |
Subject: |
Re: man/cc-mode.ss. |
Date: |
Sun, 1 May 2005 14:38:28 +0000 (GMT) |
Hi, Lute!
On Tue, 12 Apr 2005, Lute Kamstra wrote:
>Richard Stallman <address@hidden> writes:
>> The "@define ss" seems to create the cc-mode.ss file when the dvi
>> file is made. It stays empty because of the "@syncodeindex ss
>> cp", though.
>> Does it work to delete that @define?
>Creating a dvi file still works, but makeinfo fails to create info and
>html files:
> cc-mode.texi:61: Unknown index `ss' and/or `cp' in @synindex.
> cc-mode.texi:3477: Unknown command `ssindex'.
> ...
>So the patch below should do what we want.
Hang on a mo', that's our file!
Would it be possible to cc CC Mode (at address@hidden) with things
like this, so that we can keep the definitive copy at sourceforge up to
date?
I only saw this thread this morning when I was garbage collecting my
emacs-devel archive. emacs-devel is a very busy list, much more so than
bug-cc-mode, and it's easy to miss important stuff there when one is just
scanning it rather than reading it intensely.
As a matter of interest, cc-mode.texi is undergoing substantial revision,
and it is thus likely that patches made to a current version can't be
applied automatically to the HEAD version (though this particular patch
might - I haven't tried it yet).
Thanks in advance!
>Lute.
>Index: cc-mode.texi
>===================================================================
>RCS file: /cvsroot/emacs/emacs/man/cc-mode.texi,v
>retrieving revision 1.27
>diff -c -r1.27 cc-mode.texi
>*** cc-mode.texi 9 Feb 2005 15:50:35 -0000 1.27
>--- cc-mode.texi 12 Apr 2005 17:53:10 -0000
>***************
>*** 55,61 ****
>--- 55,63 ----
> @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> @comment Define an index for syntactic symbols.
>+ @ifnottex
> @defindex ss
>+ @end ifnottex
> @comment Combine key, syntactic symbol and concept indices into one.
> @syncodeindex ss cp
--
Alan Mackenzie (Munich, Germany)
- Re: man/cc-mode.ss.,
Alan Mackenzie <=