emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#3597: closed (23.0.94; [PATCH] org-store-link br


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#3597: closed (23.0.94; [PATCH] org-store-link broken within kbd macros)
Date: Thu, 03 Mar 2011 21:16:02 +0000

Your message dated Thu, 03 Mar 2011 16:15:42 -0500
with message-id <address@hidden>
and subject line Re: 23.0.94; [PATCH] org-store-link broken within kbd macros
has caused the GNU bug report #3597,
regarding 23.0.94; [PATCH] org-store-link broken within kbd macros
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
3597: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3597
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.0.94; [PATCH] org-store-link broken within kbd macros Date: Wed, 17 Jun 2009 13:15:38 +0200 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux)
> Your bug report will be posted to the address@hidden 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---


--- End Message ---
--- Begin Message --- Subject: Re: 23.0.94; [PATCH] org-store-link broken within kbd macros Date: Thu, 03 Mar 2011 16:15:42 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 23.2

Looks like this patch was in 23.2.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]