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: Thu, 02 Jul 2009 07:52:59 +0200 Message-ID: <878wj7pr5w.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> 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 1MMFES-0008Vk-Jr for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 01:53:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMFEO-0008VN-SB for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 01:53:16 -0400 Received: from [199.232.76.173] (port=48884 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMFEO-0008VK-Ng for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 01:53:12 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:61753) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMFEO-0006Wr-AU for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 01:53:12 -0400 Received: by ewy4 with SMTP id 4so1757094ewy.42 for ; Wed, 01 Jul 2009 22:53:11 -0700 (PDT) In-Reply-To: <20524da70907012039s2d39ebe7vb3a8fc0cafbd393f@mail.gmail.com> (Samuel Wales's message of "Wed, 1 Jul 2009 20:39:39 -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: > 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 available for some tab. > 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-interactively(kmacro-end-and-call-macro) > > Is this related? Looks like some tab prevents the macro from being repeated correctly. Maybe you can try to debug this like this: 1. use several identic tabs (and see if the error occurs); 2. use two different tabs, then three, etc. HTH -- Bastien