Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-13 Thread Achim Gratz
Nicolas Goaziou writes: >> The new tests don't work on Emacs23, mainly due to the use of cl-letf. > > I fixed the `cl-letf' issue, thank you. Is there anything else to do? Not with respect to this change, the tests are now all passing. However, Emacs master seems to have changed the signature for

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-13 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > The new tests don't work on Emacs23, mainly due to the use of cl-letf. I fixed the `cl-letf' issue, thank you. Is there anything else to do? Regards, -- Nicolas Goaziou

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-13 Thread Achim Gratz
Nicolas Goaziou writes: > Applied (with a minor change in `org-timer--get-timer-title'). Thank you. The new tests don't work on Emacs23, mainly due to the use of cl-letf. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Waldorf MIDI Implementation & addit

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-09 Thread Nicolas Goaziou
Kyle Meyer writes: > I've attached updated patches. Applied (with a minor change in `org-timer--get-timer-title'). Thank you. Regards,

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-07 Thread Kyle Meyer
Nicolas Goaziou wrote: > Kyle Meyer writes: > >> Do you prefer to add fixes for the current design, or just move >> directly to merging the two APIs? > > The latter sounds better. I've attached updated patches. >From da0454ea110de0b4effb59ec220d8e15960fbf84 Mon Sep 17 00:00:00 2001 From: Kyle M

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-03 Thread Nicolas Goaziou
Kyle Meyer writes: > Do you prefer to add fixes for the current design, or just move directly > to merging the two APIs? The latter sounds better. >> Also, some comments at the beginning of the library could help. >> >> AFAIK, there are no tests for timers. Adding a new "test-timer.el" with >>

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-03 Thread Kyle Meyer
Nicolas Goaziou wrote: [...] >> However, I'd actually be in favor of removing this functionality >> from org-timer (and org-timer-start) since it's already available >> directly through the interactive command >> org-timer-change-times-in-region. > > It saves a keybinding (`org-tim

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-03 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > I've attached a few patches for org-timer.el. Thank you. > Some additional comments on two of the patches: > > [PATCH 1/4] org-timer.el (org-timer): Recognize double prefix > > This patch makes org-timer behave as described in the docstring when > it is give