On 2012-12-04, Alexander Hansen <alexanderk.hansen at gmail.com> wrote:
> (%i1) 1;
> mlabel(%o1,1)
The MLABLE operator was renamed to MLABEL and wxMaxima doesn't know what
to do with that. Here's a 1-line patch to fix that. I'll roll it into a
5.29.1 release.
Hope this helps,
Robert Dodier
PS.
$ git diff src/displa.lisp
diff --git a/src/displa.lisp b/src/displa.lisp
index 4000dac..5780392 100644
--- a/src/displa.lisp
+++ b/src/displa.lisp
@@ -1128,6 +1128,7 @@
(dimension-nary form result)))
(displa-def mlabel dim-mlabel 0 0)
+(setf (get 'mlabel 'wxxml) 'wxxml-mlable) ;; backwards-compatibility for wxMaxima
(defvar *display-labels-p* t)