emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: man/cc-mode.ss.


From: Lute Kamstra
Subject: Re: man/cc-mode.ss.
Date: Tue, 12 Apr 2005 19:55:31 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

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.

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]