From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Another keybinding nit for afterwards Date: Sun, 29 Oct 2006 23:02:55 +0200 Organization: JURTA Message-ID: <87hcxmkf7k.fsf@jurta.org> References: <85d58dpjbd.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162158884 25436 80.91.229.2 (29 Oct 2006 21:54:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Oct 2006 21:54:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 29 22:54:43 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 1GeIc5-00073q-Ag for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 22:54:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeIc5-00025x-00 for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 16:54:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeIbD-0001mR-Tj for emacs-devel@gnu.org; Sun, 29 Oct 2006 16:53:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeIbA-0001jP-HN for emacs-devel@gnu.org; Sun, 29 Oct 2006 16:53:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeIbA-0001jH-BO for emacs-devel@gnu.org; Sun, 29 Oct 2006 16:53:44 -0500 Original-Received: from [62.64.120.200] (helo=relay01.kiev.sovam.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GeIb8-0004uC-Il; Sun, 29 Oct 2006 16:53:42 -0500 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay01.kiev.sovam.com with esmtp (Exim 4.60) (envelope-from ) id 1GeIb3-000ETx-UN; Sun, 29 Oct 2006 23:53:40 +0200 Original-To: David Kastrup In-Reply-To: <85d58dpjbd.fsf@lola.goethe.zz> (David Kastrup's message of "Fri, 27 Oct 2006 22:58:30 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Scanner-Signature: 69470ef176344869aa12c1af2e75e870 X-DrWeb-checked: yes X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 413 [Oct 27 2006] X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0242], KAS30/Release 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:61351 Archived-At: > That way, the key sequence for rotating through the stack does not need > to switch between C-y and M-y, and C-y can take a multiplier as > a prefix argument. > > I think that is both a more convenient as well as more logical > interface. I for one appreciate such improvements, since the combination C-y/M-y is not perfect yet. Meanwhile, after rereading the docstring of C-y, I propose a small improvement for its documentation in the coming release - to replace part of its docstring: See also the command M-y. with See also the command `yank-pop' (M-y). i.e. to apply a patch like below: -See also the command \\[yank-pop]." +See also the command `yank-pop' (\\[yank-pop])." -- Juri Linkov http://www.jurta.org/emacs/