all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* vc-revision-other-window problem
@ 2007-12-17  1:06 Emanuele Giaquinta
  2007-12-17  7:57 ` martin rudalics
  0 siblings, 1 reply; 5+ messages in thread
From: Emanuele Giaquinta @ 2007-12-17  1:06 UTC (permalink / raw)
  To: emacs-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-17 10:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17  1:06 vc-revision-other-window problem Emanuele Giaquinta
2007-12-17  7:57 ` martin rudalics
2007-12-17 10:12   ` Emanuele Giaquinta
2007-12-17 10:23     ` martin rudalics
2007-12-17 10:38       ` Emanuele Giaquinta

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.