From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Malte Spiess Newsgroups: gmane.emacs.help Subject: Re: incremental search Date: Wed, 25 Oct 2006 09:20:59 +0200 Organization: Arcor Message-ID: <87ods07tes.fsf@trick.ulm.malte.spiess> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161762035 2886 80.91.229.2 (25 Oct 2006 07:40:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2006 07:40:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 25 09:40:32 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcdNE-0001xX-B5 for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Oct 2006 09:40:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcdND-0006F3-NQ for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Oct 2006 03:40:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!amsnews11.chello.com!newsfeed01.chello.at!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:AtKPyMq+8Ww/BaKuK2brvLx4/go= Original-Lines: 26 Original-NNTP-Posting-Date: 25 Oct 2006 09:20:30 CEST Original-NNTP-Posting-Host: 310499c1.newsspool2.arcor-online.net Original-X-Trace: DXC=B>REEETm4@PV; Ef1`Jk54\A9EHlD; 3YcR4Fo<]lROoRQFl8W>\BH3YRS98=M29bMgQjQd8 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:38261 Archived-At: Barry Margolin writes: > In article , > Gary Wessle wrote: > >> Hi >> C-s turns on incremental search but it is not doing what I am >> expecting which is; >> when I want to find "man" it high finds "woman", how can I limit it to >> the word "man", do I need to regex incremental search? > > If you don't mind a non-interactive search, you can use M-x > word-search-forward. You can also type C-s RET C-w for word-search. But this somehow only finds one occurance. It is always possible to redefine a key, but if you're just a beginner I would probably rather recommand making a regexp-search with the beginning and the end of the word. I personally wouldn't want to have the behaviour you describe, maybe you should think it over if it's really a fortune to have it generally (of course sometimes it's helpful). Malte