Re: Apply macro to region

2005-07-22 Thread Marc Tfardy
To: help-gnu-emacs@gnu.org Subject: Apply macro to region Hi, I have a set of named macros. With apply-macro-to-region-lines command I can apply last defined macro to each line of region. How can I apply a named macro to region, except I define a "wrapper macro" with C-x ( macro name

Re: Apply macro to region

2005-07-22 Thread Marc Tfardy
Kevin Rodgers schrieb: Marc Tfardy wrote: > I have a set of named macros. With apply-macro-to-region-lines command > I can apply last defined macro to each line of region. How can > I apply a named macro to region, except I define a "wrapper macro" > with C-x ( macro

Re: Apply macro to region

2005-07-21 Thread Kevin Rodgers
Marc Tfardy wrote: > I have a set of named macros. With apply-macro-to-region-lines command > I can apply last defined macro to each line of region. How can > I apply a named macro to region, except I define a "wrapper macro" > with C-x ( macro name C-x )? Any ideas? Adv

RE: Apply macro to region

2005-07-21 Thread Dave Humphries
Subject: Apply macro to region Hi, I have a set of named macros. With apply-macro-to-region-lines command I can apply last defined macro to each line of region. How can I apply a named macro to region, except I define a "wrapper macro" with C-x ( macro name C-x )? Any ideas? reg

Apply macro to region

2005-07-21 Thread Marc Tfardy
Hi, I have a set of named macros. With apply-macro-to-region-lines command I can apply last defined macro to each line of region. How can I apply a named macro to region, except I define a "wrapper macro" with C-x ( macro name C-x )? Any ideas? reg