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 10:23:51 +0200 Message-ID: <87ll7oz9m0.fsf@xs4all.nl> References: <87is2tl1vq.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 1113296542 10342 80.91.229.2 (12 Apr 2005 09:02:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2005 09:02:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 12 11:02:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLHGw-0004X4-UC for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2005 11:01:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLGmC-0007lH-R4 for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2005 04:29:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLGWt-0000Yc-7u for emacs-devel@gnu.org; Tue, 12 Apr 2005 04:13:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLGWq-0000Xz-RP for emacs-devel@gnu.org; Tue, 12 Apr 2005 04:13:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLGJa-0007A2-Ks for emacs-devel@gnu.org; Tue, 12 Apr 2005 04:00:06 -0400 Original-Received: from [194.109.24.24] (helo=smtp-vbr4.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLGgg-0006bm-UB; Tue, 12 Apr 2005 04:23:59 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr4.xs4all.nl (8.12.11/8.12.11) with ESMTP id j3C8Npae050473; Tue, 12 Apr 2005 10:23:51 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1DLGgZ-0001Uo-00; Tue, 12 Apr 2005 10:23:51 +0200 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon, 11 Apr 2005 22:59:35 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 21 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:35896 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35896 Richard Stallman writes: > man/cc-mode.texi defines an index for syntactic symbols (@defindex ss) > which results in a file cc-mode.ss when cc-mode.dvi is made. > > I think the best solution is to merge that index into another index, > using @synindex. That's what cc-mode.texi does: @comment Define an index for syntactic symbols. @defindex ss @comment Combine key, syntactic symbol and concept indices into one. @syncodeindex ss cp @syncodeindex ky cp 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. Lute.