From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH] Emacs 22 support - use org-string-match-p Date: Thu, 03 Jun 2010 18:09:53 -0400 Message-ID: <87ocfrkbta.fsf@gollum.intra.norang.ca> References: <87d3w8mhaa.fsf@gollum.intra.norang.ca> <1275570657-14876-1-git-send-email-bernt@norang.ca> <87zkzbepn1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=35663 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKIc3-0004om-KW for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 18:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKIc1-0004qT-Vo for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 18:10:07 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:63759) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKIc1-0004nI-UA for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 18:10:05 -0400 In-Reply-To: <87zkzbepn1.fsf@gmail.com> (=?utf-8?B?IsWgdMSbcMOhbiBOxJtt?= =?utf-8?B?ZWMiJ3M=?= message of "Fri\, 04 Jun 2010 00\:07\:46 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: emacs-orgmode@gnu.org =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec writes: > Hello, > > sorry for being difficult again ;-)=20 > > > Bernt Hansen writes: > > [snip] > >> - (string-match "^//" str)) >> + (org-string-match-p "^//" str)) > > Ehrm... do you really want to replace `string-match', too? Yes ... because it originally was a string-match-p that Carsten=20 converted to string-match since Emacs 22 doesn't have a string-match-p during an earlier bug report (by me). Now that Carsten created org-string-match-p I'm just putting it back closer to the original code. Regards, Bernt