Hi all,

I changed the semantics of action tags, to make them behave in
a similar way as extern tags (a function name + an arbitrary
number of arguments).  For the moment, I still support
the old semantics in a heuristic way, but please be aware
that this will now be deprecated.

Example: (action "hi" "(display* \"hi\\n\")") should become
(action "hi" "(lambda () (display* \"hi\\n\"))")

Best wishes, --Joris

_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to