2 Apr 2007 04:49
Re: SV: Installing (i)maxima
Bill Clementson <billclem <at> gmail.com>
2007-04-02 02:49:01 GMT
2007-04-02 02:49:01 GMT
Hi Lindsay, The only maxima-specific things I had in my .emacs file were: (push (concat bin-dir "emacs/site-lisp/imaxima-0.92") load-path) (push (concat home-dir "lisp/src/maxima-5.9.2/maxima-5.9.2/interfaces/emacs/emaxima") load-path) (autoload 'imaxima "imaxima" "Frontend for maxima with Image support" t) (autoload 'maxima "maxima" "Frontend for maxima" t) (setq imaxima-use-maxima-mode-flag t) It looks like you have basically the same things in your .emacs file with the exception of the last line. It's been a while since I built Maxima/imaxima/SBCL and I didn't use the Fink versions of things when I built everything, so my installation would have been a bit different. Presumably, you followed all of the steps on the imaxima installation page (http://members3.jcom.home.ne.jp/imaxima/Site/Download%20and%20Install.html) when you did your installation? -- Bill Clementson On 4/1/07, L.Stirton <at> uea.ac.uk <L.Stirton <at> uea.ac.uk> wrote: > Dear Bill, dear all, > > Actually, I came across your (Bill's) post the other day, while > browsing--this was one of the things that inspired me to try out maxima. > > I installed the Fink maxima package, which includes (as far as I know) > everything I need except imaxima, which is included in Carbon Emacs. The > Fink package includes teTeX (I already had gwTeX installed. I ran sudo > texhash and put this in my .emacs: > > ;;; add to load-path the directory where imaxima.el is installed. > (push "/sw/share/emacs/site-lisp" load-path) > > ;;; add to load-path the directory where maxima.el is installed. > (push "/sw/share/maxima/5.11.0/emacs" load-path) > > ;;; 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) > > ;;; Carbon Emacs users must enable the following line, too. > (push "/sw/bin" exec-path) > > This is for the correct version of maxima, and all the filepaths seem to > be correct. > > Anyway, taking the very first example from the maxima tutorial: > > (%i1) factor(10!); > LaTex error in: 2^{8}\*3^{4}\*5^{2}\*7 > (%i2) > > To be honest, I don't even have any good ideas where to start. The Google > link to the imaxima manual seems to be dead or something. Any help > gratefully appreciated. > > Lindsay > > > > > > > > > Hi Lindsay, > > > > A couple of years ago, I installed maxima, imaxima, gnuplot, and SBCL > > on Aquamacs and found it a very nice combination. My impressions are > > recorded on my blog entry of the time > > (http://bc.tech.coop/blog/051029.html). I don't recall any problems > > getting everything working together - what specific problems are you > > having? > > > > -- > > Bill Clementson > > > > On 3/31/07, L.Stirton <at> uea.ac.uk <L.Stirton <at> uea.ac.uk> wrote: > >> Thanks Thøger, > >> > >> Exactly as you suggested, Fink worked a treat. I am having some problems > >> getting everything (maxima, imaxima, LaTeX) to play nice together but > >> that > >> is for another day. > >> > >> Lindsay > >> > >> > >> > >> > Why not simply use Fink's or DarwinPorts' Maxima packages? Worked like > >> a > >> > charm for me. > >> > > >> > Best regards; > >> > > >> > Thøger Juul Thorsen > >> > Student of astrophysics, > >> > University of Copenhagen > >> > > >> > -----Oprindelig meddelelse----- > >> > Fra: macosx-emacs <at> email.esm.psu.edu > >> > [mailto:macosx-emacs <at> email.esm.psu.edu] > >> > På vegne af Peter Dyballa > >> > Sendt: 31. marts 2007 23:13 > >> > Til: Emacs on Mac OS X > >> > Emne: Re: [OS X Emacs] Installing (i)maxima > >> > > >> > > >> > Am 31.03.2007 um 22:05 schrieb L.Stirton <at> uea.ac.uk: > >> > > >> >> "no acceptable C compiler found in $PATH" > >> > > >> > Become an Apple developer here: http://developer.apple.com, or simply > >> > download the Xcode Development Tools, if they're free. They're about > >> > 1 GB. Install them. If you decide to install and to index and to > >> prepare > >> > the > >> > documentation you can go afterwards to bed and continue tomorrow > >> morning: > >> > the process will take a few hours (though the C compiler will be > >> available > >> > for use before the documents preparation finishes). > >> > > >> > Next step will be quite surely to set GCC 4 as default compiler: > >> > > >> > sudo gcc_select -l > >> > > >> > From this list you'll have to select the exact number of version 4 > >> (an > >> > example): > >> > > >> > sudo gcc_select 4.0 > >> > > >> > -- > >> > Greetings > >> > > >> > Pete > >> > > >> > Mac OS X is like a wigwam: no fences, no gates, but an apache inside. > >> > > >> > > >> > ---------------------------- Info ----------------------------- List > >> Post: > >> > <mailto:macosx-emacs <at> email.esm.psu.edu> > >> > List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx> > >> > > >> > ---------------------------- Info ----------------------------- > >> > List Post: <mailto:macosx-emacs <at> email.esm.psu.edu> > >> > List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx> > >> > > >> > > >> > >> > >> ---------------------------- Info ----------------------------- > >> List Post: <mailto:macosx-emacs <at> email.esm.psu.edu> > >> List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx> > >> > >> > > ---------------------------- Info ----------------------------- > > List Post: <mailto:macosx-emacs <at> email.esm.psu.edu> > > List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx> > > > > > > > ---------------------------- Info ----------------------------- > List Post: <mailto:macosx-emacs <at> email.esm.psu.edu> > List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx> > > ---------------------------- Info ----------------------------- List Post: <mailto:macosx-emacs <at> email.esm.psu.edu> List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx>
RSS Feed