From: Caio Chassot Date: 2004-08-07T00:19:39+09:00 Subject: Re: %w for symbols > > You couldn't do (using %m as a placeholder here): > > %m{abc hi there} > > It would have to be > > %m{abc "hi there"} > > I'm just wondering whether that would lead down a path of escape > syntax that would make it less streamlined. I guess the usual %m{abc hi\ there} Or is that the escape syntax you're trying to avoid?