<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 7, 2016 at 6:32 PM, René J.V. Bertin <span dir="ltr"><<a href="mailto:rjvbertin@gmail.com" target="_blank">rjvbertin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In this case it indeed won't work because $code is not evaluated immediately inside `proc variant` but is instead used to create a procedure that's invoked if the user activates a variant</blockquote></div><br>Right, that was implicit in my description of the problem; there's an additional level here, and the vars you want need to come from that level, and Tcl has no good way to do that since it usually requires a closure and Tcl doesn't do closures.<br><br clear="all"><div>(iirc you can get into the same mess with python 2, although maybe not in 2.7)</div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>