From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Subject: Re: [PATCH] Emacs 22 support - use org-string-match-p Date: Fri, 4 Jun 2010 00:29:13 +0200 Message-ID: <20100603222912.GC6485@headley> References: <87d3w8mhaa.fsf@gollum.intra.norang.ca> <1275570657-14876-1-git-send-email-bernt@norang.ca> <87zkzbepn1.fsf@gmail.com> <87ocfrkbta.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=41170 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKIuz-0007Ap-QO for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 18:29:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKIuy-0002za-DP for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 18:29:41 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:39804) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKIuy-0002zQ-76 for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 18:29:40 -0400 Received: by fg-out-1718.google.com with SMTP id 16so484143fgg.12 for ; Thu, 03 Jun 2010 15:29:39 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87ocfrkbta.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Thu, Jun 03, 2010 at 06:09:53PM -0400, Bernt Hansen wrote: > > Ehrm... do you really want to replace `string-match', too? > > Yes ... because it originally was a string-match-p that Carsten > 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. I see; thanks and sorry for the noise, Štěpán