Hi there,
After upgrading to Emacs 29.1 on Windows, the imaxima frontend could not display maxima output immediately. This seems to be because Emacs 29.1 uses w32-use-native-image-API by default. If it is set to zero, imaxima works. I have also reported this problem to Emacs, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68452
However, it does not seem to be related to Emacs. After digging into imaxima.el, I think I have the solution, please see the attached patch.
I have tested it with w32-use-native-image-API set to nil or non-nil, both work fine.
Best,
Jinsong
Thank you, Jinsong.
Fixed in commit 48a22f4a55.