* complaint: vc-annotate finishes in orig buffer now
@ 2006-02-27 10:58 Thien-Thi Nguyen
2006-03-01 11:43 ` Andre Spiegel
0 siblings, 1 reply; 2+ messages in thread
From: Thien-Thi Nguyen @ 2006-02-27 10:58 UTC (permalink / raw)
it used to finish in the annotation buffer,
which made using P, N and J (browsing commands)
pleasantly easy.
this means you have to switch back to the annotation buffer
to run those commands, which themselves finish outside
that buffer (since they call `vc-annotate'), the end result
being constant switching required to browse (not pleasant).
a related complaint is that now vc-annotate creates a new
window now, whereas before it did not.
ideally (as was supported previously), i would like to:
C-x v g ;; switch to annotation buffer
;; using the original buffer's window
;; and not disturbing any other windows
P ;; display previous revision, still
;; using the original buffer's window
;; and not disturbing any other windows
that is, while browsing annotations, i don't mind NOT
seeing the original buffer -- its contents are (for the
most part) in the annotation buffer, anyway.
could we revert to the previous (pleasant) behavior?
thi
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: complaint: vc-annotate finishes in orig buffer now
2006-02-27 10:58 complaint: vc-annotate finishes in orig buffer now Thien-Thi Nguyen
@ 2006-03-01 11:43 ` Andre Spiegel
0 siblings, 0 replies; 2+ messages in thread
From: Andre Spiegel @ 2006-03-01 11:43 UTC (permalink / raw)
Cc: Stefan Monnier, emacs-devel
On Mon, 2006-02-27 at 05:58 -0500, Thien-Thi Nguyen wrote:
> it used to finish in the annotation buffer,
> which made using P, N and J (browsing commands)
> pleasantly easy.
> this means you have to switch back to the annotation buffer
> to run those commands, which themselves finish outside
> that buffer (since they call `vc-annotate'), the end result
> being constant switching required to browse (not pleasant).
I think this is due to Stefan's change on 2005-12-23 in vc-annotate. I
think save-current-buffer in the new interactive block of that function
is responsible for it. Stefan, did you have any particular rationale
for this change?
If not, I would also prefer to revert to the previous behaviour.
> a related complaint is that now vc-annotate creates a new
> window now, whereas before it did not.
Not sure if that is due to the same change.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-01 11:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-27 10:58 complaint: vc-annotate finishes in orig buffer now Thien-Thi Nguyen
2006-03-01 11:43 ` Andre Spiegel
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.