From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.comp.gnu.utils.bugs,gmane.emacs.devel Subject: Re: diff-mode misinterprets empty lines. Date: Wed, 05 Dec 2007 13:39:21 +0100 Message-ID: <877ijt2u4m.fsf@rho.meyering.net> References: <85ir3l767y.fsf@lola.goethe.zz> <87ir3d1tn7.fsf@penguin.cs.ucla.edu> <878x494f9w.fsf@rho.meyering.net> <857ijtwgpw.fsf@lola.goethe.zz> <87k5nt2xga.fsf@rho.meyering.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196858387 19113 80.91.229.12 (5 Dec 2007 12:39:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2007 12:39:47 +0000 (UTC) Cc: Paul Eggert , rms@gnu.org, bug-gnu-utils@gnu.org, emacs-devel@gnu.org, David Kastrup , Stefan Monnier To: Andreas Schwab Original-X-From: bug-gnu-utils-bounces+gnu-bug-gnu-utils=m.gmane.org@gnu.org Wed Dec 05 13:39:53 2007 Return-path: Envelope-to: gnu-bug-gnu-utils@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IztXd-00038J-6p for gnu-bug-gnu-utils@m.gmane.org; Wed, 05 Dec 2007 13:39:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IztXM-0002fd-ME for gnu-bug-gnu-utils@m.gmane.org; Wed, 05 Dec 2007 07:39:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IztXK-0002ey-7u for bug-gnu-utils@gnu.org; Wed, 05 Dec 2007 07:39:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IztXI-0002eT-Ni for bug-gnu-utils@gnu.org; Wed, 05 Dec 2007 07:39:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IztXI-0002eP-Jp; Wed, 05 Dec 2007 07:39:32 -0500 Original-Received: from smtp3-g19.free.fr ([212.27.42.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IztX8-0004cN-Vh; Wed, 05 Dec 2007 07:39:23 -0500 Original-Received: from smtp3-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp3-g19.free.fr (Postfix) with ESMTP id 33D9517B580; Wed, 5 Dec 2007 13:39:22 +0100 (CET) Original-Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp3-g19.free.fr (Postfix) with ESMTP id 1618717B57B; Wed, 5 Dec 2007 13:39:22 +0100 (CET) Original-Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id B72D52872D; Wed, 5 Dec 2007 13:39:21 +0100 (CET) In-Reply-To: (Andreas Schwab's message of "Wed, 05 Dec 2007 13:33:15 +0100") Original-Lines: 14 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-utils@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports for the GNU utilities List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-utils-bounces+gnu-bug-gnu-utils=m.gmane.org@gnu.org Errors-To: bug-gnu-utils-bounces+gnu-bug-gnu-utils=m.gmane.org@gnu.org Xref: news.gmane.org gmane.comp.gnu.utils.bugs:15307 gmane.emacs.devel:84732 Archived-At: Andreas Schwab wrote: > Jim Meyering writes: > >> My sole interest is in the change to the *unidiff* format. >> And that was not documented, back then. > > (diff)Detailed Unified: > > The lines common to both files begin with a space character. Oh. So it did. I suppose I was remembering that aspect was not specified by POSIX, but now it is.