autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more fun with m4_expand


From: Paolo Bonzini
Subject: Re: more fun with m4_expand
Date: Tue, 25 Nov 2008 15:15:13 +0100
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

> But yes, maybe an m4_divert_discard(diversion) would be nice shorthand for
> that.  Which brings up another weird semantic point of m4: m4_undivert
> honors the current diversion, even during argument collection.  So my
> current patch for m4_divert_text vs. m4_expand isn't quite right:
> 
> m4_expand([m4_divert_text([KILL], [m4_undivert(diversion)])])
> 
> should kill the text currently in diversion, but with the current state of
> the patch, it routes it to the current diversion rather than KILL.

Yes, it's things like this (especially the
diversion-during-argument-collection wart) that make me wonder if it
*could* ever work at all.

The expand-twice trick in my previous email seems worth pursuing...

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]