From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.devel Subject: Re: [patch] add interactive browse of revisions from vc *Annotate* buffers Date: Mon, 19 Jan 2004 15:54:14 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1073937837.2822.180.camel@localhost> <1074519239.10692.24.camel@localhost> <87u12rbrlf.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074546381 9039 80.91.224.253 (19 Jan 2004 21:06:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2004 21:06:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jan 19 22:06:13 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aigb7-0004c1-00 for ; Mon, 19 Jan 2004 22:06:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aigb7-0000Di-00 for ; Mon, 19 Jan 2004 22:06:13 +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 1AigVi-00068H-RD for emacs-devel@quimby.gnus.org; Mon, 19 Jan 2004 16:00:38 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AigUh-0005wo-T9 for emacs-devel@gnu.org; Mon, 19 Jan 2004 15:59:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AigU7-0005gK-U0 for emacs-devel@gnu.org; Mon, 19 Jan 2004 15:59:32 -0500 Original-Received: from [164.107.123.5] (helo=cis.ohio-state.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AigPX-0004ck-Lt for emacs-devel@gnu.org; Mon, 19 Jan 2004 15:54:15 -0500 Original-Received: from mu.cis.ohio-state.edu (daemon@mu.cis.ohio-state.edu [164.107.112.41]) by cis.ohio-state.edu (8.11.6p2-20030924/8.11.6) with ESMTP id i0JKsEP08990; Mon, 19 Jan 2004 15:54:14 -0500 (EST) Original-Received: (from rutt@localhost) by mu.cis.ohio-state.edu (8.11.6p2-20030924/8.11.6) id i0JKsE720645; Mon, 19 Jan 2004 15:54:14 -0500 (EST) X-Authentication-Warning: mu.cis.ohio-state.edu: rutt set sender to rutt.4@osu.edu using -f Original-To: Kai Grossjohann Mail-Followup-To: Kai Grossjohann , emacs-devel@gnu.org In-Reply-To: <87u12rbrlf.fsf@emptyhost.emptydomain.de> (Kai Grossjohann's message of "Mon, 19 Jan 2004 21:39:40 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) 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:19287 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19287 Kai Grossjohann writes: > Andre Spiegel writes: > >> I'm a bit puzzled by your function vc-current-line. I must admit that >> I'm totally clueless in this area, but is there really no simpler way to >> determine this? Surely, this problem must have occured elsewhere >> already. Anybody got a hint for us? > > Wow, what-line uses the same logic, it seems. So maybe what-line could be modified to return a useful value, namely the line number as an integer? -- Benjamin