error on first line sent to maxima



On Mon, 22 Jan 2007 14:32:44 -0600,
Jay Belanger <belanger at truman.edu> wrote:

> I tried evaluating
>   (require 'ansi-color)
>   (setq ansi-color-for-comint-mode t)
> and then starting a Maxima process in Emacs, but still I had no
> problems.  Are there any other ansi-color customizations that you have
> in your .emacs file?

I don't.

> Do you get the same problem if you start emacs with emacs -Q loading the
> ansi-color stuff, loading the maxima stuff, and starting a Maxima
> process?

Yes.  I did:

emacs-snapshot -Q
M-: (require 'ansi-color) RET
M-: (setq ansi-color-for-comint-mode t) RET
M-: (require 'maxima) RET
M-x maxima RET
2*3; RET

and I get the exact same trace.  However, the same procedure without the
ansi-color-for-comint-mode line goes without problems.  Are you using
emacs-snapshot (as I mentioned, I'm using the emacs-snapshot Debian
package)?  Thanks for your feedback so far.


-- 
Seb