Re: [SOLVED] writing macros correctly

2013-04-16 Thread Kevin J. McCarthy
rj wrote: > # List-reply w/quoting, put cursor on line 10: > macro index,pager p "set editor='vim +10'" > "list-reply with quoting" > > # List-reply w/out quoting, put cursor at line 10: > macro index,pager _R "set editor='vim +10'" > "list-reply without quoting" Did you intend to use inst

Re: [SOLVED] writing macros correctly

2013-04-16 Thread rj
On Tue 16 at 09:00 AM +0100, James Griffin wrote: > RJ, Kevin's macro here is the usual way macros are written, as opposed > to using control sequences as you've done. It's a lot clearer when > looking at it. And it's best to write the macro using explicit commands > rather than using key binding