[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 be...@norang.ca 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 - use org-string-match-p

2010-06-03 Thread Bernt Hansen
Štěpán Němec step...@gmail.com writes: Hello, sorry for being difficult again ;-) Bernt Hansen be...@norang.ca writes: [snip] - (string-match ^// str)) + (org-string-match-p ^// str)) Ehrm... do you really want to replace `string-match', too? Yes

[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 (by

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

[Orgmode] Re: [PATCH] Emacs 22 support

2010-06-01 Thread Štěpán Němec
Bernt Hansen be...@norang.ca 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

[Orgmode] Re: [PATCH] Emacs 22 support

2010-06-01 Thread Bernt Hansen
Štěpán Němec step...@gmail.com writes: Bernt Hansen be...@norang.ca 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