From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrew W. Nosenko" Newsgroups: gmane.emacs.devel Subject: Re: isearch and M-y/C-y Date: Thu, 20 Nov 2008 03:05:51 +0200 Message-ID: <6161f3180811191705k1da9e683g347a1dac593768c2@mail.gmail.com> References: <1226849462.184357.3770.nullmailer@null> <87zljzpbml.fsf@jurta.org> <1226945661.613276.9583.nullmailer@null> <87k5b22br7.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227143174 20953 80.91.229.12 (20 Nov 2008 01:06:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 01:06:14 +0000 (UTC) To: "Juri Linkov" , ams@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 20 02:07:16 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 1L2y0n-0002uC-D6 for ged-emacs-devel@m.gmane.org; Thu, 20 Nov 2008 02:07:13 +0100 Original-Received: from localhost ([127.0.0.1]:38542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2xzd-00054Y-Rs for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2008 20:06:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2xzY-00054T-5l for emacs-devel@gnu.org; Wed, 19 Nov 2008 20:05:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2xzV-00054D-So for emacs-devel@gnu.org; Wed, 19 Nov 2008 20:05:54 -0500 Original-Received: from [199.232.76.173] (port=43798 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2xzV-00054A-Pt for emacs-devel@gnu.org; Wed, 19 Nov 2008 20:05:53 -0500 Original-Received: from rv-out-0708.google.com ([209.85.198.250]:56165) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2xzV-0005FP-Cf for emacs-devel@gnu.org; Wed, 19 Nov 2008 20:05:53 -0500 Original-Received: by rv-out-0708.google.com with SMTP id k29so215764rvb.6 for ; Wed, 19 Nov 2008 17:05:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=FCzIidCLnXTnMG7Ze0LEW98qwnwoZiLDHcHUEShuxG4=; b=e61KNQV+CNzrAF0CHBpNbvxvVinj/VI+GCdnMShfXAq0oMdb3Opf2WqA4tpXZcEBBy vcsN08WCo78g0eXVVxczFNLtyACRbgu/zJh95sbEHzVGVhnPSdyiP7pHguqd6dCzEEne QdC31w9afponPxsE+2rCCAi1BkGRwYTBjRvH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=gRHyDJSvMWfgR7FuwgEDS8duLTb3RmV650gf7hN66cD5LdmuZ0TcQh5n8Mt6FZRd/T TGCMYRgu3hSxv8gsJvqKCOud1txHX95CsyVu3xryQVxlyP2Ga5NUKzF0XJPmayAQECvw RrdjYfJPZKztkR9VH1iplo4hvw2gRC4woxk78= Original-Received: by 10.140.136.5 with SMTP id j5mr912185rvd.167.1227143151381; Wed, 19 Nov 2008 17:05:51 -0800 (PST) Original-Received: by 10.140.144.12 with HTTP; Wed, 19 Nov 2008 17:05:51 -0800 (PST) In-Reply-To: <87k5b22br7.fsf@jurta.org> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:105839 Archived-At: What about C-k if it is not occupied already? On 11/19/08, Juri Linkov wrote: >> > Can we please make it so that C-y yanks text in isearch (when >> > doing C-s), and M-y can do whatever C-y is doing now... >> > >> > The current default is not very friendly, and not really what >> > you'd exepct C-y to do.. >> >> I'm afraid we can't change old traditional isearch keybindings. >> What we can do is to create a new isearch submode with better >> keybindings. >> >> Why not? Just because they are old does not mean that they are set in >> stone, we have done such changes before as well. > > Given that we rebind C-y to yank text in isearch (`isearch-yank-kill'), > can you find a good keybinding for `isearch-yank-line' that is > currently on `C-y'? (It would be good to reserve `M-y' for a new > command `isearch-yank-pop' by analogy with `M-y' `yank-pop'). > > -- > Juri Linkov > http://www.jurta.org/emacs/ > > > -- Sent from my mobile device Andrew W. Nosenko