From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Megyei Newsgroups: gmane.emacs.help Subject: Re: customize isearch-repeat-forward Date: Fri, 14 Sep 2007 09:16:25 +0200 Message-ID: <1189754185.16865.27.camel@champfer> References: <87wsuuvw92.fsf@comcast.net> <1189751790.16865.23.camel@champfer> <12669804.post@talk.nabble.com> Reply-To: mathias@mnet-mail.de NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189754206 6775 80.91.229.12 (14 Sep 2007 07:16:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2007 07:16:46 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: imputerate Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 14 09:16:44 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IW5Pw-0002vI-A9 for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Sep 2007 09:16:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IW5Pv-00069P-Ex for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Sep 2007 03:16:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IW5Pi-00069E-72 for help-gnu-emacs@gnu.org; Fri, 14 Sep 2007 03:16:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IW5Pf-00068g-Ry for Help-gnu-emacs@gnu.org; Fri, 14 Sep 2007 03:16:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IW5Pf-00068c-Ld for Help-gnu-emacs@gnu.org; Fri, 14 Sep 2007 03:16:27 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IW5Pf-0002Mm-Bs for Help-gnu-emacs@gnu.org; Fri, 14 Sep 2007 03:16:27 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 5A4512248A9; Fri, 14 Sep 2007 09:16:26 +0200 (CEST) Original-Received: from [192.168.178.67] (ppp-82-135-6-241.dynamic.mnet-online.de [82.135.6.241]) by mail.mnet-online.de (Postfix) with ESMTP id 1887B905B8; Fri, 14 Sep 2007 09:16:26 +0200 (CEST) In-Reply-To: <12669804.post@talk.nabble.com> X-Mailer: Evolution 2.10.1 X-Detected-Kernel: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:47575 Archived-At: Hi Peter, On Fri, 2007-09-14 at 00:10 -0700, imputerate wrote: > thanks, Mathias; that was lightning fast and crystal clear; > > so, isearch is a mode; guess i should have known that; but how come my > customized global binding 'C-f' has worked all along? because isearch-mode-map don't have a binding for 'C-f'. so the binding from global-map is still valid in isearch-mode. Regards, Mathias