From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: Re: [patch] add interactive browse of revisions from vc *Annotate* buffers Date: Fri, 23 Jan 2004 00:39:01 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1074814741.13077.214.camel@localhost> References: <1073937837.2822.180.camel@localhost> <1074519239.10692.24.camel@localhost> <87u12rbrlf.fsf@emptyhost.emptydomain.de> Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjoV4-0007TZ-00 for ; Fri, 23 Jan 2004 00:44:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjoV3-000631-00 for ; Fri, 23 Jan 2004 00:44:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjoUo-0007Bg-D6 for emacs-devel@quimby.gnus.org; Thu, 22 Jan 2004 18:44:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AjoTW-0006m1-R1 for emacs-devel@gnu.org; Thu, 22 Jan 2004 18:43:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AjoPg-0005dt-5s for emacs-devel@gnu.org; Thu, 22 Jan 2004 18:39:36 -0500 Original-Received: from [193.113.160.14] (helo=mail.o2.co.uk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjoPf-0005dJ-LK for emacs-devel@gnu.org; Thu, 22 Jan 2004 18:39:03 -0500 Original-Received: from [217.224.233.81] (217.224.233.81) by mail.o2.co.uk (7.0.020) (authenticated as 01792247376@o2online.de) id 400B42CC001C0092 for emacs-devel@gnu.org; Thu, 22 Jan 2004 23:38:34 +0000 Original-To: emacs-devel@gnu.org In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19445 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19445 On Thu, 2004-01-22 at 23:06, Kim F. Storm wrote: > I just committed the new code to CVS. This also means that there is now a > line-at-pos function which return the current line number. I've just changed vc.el to use line-at-pos instead of vc-current-line. Thanks.