From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: Searching for spaces Date: Fri, 16 May 2014 12:37:18 -0500 Organization: NewsGuy - Unlimited Usenet $23.95 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1400262025 18211 80.91.229.3 (16 May 2014 17:40:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2014 17:40:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 16 19:40:20 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 1WlM7H-00046z-79 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 May 2014 19:40:19 +0200 Original-Received: from localhost ([::1]:37078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlM7G-0006vc-M0 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 May 2014 13:40:18 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!spln!extra.newsguy.com!newsp.newsguy.com!news1 Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: p884a1d9aaed984b18f88afd628ac97d18d578d6a624ba356.newsdawg.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 In-Reply-To: X-Received-Bytes: 1377 X-Received-Body-CRC: 194633397 Original-Xref: usenet.stanford.edu gnu.emacs.help:205444 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:97712 Archived-At: Thanks Drew and Robert. I just added the (setq form below to my .emacs and now 24.3 acts like 23.3. I guess a non-nil regexp is more useful here at least for programmers. Ed >> (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 > > >