On Jun 4, 2010, at 12:29 AM, Štěpán Němec 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 st
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
Štěpán Němec writes:
> Hello,
>
> sorry for being difficult again ;-)
>
>
> Bernt Hansen writes:
>
> [snip]
>
>> - (string-match "^//" str))
>> + (org-string-match-p "^//" str))
>
> Ehrm... do you really want to replace `string-match', too?
Yes ... because i
Hello,
sorry for being difficult again ;-)
Bernt Hansen writes:
[snip]
> -(string-match "^//" str))
> +(org-string-match-p "^//" str))
Ehrm... do you really want to replace `string-match', too?
[snip]
Štěpán
__
Štěpán Němec writes:
> Bernt Hansen writes:
>
>> * contrib/lisp/org-special-blocks.el: Emacs 22 doesn't have string-match-p
>> ---
>> This patch is available at git://git.norang.ca/org-mode.git emacs22
>>
>> contrib/lisp/org-special-blocks.el |2 +-
>> 1 files changed, 1 insertions(+), 1 de
Bernt Hansen writes:
> * contrib/lisp/org-special-blocks.el: Emacs 22 doesn't have string-match-p
> ---
> This patch is available at git://git.norang.ca/org-mode.git emacs22
>
> contrib/lisp/org-special-blocks.el |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/cont