From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Searching for spaces Date: Wed, 14 May 2014 01:20:06 +0100 Message-ID: <8761l91aa1.fsf@robertthorpeconsulting.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1400027156 29830 80.91.229.3 (14 May 2014 00:25:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2014 00:25:56 +0000 (UTC) Cc: btraven@nihilo.net, help-gnu-emacs@gnu.org To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 14 02:25:49 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WkN10-0002fp-1J for geh-help-gnu-emacs@m.gmane.org; Wed, 14 May 2014 02:25:46 +0200 Original-Received: from localhost ([::1]:48654 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkN0z-0003wY-CQ for geh-help-gnu-emacs@m.gmane.org; Tue, 13 May 2014 20:25:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkN0d-0003uC-PT for help-gnu-emacs@gnu.org; Tue, 13 May 2014 20:25:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkN0V-0000yy-6v for help-gnu-emacs@gnu.org; Tue, 13 May 2014 20:25:23 -0400 Original-Received: from outbound-smtp04.blacknight.com ([81.17.249.35]:40983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkN0V-0000yQ-1H for help-gnu-emacs@gnu.org; Tue, 13 May 2014 20:25:15 -0400 Original-Received: from mail.blacknight.com (pemlinmail02.blacknight.ie [81.17.254.11]) by outbound-smtp04.blacknight.com (Postfix) with ESMTP id BE959987B0 for ; Wed, 14 May 2014 00:18:11 +0000 (UTC) Original-Received: (qmail 32043 invoked from network); 14 May 2014 00:20:07 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[93.107.192.224]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 14 May 2014 00:20:07 -0000 In-Reply-To: (message from Drew Adams on Tue, 13 May 2014 13:31:15 -0700 (PDT)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.35 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97635 Archived-At: > (And you can customize option `search-whitespace-regexp'.) Yes manual says that (setq search-whitespace-regexp nil) will prevent whitespace being matched in a clever way. I don't think there's any need to modify the other ones. See this node for more: "File: emacs.info, Node: Special Isearch, Next: Isearch Yank, Prev: Error in Isearch, Up: Incremental Search" BR, Robert Thorpe