emacs-devel
[Top][All Lists]
Advanced

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

Re: kmacro-to-register


From: Bastien
Subject: Re: kmacro-to-register
Date: Sat, 30 Mar 2013 10:19:44 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Leo,

Leo Liu <address@hidden> writes:

> On 2013-03-26 20:59 +0800, Bastien wrote:
>> I would find this useful.
> [snipped 6 lines]
>> I vote for option 2.  Since the purpose of storing kmacros into
>> registers is to make them available during the whole session, no
>> need to use the "current kmacro", which is useful to have as a 
>> temporary kmacro.
>
> Installed in trunk. See http://debbugs.gnu.org/14071 for details.

Thanks -- I like this feature a lot.

It works okay but there is one problem

C-x ( [... do something ...]
C-x )
C-x C-k x a
C-x j a
a
a

will correctly call the macro stored in ?a and repeat it twice.

After this, if you do

C-x ( [... do something ...]
C-x )
C-x j a
a
a

it will first call the macro stored in ?a then called the macro
stored with the previous C-x ( call, instead of repeating the 
macro stored in ?a.

Thanks in advance for fixing this!

-- 
 Bastien



reply via email to

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