From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Ediff-patch-file with wrong default buffer Date: Mon, 14 Dec 2009 08:54:18 +0200 Organization: JURTA Message-ID: <87aaxmkput.fsf@mail.jurta.org> References: <874oo5nfsl.fsf@lola.goethe.zz> <87ljhey8gx.fsf@mail.jurta.org> <874oo2jzq2.fsf@lola.goethe.zz> <87aaxnjfkg.fsf@lola.goethe.zz> <87pr6iskww.fsf@mail.jurta.org> <87eimytcl1.fsf@stupidchicken.com> <87ocm2p1vf.fsf_-_@mail.jurta.org> <20091214004325.61e9afe3@kiferserv> <87ocm2m6v3.fsf@mail.jurta.org> <20091214011540.583ab64a@kiferserv> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260773732 3506 80.91.229.12 (14 Dec 2009 06:55:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Dec 2009 06:55:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: kifer@cs.sunysb.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 14 07:55:25 2009 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 1NK4q3-0007pR-OQ for ged-emacs-devel@m.gmane.org; Mon, 14 Dec 2009 07:55:24 +0100 Original-Received: from localhost ([127.0.0.1]:40515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NK4q3-00036K-OP for ged-emacs-devel@m.gmane.org; Mon, 14 Dec 2009 01:55:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NK4pq-00034v-V2 for emacs-devel@gnu.org; Mon, 14 Dec 2009 01:55:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NK4pk-00032Y-RG for emacs-devel@gnu.org; Mon, 14 Dec 2009 01:55:09 -0500 Original-Received: from [199.232.76.173] (port=39905 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NK4pk-00032U-F0 for emacs-devel@gnu.org; Mon, 14 Dec 2009 01:55:04 -0500 Original-Received: from smtp-out4.starman.ee ([85.253.0.6]:48831 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NK4pk-00089p-4V for emacs-devel@gnu.org; Mon, 14 Dec 2009 01:55:04 -0500 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (62.65.211.90.cable.starman.ee [62.65.211.90]) by mx2.starman.ee (Postfix) with ESMTP id A8BCC3F4078; Mon, 14 Dec 2009 08:54:57 +0200 (EET) In-Reply-To: <20091214011540.583ab64a@kiferserv> (Michael Kifer's message of "Mon, 14 Dec 2009 01:15:40 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/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:118609 Archived-At: > Sounds good. Are you going to install it while you are at it? The GNU Diff manual defines the unified format which looks like this: --- FROM-FILE FROM-FILE-MODIFICATION-TIME +++ TO-FILE TO-FILE-MODIFICATION-TIME but `git-diff' outputs in a format *similar* to the two-line traditional unified diff format. However, I see no problem with this patch for ediff-ptch.el. So I installed it. (Maybe diff-mode has the same problem because it requires a tab after the file name, but currently I can't find a test case that would reproduce the same problem for diff-mode). -- Juri Linkov http://www.jurta.org/emacs/