On Wed, Mar 01, 2000 at 07:52:31PM +0100, Lars J. Aas wrote:
: : Lars> define([m4_noquote],
: : Lars> [changequote(-=<[{(,)}]>=-)$1-=<[{()}]>=-changequote([,])])
: : 
: : I would say it wouldn't, since you have embedded [] in there, which
: : are the current quotes, there will be just one big arg to changequote:
: : -=<{(,)}>=-
: 
: This then:
: [changequote(-=<{(,)}>=-)$1-=<{()}>=-changequote([,])])

Man!  We have to remove the ()s too, since the first ) closes the
changequote() macro.

define([m4_noquote],
[changequote(-=<{,}>=-)$1-=<{}>=-changequote([,])])

That's my final offer :)

  Lars J

Reply via email to