Re: Emaxima Emacs Mode



C Y <smustudent1@yahoo.com> writes:

> ... now when I do M-x maxima
> I get:
> 
> Correctable error: Console interrupt.
> Signalled by SYSTEM::SET-UP-TOP-LEVEL.
> If continued: Type :r to resume execution, or :q to quit to top level.
> Broken at SYSTEM:TERMINAL-INTERRUPT.  Type :H for Help.
> MAXIMA>>
> Loading /usr/local/share/emacs/site-lisp/imaxima.lisp
> Finished loading /usr/local/share/emacs/site-lisp/imaxima.lisp
> T
> MAXIMA>>
> Error: The tag (NIL) is undefined.
> Fast links are on: do (si::use-fast-links nil) for debugging
> Error signalled by BREAK-CALL.
> Backtrace: system:universal-error-handler > break-call >
> SYSTEM::BREAK-QUIT
> 
> Broken at SYSTEM:TERMINAL-INTERRUPT.
> MAXIMA>>
> 
> and when I launch using emacs -f imaxima it starts, but the prompt
> shows
> 
> (C1) ^D 
> 
> and when I try to do integrate(sin(x),x); I get 
> 
> LaTeX error in:  -\cos x

I haven't come across the first problem, but I did come across the
LaTeX error.  In my case, it was because I didn't have all the files
from breqn installed.  (It takes more than just breqn.sty.)  
Also, there are log files in the temporary directory that you can look
at; they might help.

Jay