function commands.LSws_hfilled(str,margin)
local _
_= margin and context.hfil()
_=string.utfcharacters(str)
context(_())
for c in _ do
context.hfil()
context(c)
end
_=margin and context.hfil()
end-- luigi _______________________________________________ dev-context mailing list [email protected] http://www.ntg.nl/mailman/listinfo/dev-context
