From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.devel Subject: Re: isearch and M-y/C-y Date: Wed, 19 Nov 2008 17:39:51 +0200 Message-ID: <87abbv4tdk.fsf@iki.fi> References: <1226849462.184357.3770.nullmailer@null> <87ej174z2t.fsf@iki.fi> <1227108071.007392.5176.nullmailer@null> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227120671 10852 80.91.229.12 (19 Nov 2008 18:51:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2008 18:51:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 19 19:52:14 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L2s9o-0001mG-RR for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2008 19:52:09 +0100 Original-Received: from localhost ([127.0.0.1]:49726 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2s8g-0005ur-6W for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2008 13:50:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2p9t-0000pv-ES for emacs-devel@gnu.org; Wed, 19 Nov 2008 10:40:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2p9r-0000pP-SZ for emacs-devel@gnu.org; Wed, 19 Nov 2008 10:40:00 -0500 Original-Received: from [199.232.76.173] (port=39345 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2p9r-0000pJ-Hf for emacs-devel@gnu.org; Wed, 19 Nov 2008 10:39:59 -0500 Original-Received: from mta-out.inet.fi ([195.156.147.13]:43136 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2p9k-00044e-OD; Wed, 19 Nov 2008 10:39:53 -0500 Original-Received: from mithlond.arda.local (80.220.180.181) by kirsi1.inet.fi (8.5.014) id 48FC5AC9017668B3; Wed, 19 Nov 2008 17:39:51 +0200 Original-Received: from dtw by mithlond.arda.local with local (Exim 4.69) (envelope-from ) id 1L2p9j-0001Yp-DA; Wed, 19 Nov 2008 17:39:51 +0200 In-Reply-To: <1227108071.007392.5176.nullmailer@null> (Alfred M. Szmidt's message of "Wed\, 19 Nov 2008 16\:21\:11 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Wed, 19 Nov 2008 13:50:09 -0500 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:105823 Archived-At: Alfred M. Szmidt (2008-11-19 16:21 +0100) wrote: > I wasn't suggesting that we remvoe the current behaviour, only make > C-y/M-y behave as they usually do, and rebind isearch-yank-line to > something else. I meant the same. C-y for yank and M-y for yank-pop, and current C-y (isearch-yank-line) could be changed to, say C-t. Normally C-t is transpose-chars but while in isearch minibuffer it doesn't seem to make much sense (it doesn't transpose in the minibuffer anyway). Perhaps current C-M-y (isearch-yank-char) could be changed for C-M-t for symmetry. Just thoughts.