From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Another keybinding nit for afterwards Date: Wed, 06 Dec 2006 00:33:47 +0100 Message-ID: <85y7pludd0.fsf@lola.goethe.zz> References: <85d58dpjbd.fsf@lola.goethe.zz> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1165361655 25073 80.91.229.10 (5 Dec 2006 23:34:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Dec 2006 23:34:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 06 00:34:14 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Grjnf-0007HA-EB for ged-emacs-devel@m.gmane.org; Wed, 06 Dec 2006 00:34:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Grjne-0007Ai-Rc for ged-emacs-devel@m.gmane.org; Tue, 05 Dec 2006 18:34:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrjnU-0007Ab-6c for emacs-devel@gnu.org; Tue, 05 Dec 2006 18:34:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrjnR-0007AD-K3 for emacs-devel@gnu.org; Tue, 05 Dec 2006 18:33:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrjnR-0007AA-Hb for emacs-devel@gnu.org; Tue, 05 Dec 2006 18:33:57 -0500 Original-Received: from [212.7.152.118] (helo=mxout04.versatel.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GrjnR-0006sI-AP for emacs-devel@gnu.org; Tue, 05 Dec 2006 18:33:57 -0500 Original-Received: from mx01.versatel.de (mx01.versatel.de [212.7.146.1]) by mxout04.versatel.de (8.13.1/8.13.1) with ESMTP id kB5NXqZO028841; Wed, 6 Dec 2006 00:33:54 +0100 Original-Received: from lola.goethe.zz (i53878D02.versanet.de [83.135.141.2]) by mx01.versatel.de (8.12.11.20060614/8.12.11) with ESMTP id kB5NXqSp007631; Wed, 6 Dec 2006 00:33:52 +0100 Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 631551C4D3B6; Wed, 6 Dec 2006 00:33:48 +0100 (CET) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Tue\, 05 Dec 2006 23\:37\:08 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) 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:63332 Archived-At: storm@cua.dk (Kim F. Storm) writes: > storm@cua.dk (Kim F. Storm) writes: > >> I often find that after using C-y M-y ..., the next time I use C-y, >> I usually want to insert the previous head of the kill-ring (as >> yanked by the first C-y). To facilitate this, I want a M-y >> following the C-y to only temporarily rotate the kill ring. >> >> To permanently rotate the kill-ring, I would like to use M-y M-y >> ... (i.e. start with M-y rather than C-y). > > I have created a new option cua-paste-pop-rotate-temporarily which > implements this functionality for C-y (and C-v) + M-y when cua-mode > is enabled. > > Of course, it is off by default, but people may give it a try... I think it a mistake to sneak functionality like that in by going through packages that are pretty much unrelated. People who want to try something like that are quite orthogonal to people who would want to use cua-mode. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum