Re: quoting bug in patterns with disjunctions

2001-02-09 Thread Joe Philipps
On Thu, Feb 08, 2001 at 10:42:49PM +0100, Michael Tatge wrote: >Ok, quoting will help. I haven't tried it on this, but quoting in quoting solves a few problems like this. Ex.: source "`find ~/base/dir/ -type f -print | grep '\.alias'`" (notice that the apostrophes prevent a level of interpreti

quoting bug in patterns with disjunctions

2001-02-08 Thread Michael Tatge
Hi fellow mutters, just came across a funny bug. It's not limited to fcc-save-hook of cause it applies for send-hook, etc, too. fcc-save-hook "~t A | ~t B | ~t C | ~f A | ~f B | ~f C" =abc works, while fcc-save-hook "~t (A | B | C) | ~f (A | B | C)" =abc doesn't. Mutt complains about 'Unmatch