From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: man/cc-mode.ss. Date: Tue, 12 Apr 2005 13:24:56 -0400 Message-ID: References: <87is2tl1vq.fsf@xs4all.nl> <87ll7oz9m0.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113326773 12241 80.91.229.2 (12 Apr 2005 17:26:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2005 17:26:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 12 19:26:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLP8c-000352-ST for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2005 19:25:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLOiy-0003df-PR for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2005 12:58:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLOg1-0002Nc-2R for emacs-devel@gnu.org; Tue, 12 Apr 2005 12:55:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLOfy-0002MI-M3 for emacs-devel@gnu.org; Tue, 12 Apr 2005 12:55:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLOfy-0002Lt-E0 for emacs-devel@gnu.org; Tue, 12 Apr 2005 12:55:46 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLP8U-0002JC-M8 for emacs-devel@gnu.org; Tue, 12 Apr 2005 13:25:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DLP8C-0007Ob-FW; Tue, 12 Apr 2005 13:24:56 -0400 Original-To: Lute Kamstra In-reply-to: <87ll7oz9m0.fsf@xs4all.nl> (message from Lute Kamstra on Tue, 12 Apr 2005 10:23:51 +0200) 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:35903 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35903 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?