>>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:

Lars> On Wed, Mar 01, 2000 at 06:43:41PM +0100, Akim Demaille wrote: :
Lars> >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : : Lars>
Lars> define([m4_noquote],[changequote(,)$1changequote([,])]) : :
Lars> define([m4_noquote], :
Lars> [changequote(,)changequote(-=<[{(,)}]>=-)$1-=<[{()}]>=-changequote([,])])

Lars> Even

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

Lars> would do the trick ;)

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:
-=<{(,)}>=-

Akim

Reply via email to