From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: regexp bug? Date: Thu, 16 Nov 2006 15:01:34 +0100 Message-ID: References: <87velfpmpy.fsf@pereiro.luannocracy.com> <85k61vh64o.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1163686357 3258 80.91.229.2 (16 Nov 2006 14:12:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Nov 2006 14:12:37 +0000 (UTC) Cc: David Abrahams , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 16 15:12:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GkhyL-0008V0-QO for ged-emacs-devel@m.gmane.org; Thu, 16 Nov 2006 15:12:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gkhpr-0004nt-1l for ged-emacs-devel@m.gmane.org; Thu, 16 Nov 2006 09:03:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gkhoe-00044L-AV for emacs-devel@gnu.org; Thu, 16 Nov 2006 09:02:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gkhod-00043f-An for emacs-devel@gnu.org; Thu, 16 Nov 2006 09:02:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gkhoc-00043U-Tj for emacs-devel@gnu.org; Thu, 16 Nov 2006 09:02:06 -0500 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gkhoa-000756-V2; Thu, 16 Nov 2006 09:02:05 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx19.adsl-dhcp.tele.dk [80.62.38.68]) by pfepa.post.tele.dk (Postfix) with SMTP id 68FEFFAC00C; Thu, 16 Nov 2006 15:01:58 +0100 (CET) Original-To: David Kastrup In-Reply-To: <85k61vh64o.fsf@lola.goethe.zz> (David Kastrup's message of "Thu\, 16 Nov 2006 14\:29\:27 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:62378 Archived-At: David Kastrup writes: > (looking-at "\s *") is the same as (looking-at "s *"), In emacs 22, it is the same as (looking-at " *"), -- Kim F. Storm http://www.cua.dk