From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: How do I get ediff-buffers3 to ignore space changes? Date: Sun, 6 Feb 2011 15:46:37 +0100 Message-ID: References: <83k4healuk.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297003632 6752 80.91.229.12 (6 Feb 2011 14:47:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2011 14:47:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 06 15:47:08 2011 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.69) (envelope-from ) id 1Pm5tL-0002KF-1n for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2011 15:47:07 +0100 Original-Received: from localhost ([127.0.0.1]:54542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pm5tK-0007sg-GR for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2011 09:47:06 -0500 Original-Received: from [140.186.70.92] (port=58005 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pm5tG-0007sO-7h for emacs-devel@gnu.org; Sun, 06 Feb 2011 09:47:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pm5tF-0003uJ-3y for emacs-devel@gnu.org; Sun, 06 Feb 2011 09:47:02 -0500 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:32992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pm5tD-0003th-CR; Sun, 06 Feb 2011 09:46:59 -0500 Original-Received: by ewy27 with SMTP id 27so1811393ewy.0 for ; Sun, 06 Feb 2011 06:46:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=jbQcUrHSW6rDJ86wpXc793oaiuRoFY0L17YcYJJFCYU=; b=n+pV43qdoNl+y33+D0JhH7VuP1bqyrQTtSnUL3vVFQQQqRFfWJu3EdnifgrLi8TLRl Axcw9AsAYZ3cvjp+1ckoPrMjwG1SZwWm+hXfmiZ2cFCnqNhOnY9t6XV2VswfdMhNXajS 2bd7/AqYLHQeHyfLNgAiUXNM3FH7i6E86GzrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=vs/V4ylym6HVBll97MMt4WBawpAdtF/tsBU/n+9yw3d1R/EbQTR0KHeT0xI7v9Bw2o WsGuMbbhkKoYPfXsuwy95IH48LP1iROgOl1xzsxD+o8FVa3dWjZOlsdfRg0ZEliITF4R NiUjx2XtP0BFn85BfXZ06hXJg0a/JduaT5L9A= Original-Received: by 10.213.32.199 with SMTP id e7mr17771088ebd.93.1297003617567; Sun, 06 Feb 2011 06:46:57 -0800 (PST) Original-Received: by 10.213.13.20 with HTTP; Sun, 6 Feb 2011 06:46:37 -0800 (PST) In-Reply-To: <83k4healuk.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.41 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:135644 Archived-At: On Sat, Feb 5, 2011 at 10:09 AM, Eli Zaretskii wrote: >> From: Lennart Borgman >> Date: Fri, 4 Feb 2011 22:29:48 +0100 >> >> First: Is there anyone who actually have succeeded in getting >> ediff-buffers3 to ignore white space changes? > > Please explain what exactly you mean by "ignore white space changes". If there are only white space changes then I want ediff to not tell me about this difference (and not show it). > Off-hand, I'd suggest to try using "-bBw" in the Diff switches. =C2=A0But > if that doesn't do what you want, it means you didn't explain what you > expect to happen. It made no difference for ediff-buffers3. I still have 1200 diffs. However when I try to run ediff-buffers (just two buffers) I now get "invalid switch (shown in *ediff-errors*). Those options I changed where `ediff-diff-options' and `ediff-custom-diff-options'. I am sorry but I do not understand what is unclear in my description.