On Mar  2, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote:

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

> That's my final offer :)

I must say that I find this extremely ugly (but then, probably so does
anybody else, and that's the point).  Anyway, I was wondering if we
couldn't do it some other way, For example, by adding a line-break
after $1, and editing it out somehow after the whole thing is
processed:

define([m4_noquote],[m4_remove_trailing_newline([changequote(,)$1
changequote([,])])])

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaranį
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

Reply via email to