From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: man/cc-mode.ss. Date: Tue, 12 Apr 2005 19:55:31 +0200 Message-ID: <87oecj517w.fsf@xs4all.nl> References: <87is2tl1vq.fsf@xs4all.nl> <87ll7oz9m0.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 1113328912 20333 80.91.229.2 (12 Apr 2005 18:01:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2005 18:01:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 12 20:01:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLPha-00019S-1R for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2005 20:01:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLPHw-0005Wy-At for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2005 13:35:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLPH8-00050O-Vn for emacs-devel@gnu.org; Tue, 12 Apr 2005 13:34:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLPH5-0004vS-CK for emacs-devel@gnu.org; Tue, 12 Apr 2005 13:34:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLPH4-0004sB-5f for emacs-devel@gnu.org; Tue, 12 Apr 2005 13:34:06 -0400 Original-Received: from [194.109.24.35] (helo=smtp-vbr15.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLPc0-0005T8-ON; Tue, 12 Apr 2005 13:55:46 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr15.xs4all.nl (8.12.11/8.12.11) with ESMTP id j3CHtVHe080234; Tue, 12 Apr 2005 19:55:31 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1DLPbn-0001BH-00; Tue, 12 Apr 2005 19:55:31 +0200 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Tue, 12 Apr 2005 13:24:56 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 38 X-Virus-Scanned: by XS4ALL Virus Scanner 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:35907 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35907 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. 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