Re: imaxima in emacs 22.1
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Re: imaxima in emacs 22.1         


Author: Nikolaj Schumacher
Date: Aug 26, 2008 03:53

T.Raagaard@gmail.com wrote:
> (push "/usr/local/share/maxima/5.15.0/emacs" load-path)"
>
> This is what happens:
>
> "xxx:~$ ls /usr/local/share/
> applications/ games/ mime/
> desktop-directories/ icons/ ppd/
> emacs/ info/ sgml/
> fonts/ man/ xml/
> xxx:~$ ls /usr/local/share/"
> (I pressed TAB)

Obviously your installation directory is different. What method did you
use to install? Maybe you can find it by

find / -name maxima

regards,
Nikolaj Schumacher
5 Comments
Re: imaxima in emacs 22.1         


Author: T.Raagaard
Date: Aug 26, 2008 07:30

On Aug 26, 12:53 pm, Nikolaj Schumacher wrote:
> Obviously your installation directory is different.  What method did you
> use to install?  Maybe you can find it by
>
> find / -name maxima
>
> regards,
> Nikolaj Schumacher

I used aptitude in ubuntu 8.04, so maxima was installed automatically.
This is what I found:
"www@zzz:~$ ls /usr/share/maxima/5.13.0/
demo doc share src tests xmaxima"

I can't find a subdirectory named anything with "emacs":
"www@zzz:~$ find /usr/share/maxima/5.13.0/ -name emacs
www@zzz:~$ "
no comments
Re: imaxima in emacs 22.1         


Author: Nikolaj Schumacher
Date: Aug 26, 2008 13:31

T.Raagaard@gmail.com wrote:
> I used aptitude in ubuntu 8.04, so maxima was installed automatically.
>
> I can't find a subdirectory named anything with "emacs":

There appears to be a "maxima-emacs" package. Have you installed it?

regards,
Nikolaj Schumacher
no comments
Re: imaxima in emacs 22.1         


Author: T.Raagaard
Date: Aug 27, 2008 11:05

On Aug 26, 10:31 pm, Nikolaj Schumacher wrote:
> T.Raaga...@gmail.com wrote:
>> I used aptitude in ubuntu 8.04, so maxima was installed automatically.
>
>> I can't find a subdirectory named anything with "emacs":
>
> There appears to be a "maxima-emacs" package.  Have you installed it?
>
> regards,
> Nikolaj Schumacher

I did not, I have now. However, it is still not working.

This is the relevant parts from my .emacs:
---------------------
;;; imaxima; http://members3.jcom.home.ne.jp/imaxima/Site/Welcome.html
(autoload 'imaxima "imaxima" "Image support for Maxima." t)
(autoload 'imath-mode "imath" "Interactive Math minor mode." t)
Show full article (2.04Kb)
no comments
Re: imaxima in emacs 22.1         


Author: Nikolaj Schumacher
Date: Aug 28, 2008 06:30

T.Raagaard@gmail.com wrote:
> As far as I can see, all the required *.el files are there.

Yes, that should be all.

Note that you're autoloading the functions. That means the files are
loaded as soon as you use the functions. You still need to call the
functions. For now you can do this with M-x imaxima and M-x imath-mode
in the appropriate buffer. Does that work, or do you get error
messages?

(Please note I've never used these modes and my directions are based
only on the usual way things work.)

regards,
Nikolaj Schumacher
no comments
Re: imaxima in emacs 22.1         


Author: T.Raagaard
Date: Aug 28, 2008 07:36

On Aug 28, 3:30 pm, Nikolaj Schumacher wrote:
> T.Raaga...@gmail.com wrote:
>> As far as I can see, all the required *.el files are there.
>
> Yes, that should be all.
>
> Note that you're autoloading the functions.  That means the files are
> loaded as soon as you use the functions.  You still need to call the
> functions.  For now you can do this with M-x imaxima and M-x imath-mode
> in the appropriate buffer.  Does that work, or do you get error
> messages?
>
> (Please note I've never used these modes and my directions are based
> only on the usual way things work.)
>
> regards,
> Nikolaj Schumacher
Show full article (0.91Kb)
no comments

RELATED THREADS
SubjectArticles qty Group
Re: .emacs in the Windows version of Emacsgnu.emacs.help ·