From carsten.dominik@gmail.com Wed Jun 24 05:18:29 2009 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 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 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 Tue Jun 24 03:11:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 01 Apr 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator