Richard Hakim <[EMAIL PROTECTED]> wrote on Tue, 29 Feb 2000:
> This is a dumb question.  I *know* this is dumb.  But I can't figure it out.
> Can someone tell me what is wrong with this macro?

Perhaps, but you could've given us more details about what
happens/doesn't happen the way you expect with it?

I'll take a guess though...

> macro index <Esc>i "|./snort-stat daily | mail kokoro" [Run this msg through 
>snort-stat]

First problem: You want to put the comments inside quotes,
"[Run this msg through snort-stat]".  I didn't try but I suspect it
might not even parse without that.

Second problem: This may not be a problem, but there is no \n in the end
so the command will not get automatically executed, rather you'll get
the pipe-to-program prompt with all of that text pre-typed in and just
waiting for you to press enter.  This may be what you want (so you can
edit the line before you press enter), but if you want it auto-execute,
add the \n.


Hope this helps,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
I try to handle one day at a time, but lately several have attacked me at once!

Reply via email to