From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: 23.0.94; [PATCH] org-store-link broken within kbd macros Date: Fri, 03 Jul 2009 11:18:04 +0200 Message-ID: <87skhenn03.fsf@bzg.ath.cx> References: <87bponi011.fsf@gate450.dyndns.org> <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> <878wjhbyc1.fsf@gate450.dyndns.org> <20524da70907012039s2d39ebe7vb3a8fc0cafbd393f@mail.gmail.com> <878wj7pr5w.fsf@bzg.ath.cx> <20524da70907012305s4c3a98cbq666f59bb20c53645@mail.gmail.com> <87ocs34l52.fsf@bzg.ath.cx> <20524da70907021102w3ded052dj7dc26e484de89f0b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMeuW-0001tO-MQ for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 05:18:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMeuR-0001rL-36 for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 05:18:23 -0400 Received: from [199.232.76.173] (port=52150 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMeuQ-0001rI-Sd for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 05:18:18 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:58001) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMeuQ-0006j1-IX for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 05:18:18 -0400 Received: by ewy4 with SMTP id 4so2751001ewy.42 for ; Fri, 03 Jul 2009 02:18:17 -0700 (PDT) In-Reply-To: <20524da70907021102w3ded052dj7dc26e484de89f0b@mail.gmail.com> (Samuel Wales's message of "Thu, 2 Jul 2009 11:02:40 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: seltenreich@gmx.de, emacs-orgmode@gnu.org, 3597@emacsbugs.donarmstrong.com, Carsten Dominik 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 f8 n m-right c-x ) . To execute it I > do c-x e. It does not get executed on any tabs. 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 is displayed correctly before you try to remember it. C-x ( f8 f8 n M-> M-< c-x ) ^^^^^^^ <- this goes to the end and beginning of buffer Anyway, you might have clearer/cleverer answers on help-gnu-emacs@ HTH, -- Bastien