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

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	other threads:[~2007-12-17 10:12 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
2007-12-17 10:12   ` Emanuele Giaquinta [this message]
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=20071217101242.GA59857@orion.lan \
    --to=emanuele.giaquinta@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=rudalics@gmx.at \
    /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.