Skip to content

Commit e87e09a

Browse files
committed
wxMaxima was not responsive in the 1st minute.
One could enter a command (e.g. 1+1) and send it to Maxima, but the answer was given approx. 1 minute later. Afterwards everything worked okay. That was really disturbing me - and no I tried a bisect. git bisect showed, that the problematic commit was 7daf5f6. I am not sure, what was the problem (and why it worked after approx 1 minute), but that change to wxMathML.lisp seems to solve the issue.
1 parent 806f8b3 commit e87e09a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wxMathML.lisp

+1
Original file line numberDiff line numberDiff line change
@@ -2474,6 +2474,7 @@ Submit bug reports by following the 'New issue' link on that page."))
24742474
(format t "</suppressOutput>~%")
24752475
;; Publish all new global variables maxima might contain to wxMaxima's
24762476
;; autocompletion feature.
2477+
(wxPrint_autocompletesymbols)
24772478
(wx-print-variables)
24782479
(wx-print-gui-variables)
24792480
;; Declare that we want all builtins with underscore not to be printed with subscript

0 commit comments

Comments
 (0)