From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: [PATCH] Emacs 22 support - use org-string-match-p Date: Fri, 4 Jun 2010 06:42:46 +0200 Message-ID: <3D34CF30-6ADF-42C7-9FD3-C14E3A1C26C5@gmail.com> 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> <20100603222912.GC6485@headley> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=52759 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKOk9-0007NB-57 for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 00:42:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKOk7-0005ZB-Ux for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 00:42:53 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:36253) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKOk7-0005Z2-N5 for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 00:42:51 -0400 Received: by ewy6 with SMTP id 6so423428ewy.32 for ; Thu, 03 Jun 2010 21:42:50 -0700 (PDT) In-Reply-To: <20100603222912.GC6485@headley> 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?Q?=C5=A0t=C4=9Bp=C3=A1n_N=C4=9Bmec?= Cc: Bernt Hansen , emacs-orgmode@gnu.org On Jun 4, 2010, at 12:29 AM, =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec wrote: > 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-=20 >> 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, And thank *you* for taking the time to look at patches and commenting on them! This is very much appreciated. - Carsten