Re: alternates regexp

2001-08-09 Thread darren chamberlain
Kyle Knack <[EMAIL PROTECTED]> said something to this effect on 08/08/2001: > I've finally figured out that 'reverse_name' isn't working because my > alternates line isn't matching properly. I have it written as: > set alternates = > ([EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL P

Re: alternates regexp

2001-08-08 Thread Drew Raines
* Drew Raines <[EMAIL PROTECTED]>: > > set alternates="[EMAIL PROTECTED]|[EMAIL PROTECTED] > > My alternates setting works fine that way. In addition, I have my '@' symbols escaped. set alternates="phineas\@only-linux.com|skwerl\@telocity -- Drew

Re: alternates regexp

2001-08-08 Thread Drew Raines
* Kyle Knack <[EMAIL PROTECTED]>: > > Apparently that doesn't work well (even with the '.' escaped), nor does: > set alternates = > "(phineas@only-linux|skwerl@telocity|skwerl@eathlink|skerl-0@home)" with > or without quotes. Try removing the parentheses: set alternates="[EMAIL PROTECTED]|[EM

alternates regexp

2001-08-08 Thread Kyle Knack
I've finally figured out that 'reverse_name' isn't working because my alternates line isn't matching properly. I have it written as: set alternates = ([EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]) Apparently that doesn't work well (even with the '.' escaped), nor does:

Re: Alternates regexp - literal dots

1999-11-11 Thread Sven Guckes
* Mikko Hänninen ([EMAIL PROTECTED]) [99 18:39]: > > set alternates='^([EMAIL PROTECTED]|[EMAIL PROTECTED])$" > BTW, aren't the .'s in the regexp supposed to be escaped, if you want > them to match just a dot? Admittedly in most cases it doesn't make much > difference in the $alternates setti