From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M\. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: isearch and M-y/C-y Date: Wed, 19 Nov 2008 16:46:20 +0100 Message-ID: <1227109580.774643.5563.nullmailer@null> References: <1226849462.184357.3770.nullmailer@null> <87ej174z2t.fsf@iki.fi> <1227108071.007392.5176.nullmailer@null> <87abbv4tdk.fsf@iki.fi> Reply-To: ams@kreditor.se NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1227120716 10999 80.91.229.12 (19 Nov 2008 18:51:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2008 18:51:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Teemu Likonen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 19 19:52:59 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 1L2sAV-00027J-LI for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2008 19:52:51 +0100 Original-Received: from localhost ([127.0.0.1]:50150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2s9M-0006EG-RE for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2008 13:51:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2pFo-0002IK-0s for emacs-devel@gnu.org; Wed, 19 Nov 2008 10:46:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2pFl-0002HS-S3 for emacs-devel@gnu.org; Wed, 19 Nov 2008 10:46:07 -0500 Original-Received: from [199.232.76.173] (port=55557 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2pFl-0002HO-Ot for emacs-devel@gnu.org; Wed, 19 Nov 2008 10:46:05 -0500 Original-Received: from hq.kreditor.se ([213.136.42.58]:2534 helo=auxid.hq.kred) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2pFk-0005bR-9K for emacs-devel@gnu.org; Wed, 19 Nov 2008 10:46:04 -0500 Original-Received: by auxid.hq.kred (Postfix, from userid 1000) id 6517AC80218; Wed, 19 Nov 2008 16:46:05 +0100 (CET) Original-Received: from null (unknown [10.16.0.106]) by auxid.hq.kred (Postfix) with SMTP id 4EA7EC80216; Wed, 19 Nov 2008 16:46:05 +0100 (CET) Original-Received: (nullmailer pid 5564 invoked by uid 1000); Wed, 19 Nov 2008 15:46:20 -0000 In-reply-to: <87abbv4tdk.fsf@iki.fi> (message from Teemu Likonen on Wed, 19 Nov 2008 17:39:51 +0200) 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:105824 Archived-At: > 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. I like that.