Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-07-25 Thread Samuel Wales
Hi Bastien, Thanks for the idea. Doesn't work. Maybe it's an emacs bug. On Fri, Jul 3, 2009 at 02:18, Bastien wrote: > My other guess would be that the macro execution is too fast for the > display engine.  Maybe the trick is to insert a command in your macro > sequence that makes sure the tab

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-07-03 Thread Bastien
Samuel Wales writes: > On each of my many emacs-w3m tabs, I can remember manually with f8 f8 > n (my binding for org-remember and my ?n template which I sent). It > grabs the title and URL perfectly. I can also do m-right, which is my > binding for next tab. > > To use the macro, I do c-x ( f8

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-07-02 Thread Samuel Wales
On each of my many emacs-w3m tabs, I can remember manually with f8 f8 n (my binding for org-remember and my ?n template which I sent). It grabs the title and URL perfectly. I can also do m-right, which is my binding for next tab. To use the macro, I do c-x ( f8 f8 n m-right c-x ) . To execute i

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-07-02 Thread Bastien
Samuel Wales writes: > It happens on all tabs. You mean on *each* tab? > ("note" ?n "* %? %i -- %a %U\n%i") Can you remember at least one tab with this template? Can you send the full macro? -- Bastien ___ Emacs-orgmode mailing l

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-07-01 Thread Samuel Wales
Hi Bastien, It happens on all tabs. ("note" ?n "* %? %i -- %a %U\n%i") Thanks. On Wed, Jul 1, 2009 at 22:52, Bastien wrote: > Samuel Wales writes: > >> I cannot use org-remember to save all my w3m tabs using remember and >> keyboard macros. > > Are you using a specific remember

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-07-01 Thread Bastien
Samuel Wales writes: > I cannot use org-remember to save all my w3m tabs using remember and > keyboard macros. Are you using a specific remember template when remembering those w3m tabs? My guess is that your remember template tries to fetch a title or same tab-related info that isn't availabl

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-07-01 Thread Samuel Wales
I cannot use org-remember to save all my w3m tabs using remember and keyboard macros. Says command rang the bell, but I don't know which even with stack trace on. call-last-kbd-macro(nil kmacro-loop-setup-function) kmacro-call-macro(nil nil) kmacro-end-and-call-macro(nil) call-interactive

Re: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-06-27 Thread Carsten Dominik
Thanks, I'll check it out. - Carsten On Jun 27, 2009, at 2:43 AM, Stefan Monnier wrote: This sounds like interactive-p is working as documented and the excplicit check I proposed would be neccessary. True enough, and I am applying your fix. IIUC you may want to use called-interactively-p in

Re: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-06-26 Thread Stefan Monnier
>> This sounds like interactive-p is working as documented and the >> excplicit check I proposed would be neccessary. > True enough, and I am applying your fix. IIUC you may want to use called-interactively-p instead. Stefan ___ Emacs-orgmode

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-06-24 Thread Carsten Dominik
On Jun 24, 2009, at 2:39 PM, Andreas Seltenreich wrote: [Sorry about setting Cc instead X-Debbugs-Cc and causing the duplicate report. I set a proper Mail-Followup-To header now.] Carsten Dominik writes: This looks to me as if it was a bug in keyboard macro execution, which should call fun

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-06-24 Thread Andreas Seltenreich
[Sorry about setting Cc instead X-Debbugs-Cc and causing the duplicate report. I set a proper Mail-Followup-To header now.] Carsten Dominik writes: > This looks to me as if it was a bug in keyboard macro execution, > which should call functions interactively. The docstring for interactive-p ha

Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-06-24 Thread Carsten Dominik
This looks to me as if it was a bug in keyboard macro execution, which should call functions interactively. - Carsten On Jun 17, 2009, at 1:15 PM, Andreas Seltenreich wrote: Your bug report will be posted to the emacs-pretest-...@gnu.org mailing list. Please describe exactly what actions t

[Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros

2009-06-17 Thread Andreas Seltenreich
> Your bug report will be posted to the emacs-pretest-...@gnu.org mailing list. > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: org-store-link works fine when recording a keyboard macro but it is a NOP when executing it. The following change appear