pip@iszf.irk.ru writes:
> In maxima texmacs session
>
> (C3) ZP(list) := catch(for exp in list do (if exp#0 then throw(false) else
> true)$
> Incorrect syntax: in is an unknown keyword in a DO statement.
> := catch(for exp in
Perhaps the texmacs interface loads some code in the Maxima image
which interns |$in| (maybe written as $|in|). This could be some file
based on a pre-5.9.0 version of mactex.lisp, for example. Please see
http://www.math.utexas.edu/pipermail/maxima/2002/002430.html
and the corresponding thread.
Wolfgang