From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Andreas Seltenreich , 3597@debbugs.gnu.org Resent-From: Andreas Seltenreich Original-Sender: Andreas Seltenreich Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 17 Jun 2009 11:20:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124523735726222 (code B ref -1); Wed, 17 Jun 2009 11:20:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 17 Jun 2009 11:15:57 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,FOURLA,IMPRONONCABLE_1, MURPHY_DRUGS_REL8,MURPHY_WRONG_WORD2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5HBFqEI026216 for ; Wed, 17 Jun 2009 04:15:54 -0700 Received: from mail.gnu.org ([199.232.76.166]:32915 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MGt7Q-0007kO-Bm for emacs-pretest-bug@gnu.org; Wed, 17 Jun 2009 07:15:52 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MGt7O-0006lp-6m for emacs-pretest-bug@gnu.org; Wed, 17 Jun 2009 07:15:51 -0400 Received: from smtp1.rz.uni-karlsruhe.de ([129.13.185.217]:51788) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGt7N-0006kG-Nu; Wed, 17 Jun 2009 07:15:50 -0400 Received: from rzstud2.stud.uni-karlsruhe.de (rzstud2.stud.uni-karlsruhe.de [193.196.41.42]) by smtp1.rz.uni-karlsruhe.de with esmtps (Exim 4.63 #1) id 1MGt7E-0008EB-BJ; Wed, 17 Jun 2009 13:15:40 +0200 Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.63) (envelope-from ) id 1MGt7E-0007Q9-1Y; Wed, 17 Jun 2009 13:15:40 +0200 From: Andreas Seltenreich To: emacs-pretest-bug@gnu.org Cc: emacs-orgmode@gnu.org User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux) X-Hashcash: 1:26:090617:emacs-pretest-bug@gnu.org::NszLJ23tsr6NUMFK:000000002eMFd Date: Wed, 17 Jun 2009 13:15:38 +0200 Message-ID: <87bponi011.fsf@gate450.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Andreas Seltenreich X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) > Your bug report will be posted to the emacs-pretest-bug@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 appears to fix it. regards, andreas > In GNU Emacs 23.0.94.1 (x86_64-unknown-linux-gnu) > of 2009-05-28 on tengen --8<---------------cut here---------------start------------->8--- *** org.el.~1.48.~ 2009-02-20 10:02:49.000000000 +0100 --- org.el 2009-06-17 12:55:15.000000000 +0200 *************** *** 6594,6600 **** desc (or desc cpltxt)) (if (equal desc "NONE") (setq desc nil)) ! (if (and (interactive-p) link) (progn (setq org-stored-links (cons (list link desc) org-stored-links)) --- 6594,6600 ---- desc (or desc cpltxt)) (if (equal desc "NONE") (setq desc nil)) ! (if (and (or (interactive-p) executing-kbd-macro) link) (progn (setq org-stored-links (cons (list link desc) org-stored-links)) --8<---------------cut here---------------end--------------->8--- From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Andreas Seltenreich , 3597@debbugs.gnu.org Resent-From: Andreas Seltenreich Original-Sender: Andreas Seltenreich Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 24 Jun 2009 12:45:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.124584715819332 (code B ref 3597); Wed, 24 Jun 2009 12:45:06 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 24 Jun 2009 12:39:18 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.1 required=4.0 tests=AWL,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from smtp1.rz.uni-karlsruhe.de (Debian-exim@smtp1.rz.uni-karlsruhe.de [129.13.185.217]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5OCdDmM019326 for <3597@emacsbugs.donarmstrong.com>; Wed, 24 Jun 2009 05:39:15 -0700 Received: from rzstud2.stud.uni-karlsruhe.de (rzstud2.stud.uni-karlsruhe.de [193.196.41.42]) by smtp1.rz.uni-karlsruhe.de with esmtps (Exim 4.63 #1) id 1MJRkt-00031y-EF; Wed, 24 Jun 2009 14:39:11 +0200 Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.63) (envelope-from ) id 1MJRkt-0000kg-6I; Wed, 24 Jun 2009 14:39:11 +0200 From: Andreas Seltenreich To: Carsten Dominik Cc: 3597@debbugs.gnu.org, emacs-orgmode@gnu.org In-Reply-To: <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> (Carsten Dominik's message of "Wed, 24 Jun 2009 14:17:59 +0200") References: <87bponi011.fsf@gate450.dyndns.org> <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux) Mail-Followup-To: Carsten Dominik , 3597@debbugs.gnu.org, emacs-orgmode@gnu.org, seltenreich@gmx.de X-Hashcash: 1:26:090624:carsten.dominik@gmail.com::IG54LfBASnJeQbTP:00000000S1zO X-Hashcash: 1:26:090624:emacs-orgmode@gnu.org::mx4YB1AxvoxSSsr/:0000000000003arTD Date: Wed, 24 Jun 2009 14:39:10 +0200 Message-ID: <878wjhbyc1.fsf@gate450.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: 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 has the following paragraph: ,----[ C-h f interactive-p RET ] | The only known proper use of `interactive-p' is in deciding whether to | display a helpful message, or how to display it. If you're thinking | of using it for any other purpose, it is quite likely that you're | making a mistake. Think: what do you want to do when the command is | called from a keyboard macro? `---- The elisp reference states: ,----[ (info "(elisp)Distinguish Interactive") ] | -- Function: interactive-p | This function returns `t' if the containing function (the one | whose code includes the call to `interactive-p') was called in | direct response to user input. This means that it was called with | the function `call-interactively', and that a keyboard macro is | not running, and that Emacs is not running in batch mode. `---- This sounds like interactive-p is working as documented and the excplicit check I proposed would be neccessary. Thanks, andreas From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Carsten Dominik , 3597@debbugs.gnu.org Resent-From: Carsten Dominik Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 24 Jun 2009 12:50:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.124584747820090 (code B ref 3597); Wed, 24 Jun 2009 12:50:06 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 24 Jun 2009 12:44:38 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.7 required=4.0 tests=AWL,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f205.google.com (mail-ew0-f205.google.com [209.85.219.205]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5OCiWd2020070 for <3597@emacsbugs.donarmstrong.com>; Wed, 24 Jun 2009 05:44:33 -0700 Received: by ewy1 with SMTP id 1so349276ewy.1 for <3597@emacsbugs.donarmstrong.com>; Wed, 24 Jun 2009 05:44:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=RE55IiJmAPaknjuxLsaWvWz2z9RkraxxaWbArZXqgHU=; b=om2hIETRHYQPYVUCkOR4eDVVoDC9ckelxg8ODtaYSk3Nk9dBeMB/iygiJuPNOTJPfS JQ5DSZDPqF58m5+zCsNHJVFpOPka6+1fYv+ftTyXFw9QW+esML8V4zOiBPlY5hBCpaPO Zjk/9HYlHtgXx+AEmqR1S2UvHTt++dOtKMvTE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=f01Cby6PM8SUggI4aY63uVJsqj1ocXkVP1BO+9yFpUTq3GCzuSVEDA3cwdStOq8Ujx VP3vMJ4tYLCltL/Z9BjYNOxKKnEwgA4YxpF7zVn9w9/JHL3BiEZp7cAi+6xF9rdKYoCv dQ1JnSWH9vUmdddCRvvxWb9RolDWQ3yMIzRh8= Received: by 10.210.137.14 with SMTP id k14mr713543ebd.93.1245847465945; Wed, 24 Jun 2009 05:44:25 -0700 (PDT) Received: from ?192.168.1.13? (vpn-144-129.vpn.uva.nl [146.50.144.129]) by mx.google.com with ESMTPS id 5sm2204185eyf.17.2009.06.24.05.44.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Jun 2009 05:44:25 -0700 (PDT) Cc: 3597@debbugs.gnu.org, emacs-orgmode@gnu.org Message-Id: From: Carsten Dominik To: Andreas Seltenreich In-Reply-To: <878wjhbyc1.fsf@gate450.dyndns.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Wed, 24 Jun 2009 14:44:23 +0200 References: <87bponi011.fsf@gate450.dyndns.org> <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> <878wjhbyc1.fsf@gate450.dyndns.org> X-Mailer: Apple Mail (2.935.3) 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 functions interactively. > > The docstring for interactive-p has the following paragraph: > > ,----[ C-h f interactive-p RET ] > | The only known proper use of `interactive-p' is in deciding > whether to > | display a helpful message, or how to display it. If you're thinking > | of using it for any other purpose, it is quite likely that you're > | making a mistake. Think: what do you want to do when the command is > | called from a keyboard macro? > `---- > > The elisp reference states: > > ,----[ (info "(elisp)Distinguish Interactive") ] > | -- Function: interactive-p > | This function returns `t' if the containing function (the one > | whose code includes the call to `interactive-p') was called in > | direct response to user input. This means that it was called > with > | the function `call-interactively', and that a keyboard macro is > | not running, and that Emacs is not running in batch mode. > `---- > > 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. Thanks. - Carsten > > Thanks, > andreas From uwi7@rz.uni-karlsruhe.de Wed Jun 24 06:01:58 2009 Received: (at control) by emacsbugs.donarmstrong.com; 24 Jun 2009 13:01:58 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from smtp1.rz.uni-karlsruhe.de (Debian-exim@smtp1.rz.uni-karlsruhe.de [129.13.185.217]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5OD1rNO023288 for ; Wed, 24 Jun 2009 06:01:55 -0700 Received: from rzstud2.stud.uni-karlsruhe.de (rzstud2.stud.uni-karlsruhe.de [193.196.41.42]) by smtp1.rz.uni-karlsruhe.de with esmtps (Exim 4.63 #1) id 1MJS6r-00069s-2S; Wed, 24 Jun 2009 15:01:53 +0200 Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.63) (envelope-from ) id 1MJS6q-0002NT-ST for control@emacsbugs.donarmstrong.com; Wed, 24 Jun 2009 15:01:52 +0200 From: Andreas Seltenreich To: control@debbugs.gnu.org Subject: merge 3597 3670 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux) Date: Wed, 24 Jun 2009 15:01:51 +0200 Message-ID: <87ljnh7pkw.fsf@gate450.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Andreas Seltenreich merge 3597 3670 From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Stefan Monnier , 3597@debbugs.gnu.org Resent-From: Stefan Monnier Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 27 Jun 2009 00:45:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.12460633966088 (code B ref 3597); Sat, 27 Jun 2009 00:45:07 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 27 Jun 2009 00:43:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,FOURLA,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from smtp-04.vtx.ch (smtp-04.vtx.ch [212.147.0.65]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5R0hCDI006083 for <3597@emacsbugs.donarmstrong.com>; Fri, 26 Jun 2009 17:43:14 -0700 Received: from alfajor.home (dyn.83-228-218-202.dsl.vtx.ch [83.228.218.202]) by smtp-04.vtx.ch (VTX Services SA) with ESMTP id 105D329ADC5; Sat, 27 Jun 2009 02:43:12 +0200 (CEST) Received: by alfajor.home (Postfix, from userid 20848) id BA9DB64341; Sat, 27 Jun 2009 02:43:11 +0200 (CEST) From: Stefan Monnier To: Carsten Dominik Cc: 3597@debbugs.gnu.org, Andreas Seltenreich , emacs-orgmode@gnu.org Message-ID: References: <87bponi011.fsf@gate450.dyndns.org> <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> <878wjhbyc1.fsf@gate450.dyndns.org> Date: Sat, 27 Jun 2009 02:43:11 +0200 In-Reply-To: (Carsten Dominik's message of "Wed, 24 Jun 2009 14:44:23 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >> 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 From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Carsten Dominik , 3597@debbugs.gnu.org Resent-From: Carsten Dominik Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 27 Jun 2009 09:50:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.12460958913527 (code B ref 3597); Sat, 27 Jun 2009 09:50:04 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 27 Jun 2009 09:44:51 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.4 required=4.0 tests=AWL,FOURLA,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5R9ilw1003522 for <3597@emacsbugs.donarmstrong.com>; Sat, 27 Jun 2009 02:44:48 -0700 Received: by ewy24 with SMTP id 24so48ewy.1 for <3597@emacsbugs.donarmstrong.com>; Sat, 27 Jun 2009 02:44:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=frBcCaswl5WTa9rhU2mMLFslg2mST5VkmbEANAb5NoQ=; b=H473vb9nmC6JVmU1t4UZJ41B7BVeG9QnqcqZik2/Awh9y5Cn78pB1ytPAirJ8vHOTn vgYD86Qo2XmW2+fnCfM2xJSt59cQ37NPIFqtm2obf0fboRoWWY8IQCYXIMxWhODXyOaK obyXXj4hvLJQfCZSj5p2PdkSBSvsm+N8HLfI8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=w04+jEAtnzaQtRit7XcFNKUBa/Jw82UyVz8ALMP4tRNUCBFr+83D1VjEV/vHdHn+XU SSnX5oju2cvRXzujZ5bVu9RuEnwR+StP5z93JdsXtY8GyT1MAIDwwYr0zH0TVJ6W+RLx YqIv5vEcvRgvC/zG2paW/lGF1xhPtizm1TOxI= Received: by 10.210.91.7 with SMTP id o7mr1390436ebb.32.1246095520421; Sat, 27 Jun 2009 02:38:40 -0700 (PDT) Received: from ?192.168.1.13? (dc5146846e.adsl.wanadoo.nl [81.70.132.110]) by mx.google.com with ESMTPS id 23sm222825eya.49.2009.06.27.02.38.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 27 Jun 2009 02:38:38 -0700 (PDT) Cc: 3597@debbugs.gnu.org, Andreas Seltenreich , emacs-orgmode@gnu.org Message-Id: <186DD29D-9CC8-4DA9-B691-B585FBF71983@gmail.com> From: Carsten Dominik To: Stefan Monnier In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sat, 27 Jun 2009 11:38:37 +0200 References: <87bponi011.fsf@gate450.dyndns.org> <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> <878wjhbyc1.fsf@gate450.dyndns.org> X-Mailer: Apple Mail (2.935.3) 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 instead. > > > Stefan From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Samuel Wales , 3597@debbugs.gnu.org Resent-From: Samuel Wales Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 02 Jul 2009 03:45:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.124650601511314 (code B ref 3597); Thu, 02 Jul 2009 03:45:05 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 2 Jul 2009 03:40:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-px0-f199.google.com (mail-px0-f199.google.com [209.85.216.199]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n623e42n011136 for <3597@emacsbugs.donarmstrong.com>; Wed, 1 Jul 2009 20:40:05 -0700 Received: by pxi37 with SMTP id 37so424104pxi.19 for <3597@emacsbugs.donarmstrong.com>; Wed, 01 Jul 2009 20:39:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=pqjOLRdu0b7AKLcwXetdzrXnZ8ZtBOzJgjLk9Hd7bXk=; b=dqNalMmo5yVml2P1tw4qGgXWKcUCZIOPc/c/2HWKMw8gG9dAFoA7k4ta9cCzzfREcp LP1bkMV2b2OHsbA14hAqbsssJIf4UPLze+OL2bBcNEGgemUYCQt2W0Nfirwu9taKlK5E vEVNSt5KbIZkL7LuEZ1IJ9LDOF7zdeOxYjZik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=EJmgELriH6fa7n9lRxC0OfHL9DY7mXMi/w93bH8yLnDujK4RL0X53Rr2yjnicOnhuS g+ZGcmE7fvmvAHqvEE6cEqijHqgNG7Xin9lFIl547e8MSg7SBEsSEToNvgy+GLZg4i5Y nzHWCQcIqI9bwP63IrbhreiHBg/EXy/8IuQGM= MIME-Version: 1.0 Received: by 10.114.124.1 with SMTP id w1mr16778908wac.136.1246505999146; Wed, 01 Jul 2009 20:39:59 -0700 (PDT) In-Reply-To: <878wjhbyc1.fsf@gate450.dyndns.org> References: <87bponi011.fsf@gate450.dyndns.org> <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> <878wjhbyc1.fsf@gate450.dyndns.org> From: Samuel Wales Date: Wed, 1 Jul 2009 20:39:39 -0700 Message-ID: <20524da70907012039s2d39ebe7vb3a8fc0cafbd393f@mail.gmail.com> To: Carsten Dominik , 3597@debbugs.gnu.org, emacs-orgmode@gnu.org, seltenreich@gmx.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-interactively(kmacro-end-and-call-macro) Is this related? From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Bastien , 3597@debbugs.gnu.org Resent-From: Bastien Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 02 Jul 2009 06:00:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.12465140021124 (code B ref 3597); Thu, 02 Jul 2009 06:00:07 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 2 Jul 2009 05:53:22 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.0 required=4.0 tests=GMAIL,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n625rHQR001117 for <3597@emacsbugs.donarmstrong.com>; Wed, 1 Jul 2009 22:53:18 -0700 Received: by ewy24 with SMTP id 24so1785698ewy.1 for <3597@emacsbugs.donarmstrong.com>; Wed, 01 Jul 2009 22:53:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type; bh=xxoIUQUiBC1ureiYwYMaJjgb1yUMGrNOEdwsjsm63hs=; b=OwzAwS1S40KyUmBy8veY3mS1uRIcKoNmleSlbAyZvYjor2xBdFgxFTOI3CJapyDeGS BrPTJja2utF9RFdtLTPimmYjTcOFsLbVH+FiySXUEszGDO21Pbxzpc6bQJkgA3QSlwpR n399YgaJRmpJk9imXQ/8J2VD9cslzhUMquekQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=hCqJ1HsJd6HKLJRZ/w9MmtxOh7fxz1enqSDrRi2h7zrwmib8YAAHC8vkpcsjmD+lLw FKxBUi3aIsIcsdEcDI8z4q9QIVZpvb4KO8wKvPuaNqx5R2fJcSdGqMzusCDlak/UN/EX Di57WtxGmH92EhN6wBpsNsfBPqt+iwLFEyhfs= Received: by 10.210.41.1 with SMTP id o1mr755859ebo.10.1246513991539; Wed, 01 Jul 2009 22:53:11 -0700 (PDT) Received: from bzg.ath.cx (ASt-Lambert-152-1-57-180.w82-120.abo.wanadoo.fr [82.120.204.180]) by mx.google.com with ESMTPS id 28sm4300878eyg.34.2009.07.01.22.53.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Jul 2009 22:53:10 -0700 (PDT) From: Bastien To: Samuel Wales Cc: Carsten Dominik , 3597@debbugs.gnu.org, emacs-orgmode@gnu.org, seltenreich@gmx.de In-Reply-To: <20524da70907012039s2d39ebe7vb3a8fc0cafbd393f@mail.gmail.com> (Samuel Wales's message of "Wed, 1 Jul 2009 20:39:39 -0700") References: <87bponi011.fsf@gate450.dyndns.org> <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> <878wjhbyc1.fsf@gate450.dyndns.org> <20524da70907012039s2d39ebe7vb3a8fc0cafbd393f@mail.gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Date: Thu, 02 Jul 2009 07:52:59 +0200 Message-ID: <878wj7pr5w.fsf@bzg.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Samuel Wales , 3597@debbugs.gnu.org Resent-From: Samuel Wales Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 02 Jul 2009 06:10:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.12465147533994 (code B ref 3597); Thu, 02 Jul 2009 06:10:05 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 2 Jul 2009 06:05:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.5 required=4.0 tests=AWL,GMAIL,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-px0-f199.google.com (mail-px0-f199.google.com [209.85.216.199]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6265mb6003847 for <3597@emacsbugs.donarmstrong.com>; Wed, 1 Jul 2009 23:05:50 -0700 Received: by pxi37 with SMTP id 37so490900pxi.19 for <3597@emacsbugs.donarmstrong.com>; Wed, 01 Jul 2009 23:05:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Ef05qnDh1p1GHW5yEIuMT8TIYceq/he3gLN9cGBknkU=; b=Kr5HwxNbDff9sKu3q9H4hkn/0W5Y9k8+5tzmqiZI8LeSeZcKl0ZMrFEwrwn8hWP5ZC 0/uXgu7HdF5NUWrXmom3TJB8WUYL6QmqbiWX5Kv7vrSnVyJBvysbhnfr3qY2BusN4Inv CgXlVL50esSThZsEErY/txG95z2zugcuRHiNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=whdRNcBU92HAWiJAgJmEy8P3DOKdWGAnKVbvPC7AJV87nTYt5RVPephS8yJ+9PvTLn wxkztCtz+YjIS9n+tgk45h4dbQXxzBbH19CoiCa/dechI0QYsIilkKf5uKgR52S0yaMe TRUqGUp2ZT16R9AR9B33EGzx+akZ8VcYf0htY= MIME-Version: 1.0 Received: by 10.114.190.18 with SMTP id n18mr16454472waf.179.1246514743224; Wed, 01 Jul 2009 23:05:43 -0700 (PDT) In-Reply-To: <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> <878wj7pr5w.fsf@bzg.ath.cx> From: Samuel Wales Date: Wed, 1 Jul 2009 23:05:23 -0700 Message-ID: <20524da70907012305s4c3a98cbq666f59bb20c53645@mail.gmail.com> To: Bastien Cc: Carsten Dominik , 3597@debbugs.gnu.org, emacs-orgmode@gnu.org, seltenreich@gmx.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 template when remembering those > w3m tabs? =A0My 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. >> >> =A0 call-last-kbd-macro(nil kmacro-loop-setup-function) >> =A0 kmacro-call-macro(nil nil) >> =A0 kmacro-end-and-call-macro(nil) >> =A0 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 > > -- > =A0Bastien > --=20 Myalgic encephalomyelitis is causing death and severe suffering worse than MS. Conflicts of interest are destroying research. People get the disease at any time permanently. Do science and justice matter to you? http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS= .htm From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Bastien , 3597@debbugs.gnu.org Resent-From: Bastien Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 02 Jul 2009 07:15:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.124651853314416 (code B ref 3597); Thu, 02 Jul 2009 07:15:04 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 2 Jul 2009 07:08:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.0 required=4.0 tests=GMAIL,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6278mfi014391 for <3597@emacsbugs.donarmstrong.com>; Thu, 2 Jul 2009 00:08:50 -0700 Received: by ewy24 with SMTP id 24so1818331ewy.1 for <3597@emacsbugs.donarmstrong.com>; Thu, 02 Jul 2009 00:08:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type; bh=+paPc0gpTIm4JYCVpoN/4yL4yns4Wo8dP1YXfiybm08=; b=q69rSDqFCa6c62uoxLrHhoDakGlIDQ4Mdmsf15tIMzRB2BVqeT8HhGljzkel1uiasq fjeoYJlJU/B+r3CYTXZTJFQknrf/rkAxyb0fFL3zzw6xZFzgZt9wI/xpNpY/ZZWJMORF GCzaWreEtgU/hopam+J3UoAt51x9Lry55CA+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=urN82tYaAvtY0smKrgj2j4CeHekRsx7rTqxcMA6q0Q0yGSB3JWZvea08y0XaHKYHjW IfUxqkhcEcYcIUQZuyXt4uWs4agoYKPkUHlNsJLOdN2EOBVsnRBHRSsTHEQBHLbL7dc0 He9ho+sO5Las9+jTTcYEqOQH7Yis8XijTsHcg= Received: by 10.210.70.8 with SMTP id s8mr481246eba.54.1246518523042; Thu, 02 Jul 2009 00:08:43 -0700 (PDT) Received: from bzg.ath.cx (LPuteaux-156-16-100-112.w80-12.abo.wanadoo.fr [80.12.80.112]) by mx.google.com with ESMTPS id 5sm1795630eyf.32.2009.07.02.00.08.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Jul 2009 00:08:42 -0700 (PDT) From: Bastien To: Samuel Wales Cc: Carsten Dominik , 3597@debbugs.gnu.org, emacs-orgmode@gnu.org, seltenreich@gmx.de In-Reply-To: <20524da70907012305s4c3a98cbq666f59bb20c53645@mail.gmail.com> (Samuel Wales's message of "Wed, 1 Jul 2009 23:05:23 -0700") 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Date: Thu, 02 Jul 2009 09:08:41 +0200 Message-ID: <87ocs34l52.fsf@bzg.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Samuel Wales , 3597@debbugs.gnu.org Resent-From: Samuel Wales Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 02 Jul 2009 18:10:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.12465577707082 (code B ref 3597); Thu, 02 Jul 2009 18:10:07 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 2 Jul 2009 18:02:50 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.8 required=4.0 tests=AWL,GMAIL,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-px0-f199.google.com (mail-px0-f199.google.com [209.85.216.199]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n62I2jZt007070 for <3597@emacsbugs.donarmstrong.com>; Thu, 2 Jul 2009 11:02:46 -0700 Received: by pxi37 with SMTP id 37so885933pxi.19 for <3597@emacsbugs.donarmstrong.com>; Thu, 02 Jul 2009 11:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ZHJowH/GnXozU9Ny/c4Cvf+FGvNNrJDE9RoISjB8gvA=; b=jTRk2OXkbvQbzpWs1Te7lnq1HILCCUGikNh7wkhCSlSjul5cw9LqVFWq9X6cElEAsZ 2bxJKOb9rJVjmBDBLE97TFFGeu8yv3Rb++lb080ZWL74OQrTOJQ+9YE8Urbc34dih/A/ kLnaRlknT33tRiKV2nT10bxaTFr8bdk9NaI1w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=alyJ7EiQ6rJ4YvoVT6+aEal/mfunfwa/14WJG9nCCEhw4MigXsg8eLT4ou9nUKiY8B SiH6sOvZAbBl/nLdoVE7dWghV9M9gwmFlEzSnZVKpd/jrdMO4zmCZbxLMiGSbrk9ckEv z9uXP1zKKt1Wto1dCqZDB2n8/NWp0hyiK4TXs= MIME-Version: 1.0 Received: by 10.115.94.1 with SMTP id w1mr414883wal.177.1246557760395; Thu, 02 Jul 2009 11:02:40 -0700 (PDT) In-Reply-To: <87ocs34l52.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> Date: Thu, 2 Jul 2009 11:02:40 -0700 Message-ID: <20524da70907021102w3ded052dj7dc26e484de89f0b@mail.gmail.com> From: Samuel Wales To: Bastien Cc: Carsten Dominik , 3597@debbugs.gnu.org, emacs-orgmode@gnu.org, seltenreich@gmx.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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. Thanks. On 2009-07-02, Bastien wrote: > 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 > -- Myalgic encephalomyelitis is causing death and severe suffering worse than MS. Conflicts of interest are destroying research. People get the disease at any time permanently. Do science and justice matter to you? http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Bastien , 3597@debbugs.gnu.org Resent-From: Bastien Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 03 Jul 2009 09:25:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.124661270810787 (code B ref 3597); Fri, 03 Jul 2009 09:25:05 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 3 Jul 2009 09:18:28 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.0 required=4.0 tests=GMAIL,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n639IN8f010776 for <3597@emacsbugs.donarmstrong.com>; Fri, 3 Jul 2009 02:18:24 -0700 Received: by ewy24 with SMTP id 24so2868340ewy.1 for <3597@emacsbugs.donarmstrong.com>; Fri, 03 Jul 2009 02:18:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type; bh=aArVf6NxZ+iqueeHFCOISJY6TR6IUN8fuUCFl/cZwGY=; b=WzC0bsriDFD4eu2boWoT21hFlOoK0orfz/X+/ZvXxGdFefctX+riT9z4sfJpCMokcE PTdnOOaH8V86ZIQ005BKDrdXUf0QG5dY9zNgYgEi38BxYoTYRLXxwFe0OSizBv2fKTdo +g6wIRdsvdYycXu6M1I1FgRghw3gPsR096nVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=rFMFsPfR7ruiCYZUG9tWqgRT/KXbLncfkFw0bqUvu2VBeUepqqQIvuwXEGtwCf2nn0 rO9tIOyrvWqbRbRpE9JG5jW4j4dFKjask0Xhpgw8+8Jt2aPvp5KCSJwn9fkX2/yoMm4w 2waY2n19XyJ1z5SbCPJgVJZ2JSbshXgfUPw7g= Received: by 10.210.116.14 with SMTP id o14mr649565ebc.69.1246612697675; Fri, 03 Jul 2009 02:18:17 -0700 (PDT) Received: from bzg.ath.cx (ASt-Lambert-152-1-57-180.w82-120.abo.wanadoo.fr [82.120.204.180]) by mx.google.com with ESMTPS id 7sm1945597eyg.47.2009.07.03.02.18.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Jul 2009 02:18:16 -0700 (PDT) From: Bastien To: Samuel Wales Cc: Carsten Dominik , 3597@debbugs.gnu.org, emacs-orgmode@gnu.org, seltenreich@gmx.de In-Reply-To: <20524da70907021102w3ded052dj7dc26e484de89f0b@mail.gmail.com> (Samuel Wales's message of "Thu, 2 Jul 2009 11:02:40 -0700") 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Date: Fri, 03 Jul 2009 11:18:04 +0200 Message-ID: <87skhenn03.fsf@bzg.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 From unknown Mon Jun 23 23:53:39 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Reply-To: Samuel Wales , 3597@debbugs.gnu.org Resent-From: Samuel Wales Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 26 Jul 2009 00:50:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3597 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3597-submit@emacsbugs.donarmstrong.com id=B3597.12485690657427 (code B ref 3597); Sun, 26 Jul 2009 00:50:04 +0000 Received: (at 3597) by emacsbugs.donarmstrong.com; 26 Jul 2009 00:44:25 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.4 required=4.0 tests=AWL,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-yx0-f173.google.com (mail-yx0-f173.google.com [209.85.210.173]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6Q0iKSE007407 for <3597@emacsbugs.donarmstrong.com>; Sat, 25 Jul 2009 17:44:21 -0700 Received: by yxe3 with SMTP id 3so4522626yxe.19 for <3597@emacsbugs.donarmstrong.com>; Sat, 25 Jul 2009 17:44:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Ktj7xYTfwX4YZWkcWpex8Syr/8iegMkuXjr3sAZ7Vao=; b=T6T5h2Rq2pZZVhEh/0Tvkbfk9lD7MXXpmjnyc00F7X2M/3UcwQlU5VKgCegLu6BAlp I/KcwQ8D+peuN0dVyUf7ifG5jwN77f1h9v3B2dd71w4B//p8/YZN6mdSDQMevx6YbDYU XyuoocgrA/GaqwnpsDXRvMwygSS8dyqjoLbhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=L+E428Ikm7nyJsyROEhowXf5W2AwzxS1cpn61CRrEUBDYNRU4hwH8ZQ19sxFjiwwys C6supZfamm/qBJXiFZSjvejlx3GQAjTLcLJRQqf98Y00KWj+9D/07l9lN4CHZ2086evg fmct7Ywxa5m5LjENdZvp25tJ+e7JrJxmXCHoI= MIME-Version: 1.0 Received: by 10.231.32.11 with SMTP id a11mr1684930ibd.38.1248569053015; Sat, 25 Jul 2009 17:44:13 -0700 (PDT) In-Reply-To: <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> <87skhenn03.fsf@bzg.ath.cx> Date: Sat, 25 Jul 2009 17:44:12 -0700 Message-ID: <20524da70907251744x66dc6d67hb18000e7178f5884@mail.gmail.com> From: Samuel Wales To: Bastien Cc: Carsten Dominik , 3597@debbugs.gnu.org, emacs-orgmode@gnu.org, seltenreich@gmx.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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. =A0Maybe 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 ) > =A0 =A0 =A0 =A0 =A0 =A0 =A0^^^^^^^ <- this goes to the end and beginning = of buffer > > Anyway, you might have clearer/cleverer answers on help-gnu-emacs@ > > HTH, > > -- > =A0Bastien > From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 12 18:19:15 2010 Received: (at control) by debbugs.gnu.org; 12 Jan 2010 23:19:15 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NUq14-0002zk-Rq for submit@debbugs.gnu.org; Tue, 12 Jan 2010 18:19:15 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NUq12-0002zM-ME for control@debbugs.gnu.org; Tue, 12 Jan 2010 18:19:13 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NUq0y-0000P6-Sw; Tue, 12 Jan 2010 18:19:08 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19277.876.873161.909828@fencepost.gnu.org> Date: Tue, 12 Jan 2010 18:19:08 -0500 From: Glenn Morris To: control Subject: reapplying lost changes X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: green X-Ran: qz91p)E List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) tags 3597 + patch tags 4951 + patch tags 2159 + patch tags 3175 + patch tags 3887 + patch quit reapplying lost changes from http://lists.gnu.org/archive/html/emacs-bug-tracker/2009-12/msg00029.html http://debbugs.gnu.org/cgi/bugreport.cgi?msg=17;bug=3904 From unknown Mon Jun 23 23:53:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Andreas Seltenreich Subject: bug#3597: closed (Re: 23.0.94; [PATCH] org-store-link broken within kbd macros) Message-ID: References: <87bponi011.fsf@gate450.dyndns.org> X-Gnu-PR-Message: they-closed 3597 X-Gnu-PR-Package: emacs,org-mode Reply-To: 3597@debbugs.gnu.org Date: Thu, 03 Mar 2011 21:16:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1299186962-14543-1" This is a multi-part message in MIME format... ------------=_1299186962-14543-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #3597: 23.0.94; [PATCH] org-store-link broken within kbd macros which was filed against the emacs,org-mode package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 3597@debbugs.gnu.org. --=20 3597: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3597 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1299186962-14543-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 3597-done) by debbugs.gnu.org; 3 Mar 2011 21:15:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvFsD-0003m5-Pp for submit@debbugs.gnu.org; Thu, 03 Mar 2011 16:15:50 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvFsB-0003lu-Da for 3597-done@debbugs.gnu.org; Thu, 03 Mar 2011 16:15:47 -0500 Received: from localhost ([127.0.0.1]:45773) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvFs6-00029u-94; Thu, 03 Mar 2011 16:15:42 -0500 From: Glenn Morris To: 3597-done@debbugs.gnu.org Subject: Re: 23.0.94; [PATCH] org-store-link broken within kbd macros References: <87bponi011.fsf@gate450.dyndns.org> X-Spook: counter terrorism EuroFed Armani high security jihad X-Ran: I,+JPuXb*>\jMTthKXD7hy7!O8ed?R@S1@/Ie9#>W]XP\,>gk$_rpBFD6 (Andreas Seltenreich's message of "Wed, 17 Jun 2009 13:15:38 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 3597-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Version: 23.2 Looks like this patch was in 23.2. ------------=_1299186962-14543-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 17 Jun 2009 11:15:57 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,FOURLA,IMPRONONCABLE_1, MURPHY_DRUGS_REL8,MURPHY_WRONG_WORD2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5HBFqEI026216 for ; Wed, 17 Jun 2009 04:15:54 -0700 Received: from mail.gnu.org ([199.232.76.166]:32915 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MGt7Q-0007kO-Bm for emacs-pretest-bug@gnu.org; Wed, 17 Jun 2009 07:15:52 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MGt7O-0006lp-6m for emacs-pretest-bug@gnu.org; Wed, 17 Jun 2009 07:15:51 -0400 Received: from smtp1.rz.uni-karlsruhe.de ([129.13.185.217]:51788) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGt7N-0006kG-Nu; Wed, 17 Jun 2009 07:15:50 -0400 Received: from rzstud2.stud.uni-karlsruhe.de (rzstud2.stud.uni-karlsruhe.de [193.196.41.42]) by smtp1.rz.uni-karlsruhe.de with esmtps (Exim 4.63 #1) id 1MGt7E-0008EB-BJ; Wed, 17 Jun 2009 13:15:40 +0200 Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.63) (envelope-from ) id 1MGt7E-0007Q9-1Y; Wed, 17 Jun 2009 13:15:40 +0200 From: Andreas Seltenreich To: emacs-pretest-bug@gnu.org Cc: emacs-orgmode@gnu.org Subject: 23.0.94; [PATCH] org-store-link broken within kbd macros User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux) X-Hashcash: 1:26:090617:emacs-pretest-bug@gnu.org::NszLJ23tsr6NUMFK:000000002eMFd Date: Wed, 17 Jun 2009 13:15:38 +0200 Message-ID: <87bponi011.fsf@gate450.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Andreas Seltenreich X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) > Your bug report will be posted to the emacs-pretest-bug@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 appears to fix it. regards, andreas > In GNU Emacs 23.0.94.1 (x86_64-unknown-linux-gnu) > of 2009-05-28 on tengen --8<---------------cut here---------------start------------->8--- *** org.el.~1.48.~ 2009-02-20 10:02:49.000000000 +0100 --- org.el 2009-06-17 12:55:15.000000000 +0200 *************** *** 6594,6600 **** desc (or desc cpltxt)) (if (equal desc "NONE") (setq desc nil)) ! (if (and (interactive-p) link) (progn (setq org-stored-links (cons (list link desc) org-stored-links)) --- 6594,6600 ---- desc (or desc cpltxt)) (if (equal desc "NONE") (setq desc nil)) ! (if (and (or (interactive-p) executing-kbd-macro) link) (progn (setq org-stored-links (cons (list link desc) org-stored-links)) --8<---------------cut here---------------end--------------->8--- ------------=_1299186962-14543-1-- From unknown Mon Jun 23 23:53:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Carsten Dominik Subject: bug#3670: closed (Re: 23.0.94; [PATCH] org-store-link broken within kbd macros) Message-ID: References: <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> X-Gnu-PR-Message: they-closed 3670 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 3670@debbugs.gnu.org Date: Thu, 03 Mar 2011 21:16:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1299186962-14543-3" This is a multi-part message in MIME format... ------------=_1299186962-14543-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #3597: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 3670@debbugs.gnu.org. --=20 3597: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3597 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1299186962-14543-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 3597-done) by debbugs.gnu.org; 3 Mar 2011 21:15:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvFsD-0003m5-Pp for submit@debbugs.gnu.org; Thu, 03 Mar 2011 16:15:50 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvFsB-0003lu-Da for 3597-done@debbugs.gnu.org; Thu, 03 Mar 2011 16:15:47 -0500 Received: from localhost ([127.0.0.1]:45773) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvFs6-00029u-94; Thu, 03 Mar 2011 16:15:42 -0500 From: Glenn Morris To: 3597-done@debbugs.gnu.org Subject: Re: 23.0.94; [PATCH] org-store-link broken within kbd macros References: <87bponi011.fsf@gate450.dyndns.org> X-Spook: counter terrorism EuroFed Armani high security jihad X-Ran: I,+JPuXb*>\jMTthKXD7hy7!O8ed?R@S1@/Ie9#>W]XP\,>gk$_rpBFD6 (Andreas Seltenreich's message of "Wed, 17 Jun 2009 13:15:38 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 3597-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Version: 23.2 Looks like this patch was in 23.2. ------------=_1299186962-14543-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 24 Jun 2009 12:18:29 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.3 required=4.0 tests=FOURLA,IMPRONONCABLE_1, MURPHY_DRUGS_REL8,MURPHY_WRONG_WORD2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5OCIOxD015847 for ; Wed, 24 Jun 2009 05:18:25 -0700 Received: from mail.gnu.org ([199.232.76.166]:36331 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MJRQl-0005Ya-J8 for emacs-pretest-bug@gnu.org; Wed, 24 Jun 2009 08:18:23 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MJRQk-0002rJ-MV for emacs-pretest-bug@gnu.org; Wed, 24 Jun 2009 08:18:23 -0400 Received: from mail-ew0-f220.google.com ([209.85.219.220]:60914) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJRQk-0002r3-8U; Wed, 24 Jun 2009 08:18:22 -0400 Received: by ewy20 with SMTP id 20so1169717ewy.42 for ; Wed, 24 Jun 2009 05:18:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=f9xl0nA7hn0knj/2hZ/hve45krwlaKbOEE7TxamZSmg=; b=PXMJQc+qRP5T/+HoBZMLvXerwA2TC1H0KgYdTG725xs24gOv4RECdV7mi6T01AeT+P UgpqAJq3uy51IGIhjFGLjBjW0haWqZEHfeIdFGvylgoCkn88k9kNZ/ys8lKHEQM/N0Ss LGwj03r844f7iKwODnPuz9J+4z+BBG7fJISg4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=wgFrUFR1j8ttK61/ItDke9EKiVyBTFOw6U32ibVFsMb8ox4QVvsRkRcDUhGe/R8+hH Yj0RjR/s6uRYwa2vuZTLDfwFN3VlYc0o8nht40owUmwAdEoEhf7eOntYtyQji6BR5XJ0 0KmCAGyiMbbFf+/UZhmc1C6QSlf0aCEq/VwkQ= Received: by 10.211.195.15 with SMTP id x15mr1412283ebp.62.1245845883693; Wed, 24 Jun 2009 05:18:03 -0700 (PDT) Received: from ?192.168.1.13? (vpn-144-129.vpn.uva.nl [146.50.144.129]) by mx.google.com with ESMTPS id 10sm1811300eyd.28.2009.06.24.05.18.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Jun 2009 05:18:01 -0700 (PDT) Cc: emacs-pretest-bug@gnu.org, emacs-orgmode@gnu.org Message-Id: <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> From: Carsten Dominik To: Andreas Seltenreich In-Reply-To: <87bponi011.fsf@gate450.dyndns.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: [Orgmode] 23.0.94; [PATCH] org-store-link broken within kbd macros Date: Wed, 24 Jun 2009 14:17:59 +0200 References: <87bponi011.fsf@gate450.dyndns.org> X-Mailer: Apple Mail (2.935.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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-bug@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 appears to fix it. > > regards, > andreas > >> In GNU Emacs 23.0.94.1 (x86_64-unknown-linux-gnu) >> of 2009-05-28 on tengen > > --8<---------------cut here---------------start------------->8--- > *** org.el.~1.48.~ 2009-02-20 10:02:49.000000000 +0100 > --- org.el 2009-06-17 12:55:15.000000000 +0200 > *************** > *** 6594,6600 **** > desc (or desc cpltxt)) > (if (equal desc "NONE") (setq desc nil)) > > ! (if (and (interactive-p) link) > (progn > (setq org-stored-links > (cons (list link desc) org-stored-links)) > --- 6594,6600 ---- > desc (or desc cpltxt)) > (if (equal desc "NONE") (setq desc nil)) > > ! (if (and (or (interactive-p) executing-kbd-macro) link) > (progn > (setq org-stored-links > (cons (list link desc) org-stored-links)) > --8<---------------cut here---------------end--------------->8--- > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode ------------=_1299186962-14543-3--