From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pierre Lorenzon Newsgroups: gmane.emacs.help Subject: Re: string-match bug? Date: Mon, 07 Dec 2009 16:31:29 +0100 (CET) Message-ID: <20091207.163129.189705089.devel@pollock-nageoire.net> References: <4B1D174C.3000602@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260208977 21233 80.91.229.12 (7 Dec 2009 18:02:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Dec 2009 18:02:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: andreas.roehler@online.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 07 19:02:49 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NHhv5-0000rz-Eo for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Dec 2009 19:02:47 +0100 Original-Received: from localhost ([127.0.0.1]:48874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHhv5-0000nl-3l for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Dec 2009 13:02:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHgaD-0000VE-Ed for help-gnu-emacs@gnu.org; Mon, 07 Dec 2009 11:37:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHga7-0000Tp-1S for help-gnu-emacs@gnu.org; Mon, 07 Dec 2009 11:37:08 -0500 Original-Received: from [199.232.76.173] (port=58344 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHga6-0000Tb-Hf for help-gnu-emacs@gnu.org; Mon, 07 Dec 2009 11:37:02 -0500 Original-Received: from smtp2a.orange.fr ([80.12.242.139]:17649) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHga6-0008P7-Mb for help-gnu-emacs@gnu.org; Mon, 07 Dec 2009 11:37:02 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2a14.orange.fr (SMTP Server) with ESMTP id A728C800019F; Mon, 7 Dec 2009 17:36:59 +0100 (CET) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2a14.orange.fr (SMTP Server) with ESMTP id 9AD848000D81; Mon, 7 Dec 2009 17:36:59 +0100 (CET) Original-Received: from localhost (APuteaux-154-1-46-227.w83-199.abo.wanadoo.fr [83.199.117.227]) by mwinf2a14.orange.fr (SMTP Server) with ESMTP id 993D2800019F; Mon, 7 Dec 2009 17:36:57 +0100 (CET) X-ME-UUID: 20091207163657627.993D2800019F@mwinf2a14.orange.fr In-Reply-To: <4B1D174C.3000602@online.de> X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70479 Archived-At: From: Andreas Roehler Subject: string-match bug? Date: Mon, 07 Dec 2009 15:55:08 +0100 > Hi, > > is this a bug? You might verify if it is posix complient or not. If not, it would sound to me like a bug ... Pierre > > (string-match "" "foo") => 0 > > Andreas > > GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of 2009-07-25 > BTW XEmacs behaves likewise. > >