imaxima mode under mac os X



As soon as I introduced Mac OS X Lion, I experienced the same bug.I fixed
it locally, but forgot to push it to the git. (I noticed this mistake by
carefully looking at 5.26.0).

Today I committed the changes to the git so that next maxima release will
come with imaxima with the fix.

Thanks and best regards,
Yasuaki Honda

2011/11/4 Michel Talon <talon at lpthe.jussieu.fr>

> While i am playing with my new maxima installation, i have seen that
> imaxima
> doesn't work here on the Mac OS X.
>
> The solution is simple, one needs to remove the
> imaxima-subst-char-in-string
> in the computation of the temporary directory, because this chokes with the
> way it is formed on the mac. Hence the substitution:
> ; (make-directory
> ;  (setq imaxima-tmp-subdir
> ;        ;; For some reason TeX doesn't grok underscores in file names
> ;        (imaxima-subst-char-in-string ?_ ?=
> ;           (make-temp-name (expand-file-name "imaxima"
> imaxima-tmp-dir)))))
>  (make-directory
>   (setq imaxima-tmp-subdir
>            (make-temp-name (expand-file-name "imaxima" imaxima-tmp-dir))))
>
>
> After that imaxima works OK. At first sight slime is able to coexist.
> (Note that TeX has no problem here with the underscore in the name).
>
>
> --
> Michel Talon
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>