From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Isearch: yanking before point Date: Wed, 22 Aug 2007 20:45:26 -0400 Message-ID: References: <20070821155943.GA19989@saeurebad.de> <20070822033338.GA32402@saeurebad.de> <87veb8hvz9.fsf@baldur.tsdh.de> <20070822141959.GA18088@saeurebad.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1187829827 29601 80.91.229.12 (23 Aug 2007 00:43:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2007 00:43:47 +0000 (UTC) Cc: tassilo@member.fsf.org, emacs-devel@gnu.org To: Johannes Weiner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 23 02:43:45 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 1IO0nZ-0003dd-9v for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 02:43:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IO0nY-0004li-S2 for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2007 20:43:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IO0lI-00030w-QZ for emacs-devel@gnu.org; Wed, 22 Aug 2007 20:41:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IO0lH-00030A-6m for emacs-devel@gnu.org; Wed, 22 Aug 2007 20:41:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IO0lH-000304-2H for emacs-devel@gnu.org; Wed, 22 Aug 2007 20:41:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IO0lE-0001cs-Iq; Wed, 22 Aug 2007 20:41:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IO0pC-0000yN-Uv; Wed, 22 Aug 2007 20:45:26 -0400 In-reply-to: <20070822141959.GA18088@saeurebad.de> (message from Johannes Weiner on Wed, 22 Aug 2007 16:20:00 +0200) 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:77007 Archived-At: > 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. I think I use both of these, on occasion, to exit an isearch. I don't want them to be redefined. I think there are already too many keys that have special meanings in isearch, and I do not want to add any more. If we poll the users, and the users clearly want this change, I won't object. Otherwise, I do object.