From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#7700: 24.0.50; C-y binding withing Isearch mode Date: Sat, 25 Dec 2010 02:34:16 +0000 Organization: JURTA Message-ID: <878vzed1hz.fsf@mail.jurta.org> References: <20101223192338.GA1114@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1293247405 26485 80.91.229.12 (25 Dec 2010 03:23:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Dec 2010 03:23:25 +0000 (UTC) Cc: 7700@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Dec 25 04:23:21 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PWKj2-00032P-At for geb-bug-gnu-emacs@m.gmane.org; Sat, 25 Dec 2010 04:23:20 +0100 Original-Received: from localhost ([127.0.0.1]:52230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PWKj1-0004pI-Kx for geb-bug-gnu-emacs@m.gmane.org; Fri, 24 Dec 2010 22:23:19 -0500 Original-Received: from [140.186.70.92] (port=59914 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PWKiu-0004nr-0Y for bug-gnu-emacs@gnu.org; Fri, 24 Dec 2010 22:23:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PWKis-0003T9-UO for bug-gnu-emacs@gnu.org; Fri, 24 Dec 2010 22:23:11 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PWKis-0003T3-QD for bug-gnu-emacs@gnu.org; Fri, 24 Dec 2010 22:23:10 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PWKa2-0007px-T9; Fri, 24 Dec 2010 22:14:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 25 Dec 2010 03:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7700 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7700-submit@debbugs.gnu.org id=B7700.129324681330056 (code B ref 7700); Sat, 25 Dec 2010 03:14:02 +0000 Original-Received: (at 7700) by debbugs.gnu.org; 25 Dec 2010 03:13:33 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PWKZY-0007oj-7z for submit@debbugs.gnu.org; Fri, 24 Dec 2010 22:13:32 -0500 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PWKZW-0007oM-3A for 7700@debbugs.gnu.org; Fri, 24 Dec 2010 22:13:30 -0500 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 874D56E8057; Fri, 24 Dec 2010 19:20:11 -0800 (PST) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 2B0BD451C0C3; Fri, 24 Dec 2010 19:20:09 -0800 (PST) In-Reply-To: (Dani Moncayo's message of "Thu, 23 Dec 2010 20:30:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 24 Dec 2010 22:14:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:42825 Archived-At: > IMO, it would be more consistent that C-y _and M-y_ have an analogous > behavior of that when getting input from the minibuffer, as pointed > out previously. > > The command currently bound to C-y can be rebound to another key > (other than C-y and M-y). C-k is the most natural key for that.