From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: coriordan@compsoc.com Newsgroups: gmane.emacs.bugs Subject: regexp bug? Date: Fri, 13 Sep 2002 10:05:51 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <20020913090551.GA29290@chewie.compsoc.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031907975 11040 127.0.0.1 (13 Sep 2002 09:06:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2002 09:06:15 +0000 (UTC) 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 17pmOz-0002rp-00 for ; Fri, 13 Sep 2002 11:06:13 +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 17pmPB-0007D1-00; Fri, 13 Sep 2002 05:06:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17pmOh-000780-00 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 05:05:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17pmOf-00077b-00 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 05:05:54 -0400 Original-Received: from chewie.compsoc.com ([193.120.201.13]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pmOf-00077V-00 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 05:05:53 -0400 Original-Received: (from coriordan@localhost) by chewie.compsoc.com (8.11.6/8.11.6) id g8D95pv29435 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 10:05:51 +0100 Original-To: bug-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4i 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:3500 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3500 hello. I think I have found a bug in Emacs. 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-+[^ ]". Hope I'm not missing something, please CC me if there is any discussion as I am not on this list. Thanks. Ciaran O'Riordan