Re: macros help

2002-01-25 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Jeremy Blosser blurted > No, please read it again. What it says is that ^ is an _alternative_ for > specifying a control character when used in the _sequence_ portion of a > macro. \c is the only documented way to get a control chara

Re: macros help

2002-01-25 Thread Jeremy Blosser
On Jan 25, Benjamin Smith [[EMAIL PROTECTED]] wrote: > The following should be a working macro: > > macro pager \cd > > This is infact contrary to the documented behaviour in the manual which > says that a caret not \c indicates the control key. Is this a > documentation bug? No, please read i

Re: macros help

2002-01-25 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Benjamin Smith blurted > The following should be a working macro: > > macro pager \cd > > This is infact contrary to the documented behaviour in the manual which > says that a caret not \c indicates the control key. Is this a > docu

Re: macros help

2002-01-25 Thread Benjamin Smith
On Thu, Jan 24, 2002 at 12:07:28PM +0100, Nick Wilson wrote: > I'd like to do the same thing if I decide to delete a thread. I've tried > the following... > > macro pager ^d > > to no avail. Anyone spot what I'm doing wrong? I tried the above and instead of giving me a keybinding to a control

Re: macros help

2002-01-24 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Michael Tatge blurted > I bet that works, except you press the wrong keys. :) > Ctrl-d is \cd in mutt. See manual section 3.3. Not sure I get you there but I eventually solved it by using '^D' as opposed to '^d' Cheers - -- Nick Wi

Re: macros help

2002-01-24 Thread Michael Tatge
Nick Wilson muttered: > macro pager d > > which makes sure that when I delete a message I'm taken back to the > index. > > I'd like to do the same thing if I decide to delete a thread. I've tried > the following... > > macro pager ^d > > to no avail. Anyone spot what I'm doing wrong? I bet