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

Lars> define([m4_noquote],[changequote(,)$1changequote([,])])

Actually there's a flow in your macro (untested, but it seems clear):
just try with $1=foo, and I'll bet you'll get a nice foochangequote in
the output.  The solution, of course, is to use a pair of empty quotes
but you have none at that time :) :) :).

Actually

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

should make it, unless someone uses them :)

        Akim

Reply via email to