From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Johannes Weiner Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Isearch: yanking before point Date: Wed, 22 Aug 2007 16:20:00 +0200 Message-ID: <20070822141959.GA18088@saeurebad.de> References: <20070821155943.GA19989@saeurebad.de> <20070822033338.GA32402@saeurebad.de> <87veb8hvz9.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187792469 32070 80.91.229.12 (22 Aug 2007 14:21:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2007 14:21:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 22 16:21:04 2007 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 1INr4x-00021P-61 for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2007 16:21:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INr4v-0002Pc-Le for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2007 10:21:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INr49-0001y4-4n for emacs-devel@gnu.org; Wed, 22 Aug 2007 10:20:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INr47-0001wx-CV for emacs-devel@gnu.org; Wed, 22 Aug 2007 10:20:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INr47-0001wk-4b for emacs-devel@gnu.org; Wed, 22 Aug 2007 10:20:11 -0400 Original-Received: from saeurebad.de ([85.214.36.134]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INr46-0001EV-2u for emacs-devel@gnu.org; Wed, 22 Aug 2007 10:20:10 -0400 Original-Received: by saeurebad.de (Postfix, from userid 1000) id 29AB62F03B2; Wed, 22 Aug 2007 16:20:00 +0200 (CEST) Mail-Followup-To: Tassilo Horn , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <87veb8hvz9.fsf@baldur.tsdh.de> User-Agent: Mutt/1.5.16 (2007-06-11) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:76960 Archived-At: Hi Tassilo, On Wed, Aug 22, 2007 at 09:25:14AM +0200, Tassilo Horn wrote: > >> Thanks for the suggestion, but I will not agree to it. I want C-b > >> and C-l to exit isearch as they do now. > > > > I really do not insist on those keys, they were the first think I > > could think of and not being already used in Isearch. > > > > Do you have any suggestions what keys could be used instead? > > I'd suggest M-w for `isearch-yank-word-before-point' and M-l for > `isearch-yank-line-before-point'. That reminds me of scrolling up and > down, where the C-binding moves forward and the M-binding backward. I would prefer them over the ones I chose first too. > And maybe both functions should be renamed to > `isearch-yank-word-or-char-backward' and `isearch-yank-line-backward. Alright, will do that. > Just my 2 cents. Thank you! Hannes -- (eq 'today (cadr life-days))