From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [patch] add interactive browse of revisions from vc *Annotate* buffers Date: Wed, 14 Jan 2004 10:45:12 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1073937837.2822.180.camel@localhost> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1074097716 27825 80.91.224.253 (14 Jan 2004 16:28:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2004 16:28:36 +0000 (UTC) Cc: brutt+news@bloomington.in.us, spiegel@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jan 14 17:28: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 1AgnsL-00015Z-00 for ; Wed, 14 Jan 2004 17:28: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 1AgnsL-0000ls-00 for ; Wed, 14 Jan 2004 17:28: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 1AgnOP-0008RE-N4 for emacs-devel@quimby.gnus.org; Wed, 14 Jan 2004 10:57:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AgnOH-0008QR-Ji for emacs-devel@gnu.org; Wed, 14 Jan 2004 10:57:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AgnJf-0007oi-KR for emacs-devel@gnu.org; Wed, 14 Jan 2004 10:52:55 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AgnE0-0006tF-K4 for emacs-devel@gnu.org; Wed, 14 Jan 2004 10:46:36 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AgnCi-0004Rm-O5; Wed, 14 Jan 2004 10:45:12 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:19174 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19174 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. M-a is a standard Emacs command that is useful in most modes.