From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [gnu.org #181558] format error in html mono web page Date: Sat, 03 Apr 2004 18:40:09 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1081035901 2915 80.91.224.253 (3 Apr 2004 23:45:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Apr 2004 23:45:01 +0000 (UTC) Cc: sinuhe@gnu.org, , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Apr 04 01:44:55 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B9uop-0001rU-00 for ; Sun, 04 Apr 2004 01:44:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B9uop-0004T6-00 for ; Sun, 04 Apr 2004 01:44:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B9uoT-0003HI-BZ for emacs-devel@quimby.gnus.org; Sat, 03 Apr 2004 18:44:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B9uoG-00038J-Gn for emacs-devel@gnu.org; Sat, 03 Apr 2004 18:44:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B9unN-0002Eo-DZ for emacs-devel@gnu.org; Sat, 03 Apr 2004 18:43:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B9ukE-0007ED-3n; Sat, 03 Apr 2004 18:40:10 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1B9ukD-0006iV-Mj; Sat, 03 Apr 2004 18:40:09 -0500 Original-To: webmasters-comment@gnu.org In-reply-to: (webmasters-comment@gnu.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21233 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21233 I looked at this, and I think that the problem occurred when Dave checked the formatter HTML file into CVS. That is because the file contains something that looks like an RCS keyword. It should contain $Log$. The long-term fix, perhaps, is to change makeinfo to output some HTML no-op there which will prevent CVS from recognizing the "keyword". For the mean time, Dave, could you do this over and manually insert a suitable no-op? However, it is impossible to unexpand the RCS `$Log: emacs.html,v $ However, it is impossible to unexpand the RCS `Revision 1.1 2003/10/30 01:27:33 sinuhe However, it is impossible to unexpand the RCS `Add emacs manual. However, it is impossible to unexpand the RCS `' header Or could you turn off RCS keyword substitution for the HTML files of the Emacs manual, and regenerate these and check them in?