From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: man/cc-mode.ss. Date: Sun, 1 May 2005 14:38:28 +0000 (GMT) Message-ID: References: <87oecj517w.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1114957836 22860 80.91.229.2 (1 May 2005 14:30:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 14:30:36 +0000 (UTC) Cc: bug-cc-mode@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 01 16:30:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSFSe-0006Pc-VQ for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 16:30:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSFZN-0000lF-8B for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 10:37:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSFZF-0000l6-8O for emacs-devel@gnu.org; Sun, 01 May 2005 10:37:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSFZE-0000kp-VZ for emacs-devel@gnu.org; Sun, 01 May 2005 10:37:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSFZE-0000NH-QE for emacs-devel@gnu.org; Sun, 01 May 2005 10:37:08 -0400 Original-Received: from [193.149.49.134] (helo=acm.acm) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DSFc6-00087R-HJ; Sun, 01 May 2005 10:40:07 -0400 Original-Received: from localhost (root@localhost) by acm.acm (8.8.8/8.8.8) with SMTP id OAA00256; Sun, 1 May 2005 14:38:29 GMT X-Sender: root@acm.acm Original-To: Lute Kamstra In-Reply-To: <87oecj517w.fsf@xs4all.nl> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:36527 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36527 Hi, Lute! On Tue, 12 Apr 2005, Lute Kamstra wrote: >Richard Stallman 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 bug-cc-mode@gnu.org) 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)