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, 04 Jun 2010 00:07:46 +0200 Message-ID: <87zkzbepn1.fsf@gmail.com> References: <87d3w8mhaa.fsf@gollum.intra.norang.ca> <1275570657-14876-1-git-send-email-bernt@norang.ca> 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=35287 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKIaE-0002x2-2w for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 18:08:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKIaC-0004Hb-Vy for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 18:08:13 -0400 Received: from fg-out-1718.google.com ([72.14.220.156]:23190) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKIaC-0004HH-Rt for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 18:08:12 -0400 Received: by fg-out-1718.google.com with SMTP id 16so480864fgg.12 for ; Thu, 03 Jun 2010 15:08:12 -0700 (PDT) In-Reply-To: <1275570657-14876-1-git-send-email-bernt@norang.ca> (Bernt Hansen's message of "Thu, 3 Jun 2010 09:10:57 -0400") 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 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? [snip] =C5=A0t=C4=9Bp=C3=A1n