From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: patch: vc.el annotation prev/next "in place" Date: 13 Apr 2006 12:07:02 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144944563 12096 80.91.229.2 (13 Apr 2006 16:09:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Apr 2006 16:09:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 13 18:09:20 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FU4Ne-0004pK-8G for ged-emacs-devel@m.gmane.org; Thu, 13 Apr 2006 18:09:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FU4Nd-0004VP-De for ged-emacs-devel@m.gmane.org; Thu, 13 Apr 2006 12:09:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FU4LZ-00038O-I8 for emacs-devel@gnu.org; Thu, 13 Apr 2006 12:07:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FU4LX-00035e-Ov for emacs-devel@gnu.org; Thu, 13 Apr 2006 12:07:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FU4LX-00035Q-Gy for emacs-devel@gnu.org; Thu, 13 Apr 2006 12:07:03 -0400 Original-Received: from [67.59.132.6] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FU4Qt-0004ht-4P for emacs-devel@gnu.org; Thu, 13 Apr 2006 12:12:35 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.50) id 1FU4LW-0006Dp-A8 for emacs-devel@gnu.org; Thu, 13 Apr 2006 12:07:02 -0400 Original-To: emacs-devel@gnu.org In-Reply-To: Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:52829 Archived-At: looks like the sum user-visible effect of the spate of changes since 2005-12-28 is that `vc-annotate' now honors `pop-up-windows', which is fine, IMHO. so, to wrap up this thread, i just installed a change to vc-annotate that makes point end up on the "current line" when BUF is unspecified, as is the case for `C-x v g' and `C-u C-x v g'. the behavior is now similar to that of P, N and J commands (in VC Annotate mode), which use `vc-annotate-warp-version' (which does its own context preservation). i suppose another round of factoring would move context preservation into vc-annotate proper, but that is not user-visible so i'll turn to other things, now... thanks everyone for improving vc annotate functionality. thi