On Fri, Dec 10, 1999 at 02:07:18PM -0600, David DeSimone wrote:
> Robert Chien <[EMAIL PROTECTED]> wrote:
> >
> > Try this instead:
> >
> > save-hook '~C linuxsa*' +linux
>
> Is the '*' there so that you can match 'linuxs', 'linuxsa', 'linuxsaaaaaa'?
> That's what it will do for you.
Hmm... you're right. Manual says:
~C EXPR
Where EXPR, USER, ID, and SUBJECT are regular expressions.
I don't remember where I got the '*' from, but it has worked
for me all this time. I guess it's not necessary then.
Robert