[ZPT] nesting macros with slots ?

Guido van Rossum guido@digicool.com
Fri, 06 Apr 2001 10:10:00 -0500


> how would one go forth to nest macros with slots in them ?
> 
> say :
> including someMacroWithASlot in a commonLookAndFeel template
> , and letting the slot in someMacroWithASlot be editable for pages
> using commonLookAndFeel as a template..
> 
> ?

Sorry, I don't understand what you want to do.  Do you want to nest
macro *definitions* or macro *calls*?  You can nest calls without
problems.  You may even be able to nest definitions!

But it would all be much clearer for me if you could give an explicit
example of what you want to do.

--Guido van Rossum (home page: http://www.python.org/~guido/)