Hi all,

how do I get proper nesting with clds?  Consider this:

--8<--------------------------------------------------------------------------

context.placefigure(
    "none",
    function() 
        context.framed( {
            frame="on",
            align="middle"
        },
            function() context.input("knuth") end
        )
    end
)

context.par()

function text ()
    context.framed( {
            frame="on",
            align="middle"
        },
        function() context.input("knuth") end
    )
end

context.placefigure(
    "none",
    function () text() end                                                      
                                           
)

--8<--------------------------------------------------------------------------

in both cases the text is displayed but framed() doesn't seem to be
evaluated.  What did I miss?

Thanks for any hints, and big thanks to Hans for creating the cld
interface.


Philipp


-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Attachment: pgpd8quWOfx3p.pgp
Description: PGP signature

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to