Option variable
tr_function_call_defaultDefault value: general
false means give up and
call meval, expr means assume Lisp fixed arg function. general, the
default gives code good for mexprs and mlexprs but not macros.
general assures variable bindings are correct in compiled code. In
general mode, when translating F(X), if F is a bound variable, then it
assumes that apply (f, [x]) is meant, and translates a such, with
apropriate warning. There is no need to turn this off. With the
default settings, no warning messages implies full compatibility of
translated and compiled code with the Maxima interpreter.