From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.bugs Subject: Re: regexp bug? Date: Fri, 13 Sep 2002 11:30:45 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <20020913111327.73AF.LEKTU@terra.es> References: <20020913090551.GA29290@chewie.compsoc.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1031909520 16074 127.0.0.1 (13 Sep 2002 09:32:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2002 09:32:00 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17pmnu-0004B2-00 for ; Fri, 13 Sep 2002 11:31:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pmo5-0008Ik-00; Fri, 13 Sep 2002 05:32:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17pmn6-0008CA-00 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 05:31:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17pmn3-0008By-00 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 05:31:08 -0400 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pmn2-0008Bk-00 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 05:31:05 -0400 Original-Received: from [62.22.27.143] (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g8D9UiB11206; Fri, 13 Sep 2002 11:30:45 +0200 Original-To: coriordan@compsoc.com In-Reply-To: <20020913090551.GA29290@chewie.compsoc.com> X-Mailer: Becky! ver. 2.05.05 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3501 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3501 On Fri, 13 Sep 2002 10:05:51 +0100, coriordan@compsoc.com wrote: > I was searching > for sentences that were separated with only one space > so I used the regexp search with "\. [^ ]". My > search kept matching sentences with two spaces. > The minibuffer was showing my regexp as "\.\s-+[^ ]". I bet that happened while you used `isearch-forward-regexp'. Please check the docstring of the variable `search-whitespace-regexp'. /L/e/k/t/u