help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling Ediff which ignores whitespaces from VC Dir


From: Stefan Monnier
Subject: Re: Calling Ediff which ignores whitespaces from VC Dir
Date: Fri, 02 Aug 2013 10:39:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> When you say "load ediff", I assume you mean writing a `require' call, right?

Right.

> Though there is no error anymore, it does not work: "similar regions" are not
> skipped as expected.
> Something due to the fact that the variable `ediff-ignore-similar-regions' is
> a local one?

No.

> When checking its value in the Ediff control window, I see it's
> nil -- which confirms the fact that the `let' is somehow not "applied"
> correctly.

No, it's simply that by that time, the let has already ended.
The call to `vc-ediff' sets up the various windows/buffers and puts
the buffers in the proper modes, and then returns.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]