Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-08-31 Thread Carsten Dominik
Hi Peter, Please remind me then. Thank you! - Carsten On 20.6.2013, at 13:52, Peter Münster pmli...@free.fr wrote: On Thu, Jun 20 2013, Carsten Dominik wrote: The easiest solution is to simply do nothing, until Org drops support for Emacs 24.2 and earlier. The 'cl' library will be

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-20 Thread Carsten Dominik
On 19.6.2013, at 20:46, David Engster d...@randomsample.de wrote: Achim Gratz writes: Peter Münster writes: cl-lib was just introduced in Emacs 24.3. Does that mean, that the trunk should be modified later? It means you should implement a solution that doesn't make Org non-functional

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-20 Thread Peter Münster
On Thu, Jun 20 2013, Carsten Dominik wrote: The easiest solution is to simply do nothing, until Org drops support for Emacs 24.2 and earlier. The 'cl' library will be shipped with Emacs for a long time. BTW, which Emacs versions does Org support? Is this documented anywhere? No, but

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-19 Thread Achim Gratz
Peter Münster writes: cl-lib was just introduced in Emacs 24.3. Does that mean, that the trunk should be modified later? It means you should implement a solution that doesn't make Org non-functional for Emacs 23 users. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-19 Thread David Engster
Achim Gratz writes: Peter Münster writes: cl-lib was just introduced in Emacs 24.3. Does that mean, that the trunk should be modified later? It means you should implement a solution that doesn't make Org non-functional for Emacs 23 users. The easiest solution is to simply do nothing, until

[O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-18 Thread Peter Münster
* contrib/lisp/org-notify.el (org-notify-make-todo) (org-notify-process, org-notify-on-action-button) (org-notify-action-email, org-notify-action-window): Replace `flet' and `macrolet' by `cl-flet' and `cl-macrolet'. --- contrib/lisp/org-notify.el | 10 +- 1 file changed, 5 insertions(+),

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-18 Thread Peter Münster
On Tue, Jun 18 2013, David Engster wrote: Peter Münster writes: * contrib/lisp/org-notify.el (org-notify-make-todo) (org-notify-process, org-notify-on-action-button) (org-notify-action-email, org-notify-action-window): Replace `flet' and `macrolet' by `cl-flet' and `cl-macrolet'. cl-lib