User Manual



Daniel Martins <dmartins@lcmi.ufsc.br> writes:

> >>>>> "Camm" == Camm Maguire <camm@enhanced.com> writes:
> 
>     Camm> So do you suggest simply replacing the current maxima mode
>     Camm> .el files with these new versions, or making a separate
>     Camm> emaxima package, having these and the emaxima stuff?
> 
> I haven't installed emaxima-mode yet (I am waiting for a .deb file :)
> but I think that both modes can coexist. You decide which mode to use
> in the personal .emacs
> 
> instead of 
> (require 'maxima-mode)
> 
> you put something like 
> 
> (require 'emaxima-mode)
> 
> Am I right, Jay?

Almost. emaxima depends on maxima.el, which provides the ability to
run Maxima as an inferior process, and maxima-mode, which aids in
formatting Maxima code, etc. 
EMaxima uses maxima.el to interact with a Maxima process, so EMaxima
has 
(require 'maxima)
in it.
So they can both coexist, and they are used for different things.

Jay