emacs-devel
[Top][All Lists]
Advanced

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

Re: [CVS] f7, f8 bound..


From: Kim F. Storm
Subject: Re: [CVS] f7, f8 bound..
Date: 31 Aug 2002 02:40:24 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Richard Stallman <address@hidden> writes:

>     Hmm, what I was thinking was that it would end the macro definition, and
>     immediately execute the macro.  I'm not sure that there's much
>     advantage to having it just end the macro,
> 
> Simplicity is the advantage.
> 
> But what actually has been implemented?  Does C-x e just close the macro
> definition, or does it execute the macro again?

`C-x e' ends the definition; after that repeating `e' will call the macro.

E.g. in [C-x ( .... C-x e e e], the `C-x e' ends the macro and `e e' then
executes it twice.

Keeping C-x ) with the current binding (kmacro-end-macro) will have
the advantage that C-x ( .... C-x ) simply defines the macro, but it
cannot be called immediately by repeating ), 

i.e. with C-x ( ... C-x ) you can insert a `)' or `e' immediately
after defining the macro if you need to, whereas using C-x ( ... C-x e
does not allow you to insert an `e' immediately after defining the
macro.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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