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
- Re: passing command-line switches to com... Tom Tromey
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Alexandre Oliva
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compile... CyberPsychotic
- Re: passing command-line switches to com... Eric Christopher
- Re: passing command-line switches t... CyberPsychotic
- Re: passing command-line switches to compiler CyberPsychotic