all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: vc-revision-other-window problem
Date: Mon, 17 Dec 2007 08:57:35 +0100	[thread overview]
Message-ID: <47662BEF.80203@gmx.at> (raw)
In-Reply-To: <20071217010646.GA56945@orion.lan>

> 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?

  reply	other threads:[~2007-12-17  7:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-17  1:06 vc-revision-other-window problem Emanuele Giaquinta
2007-12-17  7:57 ` martin rudalics [this message]
2007-12-17 10:12   ` Emanuele Giaquinta
2007-12-17 10:23     ` martin rudalics
2007-12-17 10:38       ` Emanuele Giaquinta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47662BEF.80203@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@gnu.org \
    --cc=emanuele.giaquinta@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.