From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: [patch] add interactive browse of revisions from vc *Annotate* buffers Date: 13 Jan 2004 11:57:11 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1073937837.2822.180.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073988193 17134 80.91.224.253 (13 Jan 2004 10:03:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2004 10:03:13 +0000 (UTC) Cc: Andre Spiegel , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 13 11:03:10 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 1AgLOA-0005BZ-00 for ; Tue, 13 Jan 2004 11:03:10 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AgLOA-0006ia-00 for ; Tue, 13 Jan 2004 11:03:10 +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 1AgLNy-0008TB-AB for emacs-devel@quimby.gnus.org; Tue, 13 Jan 2004 05:02:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AgLNJ-0008Ro-ND for emacs-devel@gnu.org; Tue, 13 Jan 2004 05:02:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AgLMn-00082Q-TM for emacs-devel@gnu.org; Tue, 13 Jan 2004 05:02:16 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.24) id 1AgLIO-0006rw-J9 for emacs-devel@gnu.org; Tue, 13 Jan 2004 04:57:12 -0500 Original-Received: (qmail 921 invoked from network); 13 Jan 2004 09:57:10 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 13 Jan 2004 09:57:10 -0000 Original-To: Benjamin Rutt In-Reply-To: Original-Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:19157 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19157 Benjamin Rutt writes: > I like the idea of moving the "annotate the revision _before_ the one > on the current line" command away from being just invokable via a > prefix modifier of another command, to being a first-class citizen in > itself, invokable directly. I suggest using `a' as a mnemonic for this (annontate this line) > > I don't care what actual keys are used myself, I'll let some others > give their opinions on that. I wouldn't have a problem with using > "p", "n" and "f" as you've described above. Since annotating is a somewhat time consuming activity, I don't mind (actually I prefer) having to type two keys to "annotate another version." So I suggest using M-n, M-p, and M-a. -- Kim F. Storm http://www.cua.dk