My impression is that you do not want `(bullet-list ,@args), because it creates 
a txexpr right away. Instead, you should try (apply bullet-list args). Note the 
lack of the quasiquote (backquote, `) and unquote-splicing (,@). This does not 
immediately create a txexpr, but calls ‘bullet-list’ as a function, which in 
turn will generate a txexpr.
-- 
Leandro Facchinetti <icl...@leafac.com>
https://www.leafac.com

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to