help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: imaxima in emacs 22.1


From: T . Raagaard
Subject: Re: imaxima in emacs 22.1
Date: Wed, 27 Aug 2008 11:05:18 -0700 (PDT)
User-agent: G2/1.0

On Aug 26, 10:31 pm, Nikolaj Schumacher <m...@nschum.de> 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)


;;; add to load-path the directory where imaxima.el is installed.
;;; If you change the install directory of imaxima, the first argument
of push must be changed accordingly.
(push "/usr/local/share/emacs/site-lisp" load-path)

;;; add to load-path the directory where maxima.el is installed.

;;; If you change the install directory of maxima, the first argument
of push must be changed accordingly.
(push "/usr/share/maxima/5.13.0/emacs" load-path)

;;(add-to-list 'load-path "/usr/share/maxima/5.13.0/emacs")


;;; add autoload of imaxima and maxima.
(autoload 'imaxima "imaxima" "Frontend for maxima with Image support"
t)
(autoload 'maxima "maxima" "Frontend for maxima" t)

;;; add autoload of imath.
(autoload 'imath-mode "imath" "Imath mode for math formula input" t)


;;; Make the line effective if you want to use maxima mode with
imaxima.
;; (setq imaxima-use-maxima-mode-flag t)
-------------------

and this is from bash:
-----------------

zzz@xxx:~$ ls /usr/share/maxima/5.13.0/emacs
bookmode.el  emaxima.lisp  maxima-font-lock.el  sshell.el
emaxima.el   maxima.el     smart-complete.el
zzz@xxx:~$ ls /usr/local/share/emacs/site-lisp/
imath.el   imaxima-autoconf-variables.el   imaxima.el   imaxima.lisp
imath.elc  imaxima-autoconf-variables.elc  imaxima.elc
zzz@xxx
----------------------

As far as I can see, all the required *.el files are there.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]