From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] ignoring Info extensions Date: 01 Apr 2004 07:53:59 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200404010201.i3121XM31201@f7.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080798953 12972 80.91.224.253 (1 Apr 2004 05:55:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2004 05:55:53 +0000 (UTC) Cc: juri@jurta.org, janneke@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 01 07:55:50 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 1B8vB7-0004tG-00 for ; Thu, 01 Apr 2004 07:55:49 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8vB7-0000KC-00 for ; Thu, 01 Apr 2004 07:55:49 +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 1B8v9W-00041M-Nj for emacs-devel@quimby.gnus.org; Thu, 01 Apr 2004 00:54:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8v88-0003pJ-SG for emacs-devel@gnu.org; Thu, 01 Apr 2004 00:52:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8v7O-00039g-0i for emacs-devel@gnu.org; Thu, 01 Apr 2004 00:52:30 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B8v6r-0002tV-UH; Thu, 01 Apr 2004 00:51:26 -0500 Original-To: karl@freefriends.org (Karl Berry) In-reply-to: <200404010201.i3121XM31201@f7.net> (karl@freefriends.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:21152 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21152 > Date: Wed, 31 Mar 2004 21:01:33 -0500 > From: karl@freefriends.org (Karl Berry) > > By coincidence, there was a recent bug report pointing that TeX barfed > on node names with trailing whitespace, while makeinfo accepted them. I > will change makeinfo to make this an error, or at least a warning I'd suggest to make it a warning, not an error. My reasoning is that something that makeinfo supported since day one shouldn't suddenly become a fatal error that causes the output to be removed.