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 make ediff-buffers3 ignore whitespace? Date: Thu, 3 Feb 2011 13:13:36 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1296735254 26895 80.91.229.12 (3 Feb 2011 12:14:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Feb 2011 12:14:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kevin Rodgers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 03 13:14:09 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 1Pky4e-0002Pa-72 for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2011 13:14:08 +0100 Original-Received: from localhost ([127.0.0.1]:40198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pky4b-0000HF-H1 for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2011 07:14:05 -0500 Original-Received: from [140.186.70.92] (port=54889 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pky4V-0000G2-Gt for emacs-devel@gnu.org; Thu, 03 Feb 2011 07:14:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pky4U-0000TF-Jm for emacs-devel@gnu.org; Thu, 03 Feb 2011 07:13:59 -0500 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:39695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pky4U-0000TA-D0 for emacs-devel@gnu.org; Thu, 03 Feb 2011 07:13:58 -0500 Original-Received: by ewy27 with SMTP id 27so546983ewy.0 for ; Thu, 03 Feb 2011 04:13: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; bh=s5k1YG87Y3s8u7qF0KbTVjDqk2WKrGGhrEoT12DA4ik=; b=UXMcnC3w4u8tLTaRC7CIhMVl38WkkmPDC/rM2U0HrGpWJgIfZMxRP4XzwHPnw91TuG uFGVmU4jjiF2W6cFwWEuZTtBi+wiOJDXMLqJiASRQ3HlpUjctKWr5a4rZRccxhShcQPo KpN4nuQWbtGuRj+4PFOwcNu/0n3FnFUSDqDxE= 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; b=leQ+X9+uNU76Ik3a+5hup4U356LMxwz9n0IYxR5hPgT9m8HBYUh3HS0VUXYV30fVHB HoXkLikRZu2DMHDq0yBMWecZ7un3EEjDQK4RO93+Q4ZXreCOooKYw2NaRuEOZlAUtdFt 0RYpNPhTuYhrLObed9hvdQa4OVJZDV9FangGs= Original-Received: by 10.213.114.81 with SMTP id d17mr2766857ebq.28.1296735237522; Thu, 03 Feb 2011 04:13:57 -0800 (PST) Original-Received: by 10.213.13.20 with HTTP; Thu, 3 Feb 2011 04:13:36 -0800 (PST) In-Reply-To: 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:135499 Archived-At: On Thu, Feb 3, 2011 at 7:44 AM, Kevin Rodgers wrote: > On 2/2/11 8:30 AM, Lennart Borgman wrote: >> >> I am unable to fix that. Can someone explain exactly how to do it? >> (There may be a bug in some w32 tool involved, I am not sure.) > > Is is different than the way to make ediff-buffers ignore whitespace? > > (setq ediff-diff-options "-w") I get "Only white-space difference in region 1" with this setting (and with "-b" too). Is that expected?