Thanks for the help.
| Try to uncomment (i.e. remove the semicolons) the two lines at line 799
| in imaxima.el:
|
| ;;; Uncomment to debug:
| ;;; (with-current-buffer (get-buffer-create "*imaxima-work*")
| ;;; (insert str))
|
| Then evaluate the buffer, `M-x eval-buffer', and run imaxima. What is
| the contents of the *imaxima-work*" buffer after you have entered an
| expression?
Two empty lines, both before and after executing the maxima command:
1+2;
In other words, the cursor in *imaxima-work* is on the second line after
starting the imaxima session and after executing "1+2;".
Cheers
Mike Thomas