"Mike Thomas" <miketh@brisbane.paradigmgeo.com> writes:
> | What happens when you enter an expression at the prompt? Nothing or an
> | error message?
>
> The cursor moves to the line below the expression, but nothing else:
>
> (C1)
> 1+2;
> <CURSOR APPEARS ON THIS LINE>
>
> Note also that the cursor starts at the line below the (C1) prompt rather
> than on the same line as would happen when a normal Maxima session starts.
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?
--
Cheers,
Jesper Harder