texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] Changed semantics of 'action' tags


From: Joris van der Hoeven
Subject: [Texmacs-dev] Changed semantics of 'action' tags
Date: Thu, 14 Nov 2013 14:53:22 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]