[MacPorts] #60157: imaxima: imath.el is being used by the active maxima port

MacPorts noreply at macports.org
Wed Aug 2 15:05:22 UTC 2023


#60157: imaxima: imath.el is being used by the active maxima port
------------------------------+--------------------
  Reporter:  NiftyPan         |      Owner:  (none)
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.6.2
Resolution:                   |   Keywords:
      Port:  imaxima, maxima  |
------------------------------+--------------------

Comment (by tomio-arisaka):

 If you want to use **imaxima**, you have to install **texlive-latex-
 recommended** and add the following lines to your {{{${HOME}/.emacs}}}
 file (".emacs" is an invisible file):

 {{{
 ;; for MacPorts users
 (setq temporary-file-directory "/tmp/")
 ;; for tex, ghostscript, gnuplot, and Maxima
 (push "/opt/local/bin" exec-path)
 (setenv "PATH"
         (concat "/opt/local/bin:"
                 (getenv "PATH") ))
 (setq imaxima-maxima-program "maxima")
 ;; for imaxima
 (push "/opt/local/share/emacs/site-lisp/" load-path)


 (autoload 'imaxima "imaxima" "Maxima frontend" t)
 (autoload 'imath-mode "imath" "Interactive Math mode" t)
 }}}

 How to start **imaxima**: after launching **Emacs.app**, enter {{{M-x
 imaxima}}}.
 ("M-x" means that both [option] and [x] keys are pressed)

 Website: https://maxima.sourceforge.io/imaxima.html

 Archive:
 https://web.archive.org/web/20201013010720/https://sites.google.com/site/imaximaimath/Home

-- 
Ticket URL: <https://trac.macports.org/ticket/60157#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list