From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Kifer Newsgroups: gmane.emacs.devel Subject: Re: the '-c'-check in ediff-diff.el too strict (patch; 21.2 & HEAD) Date: Sun, 17 Nov 2002 17:31:07 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <20021117223112.6BEBD9806C@optonline.net> References: NNTP-Posting-Host: main.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1037573434 28058 80.91.224.249 (17 Nov 2002 22:50:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 17 Nov 2002 22:50:34 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18DYFM-0007IO-00 for ; Sun, 17 Nov 2002 23:50:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18DYHG-0004di-00 for ; Sun, 17 Nov 2002 23:52:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DYET-0006jO-00; Sun, 17 Nov 2002 17:49:37 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18DXzA-00057w-00 for emacs-devel@gnu.org; Sun, 17 Nov 2002 17:33:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18DXz8-00057l-00 for emacs-devel@gnu.org; Sun, 17 Nov 2002 17:33:48 -0500 Original-Received: from mta6.srv.hcvlny.cv.net ([167.206.5.17]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DXz8-00057d-00 for emacs-devel@gnu.org; Sun, 17 Nov 2002 17:33:46 -0500 Original-Received: from optonline.net (ool-18baa562.dyn.optonline.net [24.186.165.98]) by mta6.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <0H5Q0005CRZMM1@mta6.srv.hcvlny.cv.net> for emacs-devel@gnu.org; Sun, 17 Nov 2002 17:33:22 -0500 (EST) Original-Received: by optonline.net (Postfix, from userid 500) id 6BEBD9806C; Sun, 17 Nov 2002 17:31:12 -0500 (EST) Original-Received: from mail.optonline.net (localhost [127.0.0.1]) by optonline.net (Postfix) with ESMTP id 5D4D398016; Sun, 17 Nov 2002 17:31:12 -0500 (EST) In-reply-to: Message from Ivan Zakharyaschev "of Mon, 18 Nov 2002 00:12:45 +0300." Original-To: Ivan Zakharyaschev X-Mailer: mh-e 6.1; nmh 1.0.4; Emacs 21.3 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9501 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9501 Ivan, Thanks for the fix. Incidentally, the same problem was reported about a month ago. I changed it in my sources, but didn't commit until today. Michael Kifer kifer@cs.stonybrook.edu > Hello! > > I'm running emacs 21.2 and have set: > > ediff-diff-options's value is > "--ignore-space-change --ignore-blank-lines" > > and when I run ediff-buffers, it says: > > ediff-setup-diff-regions: Option `-c' is not allowed in > `ediff-diff-options' > > The attached patch fixes the problem: it refines the regexp for the > check. I had a look into the CVS of Emacs, it looks like this is not > yet fixed in the HEAD either. > > Regards, > > > -- > Ivan Zakharyaschev > ALT Linux Team member > I'm a Sisyphus developer: it's core is GNU/Linux > http://www.altlinux.ru, http://www.altlinux.com