emacs-devel
[Top][All Lists]
Advanced

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

vc-revision-other-window problem


From: Emanuele Giaquinta
Subject: vc-revision-other-window problem
Date: Mon, 17 Dec 2007 02:06:46 +0100

Hi,

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.

Emanuele Giaquinta




reply via email to

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