Re: A question about macros, how to handle user input (if

2007-08-07 Thread David Champion
> > > E.g. I want a macro which does something, then does a s[ave] > > > command (to which the user responds) and then does some more > > > things after the save. This is not a complete or flawless answer, just a quick example of one way to do this. And it's untested. macro index = "source 'mutt

Re: A question about macros, how to handle user input (if

2007-08-07 Thread Chris G
On Tue, Aug 07, 2007 at 08:49:30PM +0200, Rado S wrote: > =- Chris G wrote on Tue 7.Aug'07 at 19:07:16 +0100 -= > > > Is it possible to have a macro which asks for user input in the > > middle and then continues the macro? > > > > E.g. I want a macro which does something, then does a s[ave] > >

Re: A question about macros, how to handle user input (if

2007-08-07 Thread Rado S
=- Chris G wrote on Tue 7.Aug'07 at 19:07:16 +0100 -= > Is it possible to have a macro which asks for user input in the > middle and then continues the macro? > > E.g. I want a macro which does something, then does a s[ave] > command (to which the user responds) and then does some more > things

A question about macros, how to handle user input (if possible)?

2007-08-07 Thread Chris G
Is it possible to have a macro which asks for user input in the middle and then continues the macro? E.g. I want a macro which does something, then does a s[ave] command (to which the user responds) and then does some more things after the save. If it's not possible then I think it's something th