From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: faq.texi Date: Thu, 09 Feb 2006 12:04:22 -0700 Message-ID: References: <878xstfkz2.fsf@pacem.orebokech.com> <87d5i23qek.fsf@pacem.orebokech.com> <87psm0n9x9.fsf@pacem.orebokech.com> <87lkwnkmcb.fsf@pacem.orebokech.com> <8764npegbm.fsf@pacem.orebokech.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1139521980 29555 80.91.229.2 (9 Feb 2006 21:53:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 21:53:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 09 22:52:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F7JiL-0007KT-7V for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 22:52:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7Jcl-0006q3-5U for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 16:46:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7HR9-000825-23 for emacs-devel@gnu.org; Thu, 09 Feb 2006 14:26:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7HR7-00081Q-AS for emacs-devel@gnu.org; Thu, 09 Feb 2006 14:26:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7HHu-0004IJ-Qp for emacs-devel@gnu.org; Thu, 09 Feb 2006 14:17:06 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F7HAI-0001WR-EX for emacs-devel@gnu.org; Thu, 09 Feb 2006 14:09:14 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F7H5o-0007a8-Ap for emacs-devel@gnu.org; Thu, 09 Feb 2006 20:04:37 +0100 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Feb 2006 20:04:36 +0100 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Feb 2006 20:04:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: 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:50264 Archived-At: Eli Zaretskii wrote: >>From: Romain Francoise >>Cc: emacs-devel@gnu.org >>Date: Wed, 08 Feb 2006 21:38:53 +0100 >> >>Eli Zaretskii writes: >> >> >>>Is there anything that prevents us from binding S-insert in >>>isearch-mode-map? >> >>Yes: C-y in isearch does not run `yank', and people expect C-y and >>S-insert to do the same thing. Really? Not being a Shift-Insert user, I have no expectations. But it sounds to me like a Windows shortcut, and the basis of the original question is that C-s S-insert does not search for the selected text: http://lists.gnu.org/archive/html/emacs-devel/2006-02/msg00307.html > I was talking about binding S-insert to do the same thing as C-y. Is > there a problem doing that? I was sure you meant binding S-insert in isearch-mode-map to the same thing as M-y (isearch-yank-kill). -- Kevin Rodgers