Re: help with imaxima



<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Jesper -<br>
&nbsp;&nbsp;&nbsp; Thanks. Telling emacs to look in /usr/local/share/emacs/site-lisp did
the trick. Now, to get imaxima running correctly. It does not seem to want
to &nbsp;display the equations correctly, but that will be the subject of another
post if I can't figure this out.<br>
Thanks,<br>
Dick<br>
<br>
Jesper Harder wrote:<br>
<blockquote type="cite" cite="midm3wui1dqg8.fsf@defun.localdomain">
  <pre wrap="">richard noel fell <a class="moz-txt-link-rfc2396E" href="mailto:fell01@rcn.com">&lt;fell01@rcn.com&gt;</a>; writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I am using maxima  on rehat 7.3 and just installed imaxima according
to the instructions on its web page. After starting an emacs session
and typing M-x imaxima, I get the error message "Cannot open load
<a class="moz-txt-link-freetext" href="file:imaxima">file:imaxima</a>". I suppose this means emacs cannot find imaxima.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes, that's right.

  </pre>
  <blockquote type="cite">
    <pre wrap="">I have placed the imaxima directory in my home directory and compiled
according to directions from the imaxima directory. The INSTALL notes
say that the installation process is supposed to place files in
/usr/local/bin.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The INSTALL file is just an auto generated "boiler plate" text.

Had there been any executables in the package, they would have been
placed in /usr/local/bin.  As it happens there's only documentation and
Lisp files.

If you're using the default Redhat 7.3 version of GNU Emacs, I think
the files will be installed in either

   /usr/share/emacs/site-lisp
or
  /usr/local/share/emacs/site-lisp

Whereever they were installed, it doesn't seem to be a place your Emacs
is looking.  So, you'll need to add a line like this in you ~/.emacs
file:

          (add-to-list 'load-path "/some/where/")

where "/some/where/" is a directory where the imaxima.el(c) and
imaxima.lisp files are present (this could just be the imaxima directory
in your home dir).

  </pre>
</blockquote>
<br>
<br>
</body>
</html>