From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: diff-mode misinterprets empty lines. Date: Mon, 14 Jan 2008 17:46:27 -0500 Message-ID: <8zd4s4gh4s.fsf@fencepost.gnu.org> 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> <854pexur0g.fsf@lola.goethe.zz> <87hcix827c.fsf@penguin.cs.ucla.edu> <3n4pdrlshh.fsf@fencepost.gnu.org> <6ek5mcgk9n.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200350920 6747 80.91.229.12 (14 Jan 2008 22:48:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jan 2008 22:48:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 14 23:49:03 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JEY73-0005UU-HY for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 23:49:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEY6f-0003K8-9B for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 17:48:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEY4c-00010u-1O for emacs-devel@gnu.org; Mon, 14 Jan 2008 17:46:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEY4a-0000yg-Gv for emacs-devel@gnu.org; Mon, 14 Jan 2008 17:46:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEY4a-0000yV-6N for emacs-devel@gnu.org; Mon, 14 Jan 2008 17:46:28 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEY4a-00030q-DT for emacs-devel@gnu.org; Mon, 14 Jan 2008 17:46:28 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JEY4Z-00057Q-F6; Mon, 14 Jan 2008 17:46:27 -0500 X-Spook: Croatian satellite imagery radar Bellcore top secret X-Ran: 2L!&p3/`X2Ps]CzfG:m0#)KdQFcsV<8^7(:cZNW**+j06sN-MiL$;.dyf]$s9f (Glenn Morris's message of "Mon, 14 Jan 2008 16:38:44 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86916 Archived-At: Glenn Morris wrote: > Would it suffice to back up over empty lines at the end of a unified > diff? Ie treat empty-lines as part of a hunk unless they are at the > very end of the diff? Sigh, that won't work in the CVS trunk, where the end of vc-diff output looks like: Diffs between working revision and workfile end here. I don't personally like that last line anyway...