Le Thu, 14 Nov 2013 14:53:22 +0100,
Joris van der Hoeven <vdhoe...@texmacs.org> a écrit :

> 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\"))")

So, we should substitute all code like

<action| |mouse-fold|<arg|x>>

by code like :

<action| |(lambda (y) (mouse-fold y))|<arg|x>>

??

François

-- 
François Poulain <fpoul...@metrodore.fr>

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

Reply via email to