hi,

On Sat, Jul 31, 1999 at 12:12:19PM -0400, esoR ocsirF wrote:
> color body brightgreen black " [;=:]-*[)>(<|//\/]]"       # :-) etc...

the problem is that ] denotes the end of an caharacter class in an
regexp. If you want to include a literal ], you have to use it as first
character inside this class.

color body brightgreen black " [;=:]-*[])>(<|/\]"       # :-) etc...

should work, but is untested.

CU,
    Sec
-- 
The UNIX Guru's View of Sex:
# unzip ; strip ; touch ; finger ; mount ; fsck ; more ; yes ; umount ; sleep

Reply via email to