From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: minibuffer-local-isearch-map Date: Thu, 29 Jun 2006 14:21:16 +0200 Message-ID: <7dbe73ed0606290521s41460e79vffc8c63edb135c06@mail.gmail.com> References: <44A232AF.80208@easy-emacs.de> <87k671gy6a.fsf@jurta.org> 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 1151583739 24600 80.91.229.2 (29 Jun 2006 12:22:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Jun 2006 12:22:19 +0000 (UTC) Cc: liberte@cs.uiuc.edu, Andreas Roehler , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 29 14:22:15 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 1FvvWq-0005kr-6K for ged-emacs-devel@m.gmane.org; Thu, 29 Jun 2006 14:21:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvvWp-0005WL-II for ged-emacs-devel@m.gmane.org; Thu, 29 Jun 2006 08:21:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvvWJ-0005IA-EO for emacs-devel@gnu.org; Thu, 29 Jun 2006 08:21:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvvWH-0005H9-OV for emacs-devel@gnu.org; Thu, 29 Jun 2006 08:21:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvvWH-0005H4-Hh for emacs-devel@gnu.org; Thu, 29 Jun 2006 08:21:17 -0400 Original-Received: from [64.233.182.184] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fvvip-0001ng-Dv for emacs-devel@gnu.org; Thu, 29 Jun 2006 08:34:15 -0400 Original-Received: by nf-out-0910.google.com with SMTP id p77so56514nfc for ; Thu, 29 Jun 2006 05:21:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ehbBW1VK595jWXPP40VFse6c2tzhbP2Ny0mBu1z6/88SWmt5QHTrRkhr69KWdUpyHdTGIDgWcW6dqxFU6DjgE6LItwHku2qB29GsgKrrZCsVebPpsZ1mqM/tQPtSSXCVPFR1DL3aP7BuJ548gcfHSnNvL8nNZTsAEHJ7ii903PI= Original-Received: by 10.49.41.10 with SMTP id t10mr312162nfj; Thu, 29 Jun 2006 05:21:16 -0700 (PDT) Original-Received: by 10.48.248.13 with HTTP; Thu, 29 Jun 2006 05:21:16 -0700 (PDT) Original-To: "Juri Linkov" In-Reply-To: <87k671gy6a.fsf@jurta.org> Content-Disposition: inline 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:56279 Archived-At: > [up] and [down] are convenient key to exit isearch mode, > just like C-n and C-p can exit isearch mode now. Sorry for jumping in in this thread this late, but why do we need so many ways to end isearch-mode? I use C-g myself even though I try to teach myself to use RET instead, which seems to be "nicer". If [up] and [down] can be bound to more useful things, why not do that? Again, I did not follow this discussion so if you think it seems I don't know what I am talking about, please just ignore me... :)