automatically start imaxima using maxima-mode



Hi Nils,

Sorry for the delay of reponse and I hope this was already resovled.
As your setting seems OK, the only thing you should do is to start
imaxima before you try to send maxima commands.

The easiest way to accomplish this is to put (imaxima) in your .emacs
file.

best regards,

Yasuaki Honda

On 2009/06/16, at 6:36, Nils Kanning wrote:

> Hi,
> I just started using imaxima for emacs.
>
> If I open a file using maxima-mode and then send this buffer to maxima
> (Maxima/Process/Send Buffer), I get an "ordinary" maxima session  
> instead
> of an imaxima session with nice output.
>
> Is there any way to change this?
>
> Everything works fine, if I start a imaxima session manually (in  
> another
> buffer) and then do Maxima/Process/Send Buffer.
>
> The relevant part of my .emacs file looks like this:
>
> (require 'imaxima)
> (autoload 'imaxima "imaxima" "Image support for Maxima." t)
> (autoload 'imath-mode "imath" "Interactive Math minor mode." t)
> (autoload 'maxima-mode "maxima" "Maxima mode" t)
> (setq imaxima-use-maxima-mode-flag t)
> (setq auto-mode-alist (append '(("\\.max$" . maxima-mode))
> auto-mode-alist))
>
> Regards
> Nils
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima