On Fri, Sep 22, 2000 at 14:31:40 -0400, hal King wrote:
> I tried that, and now knowing what to look for tried several others:
> 
> macro pager T "<pipe-message>/home/hck/bin/take.pl<enter><enter-command>source 
>$HOME/.muttrc\n"  
> 
> macro pager T "<pipe-message>/home/hck/bin/take.pl\n<enter-command>source 
>$HOME/.muttrc\n"  
> 
> macro pager T "| $HOME/bin/take.pl\n:source $HOME/.muttrc\n"  
> 
> These including useing single quotes, But each time when I return to
>    mutt it asks: "create ource/u04/hck/.muttrc? ([y]/n)" $HOME is
>    /u04/hck So mutt is executing 's' (save) ource/u04/hck/.muttrc
>    which does not exist, so it asks. Has anyone seen this before?

My guess is that $wait_key is set and/or take.pl returns a non-zero
exit code. Then the following "<enter-command>" token or ":" will be
eaten by an invisible "Press any key to continue..." prompt, and the
following "s" will be interpreted as you see.

-- 
Byrial
http://home.worldonline.dk/~byrial/

Reply via email to