Am 03.04.2011 um 13:30 schrieb Hans Hagen:
On 1-4-2011 8:40, Wolfgang Schuster wrote:
Hi Hans,
the \definenamespace command don’t use the \installparametersethandler command, can you add it because i need the generated \let...parameter in a module. ok
Thanks but there is a typo in mult-aux.lua: local set = ns.set if set == v_yes then - context.installsethandler(self,name) + context.installparametersethandler(self,name) if trace_namespaces then report_namespaces("installing set/let/reset command for '%s' (single)",name) end elseif set == v_list then - context.installsethandler(self,name) + context.installparametersethandler(self,name) if trace_namespaces then report_namespaces("installing set/let/reset command for '%s' (multiple)",name) end end Wolfgang
participants (1)
-
Wolfgang Schuster