emacs-devel
[Top][All Lists]
Advanced

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

Re: vc-revision-other-window problem


From: Emanuele Giaquinta
Subject: Re: vc-revision-other-window problem
Date: Mon, 17 Dec 2007 11:12:42 +0100

On Mon, Dec 17, 2007 at 08:57:35AM +0100, martin rudalics wrote:

>> in latest cvs vc-revision-other-window hangs in vc-ensure-vc-buffer
>> when called for the second time. The problem seems to be the following
>> code in vc-ensure-vc-buffer
>>
>>     (while vc-parent-buffer
>>       (set-buffer vc-parent-buffer))
>>
>> the first time it is fine because vc-parent-buffer is nil, but, since
>> vc-revision-other-window calls vc-find-revision which sets
>> vc-parent-buffer, the second time vc-parent-buffer will have a non nil
>> value. Hope the diagnosis is correct.
>
> Does it work with the attached patch?

Which patch? :)




reply via email to

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