rj wrote:
> Yes!  I did, thank you.  But the second one is identical to the first.
> I tried the following for "reply without quoting," and it works, but
> after using it, if I want to reply *with* quoting, using "r", I get
> no-quoting again, so this can't be right:

The settings you change are not local to the macro.  So when you turn
off include, it will stay off even after you finish replying.  If you
have other macros where you want it on, you'll have to turn it back on
for each of those.

By the way, you can combine various setting changes into a single set
command to make your macro less lengthy:

macro index,pager  r  "<enter-command>set include=yes editor='vim 
+10'<enter><reply>" "reply with quoting"
macro index,pager  R  "<enter-command>set include=no editor='vim 
+10'<enter><reply>" "reply without quoting"

macro index,pager  p  "<enter-command>set include=yes editor='vim 
+10'<enter><list-reply>" "list-reply with quoting"
macro index,pager  _R  "<enter-command>set include=no editor='vim 
+10'<enter><list-reply>" "list-reply without quoting"

-Kevin

Attachment: signature.asc
Description: Digital signature

Reply via email to