Re: [Orgmode] Re: [PATCH] Emacs 22 support - use org-string-match-p

2010-06-03 Thread Carsten Dominik
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

[Orgmode] Re: [PATCH] Emacs 22 support - use org-string-match-p

2010-06-03 Thread Štěpán Němec
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

[Orgmode] Re: [PATCH] Emacs 22 support - use org-string-match-p

2010-06-03 Thread Bernt Hansen
Š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

[Orgmode] Re: [PATCH] Emacs 22 support - use org-string-match-p

2010-06-03 Thread Štěpán Němec
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 __

[Orgmode] Re: [PATCH] Emacs 22 support

2010-06-01 Thread Bernt Hansen
Š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

[Orgmode] Re: [PATCH] Emacs 22 support

2010-06-01 Thread Štěpán Němec
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