Imaxima and imath 1.0beta released



Just try this, it may work better.

http://www.meadowy.org/meadow/dists/2.10/setup.exe




 ------------Original Message------------
From: "U?ur G?ney" <ugurguney at gmail.com>
To: "Richard Hennessy" <rvh2007 at comcast.net>
Cc: "maxima list" <maxima at math.utexas.edu>
Date: Wed, Jun-25-2008 10:20 AM
Subject: Re: [Maxima] Imaxima and imath 1.0beta released

# Many Thanks!
# I followed your reasoning at and look at the
"setup-imaxima-imath.el" file. At the line where the error occurs it
was written

(defvar *imaxima-imath-dir*
  (file-name-directory (car (file-expand-wildcards
"d:/Program-Files/imaxima-imath/imaxima.el")))
  "Imaxima imath directory, containing .el, .lisp, and .info files")

# I changed the folder name to c:/Program Files/... and Meadow opened
without any error this time!

# But I have a new problem :-( If I give the command M-x imaxima it
says: "Your version of Emacs does not support the image type png"
Help/Show Emacs version says "GNU Emacs 21.4.1 (i386-mingw-nt6.0.6001)
of 2005-08-28 on CUBE"
# The Meadow version is "Meadow 2.10" as said in README. But something
is wrong on the Meadow website.
http://www.meadowy.org/meadow/pukiwiki-en/ May be a spam attack.
# Should I try the NTEmacs 23, the other option listed in Easy Install Page?
-ugur-


On Wed, Jun 25, 2008 at 4:54 PM, Richard Hennessy <rvh2007 at comcast.net> wrote:
> I have solved this problem on my Windows XP box.  I had to reinstall MikTeX 2.7 to "c:\MikTeX", GhostScript to "c:\gs", Meadow to "c:\Meadow" and Maxima 5.15.0 to "c:\Maxima-5.15.0" and then I copied the following files into the Meadow directory.
>
> imath.el
> imaxima.el
> imaxima.info
> imaxima.lisp
> imaxima.texi
> imaxima-autoconf-variables.el
> setup-imaxima-imath.el
>
> Then I had to edit "setup-imaxima-imath.el" in Notepad (or any text editor) to replace the file paths with the new paths for each program.  The reason is I had to eliminate any directory names with wildcards or spaces in the path because that does not work in Windows XP for some reason.
>
> Then I changed the file .emacs to
>
> (load "c:/Meadow/setup-imaxima-imath.el")
> (autoload 'imaxima "imaxima" "Image support for Maxima." t)
> (autoload 'imath-mode "imath" "Interactive Math minor mode." t)
>
> and it worked, including all the graphics features.
>
> Rich
>
>
>
>  ------------Original Message------------
> From: "U?ur G?ney" <ugurguney at gmail.com>
> To: "Yasuaki Honda" <yhonda at mac.com>
> Cc: "maxima list" <maxima at math.utexas.edu>
> Date: Wed, Jun-25-2008 9:17 AM
> Subject: Re: [Maxima] Imaxima and imath 1.0beta released
>
> # Hi,
> # I tried to install lmaxima but can not succeed it by myself.
> # I am getting this error when I run meadow with --debug-init option
>
> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>  file-name-directory(nil)
>  (defvar *imaxima-imath-dir* (file-name-directory (car ...)) "Imaxima
> imath directory, containing .el, .lisp, and .info files")
>  eval-buffer(#<buffer  *load*<2>> nil "c:/Program
> Files/imaxima-imath/setup-imaxima-imath" nil t)
>  load-with-code-conversion("c:/Program
> Files/imaxima-imath/setup-imaxima-imath.el" "c:/Program
> Files/imaxima-imath/setup-imaxima-imath" nil nil)
>  load("c:/Program Files/imaxima-imath/setup-imaxima-imath")
>  eval-buffer(#<buffer  *load*> nil "~/.emacs" nil t)
>  load-with-code-conversion("c:/Program Files/Meadow/.emacs" "~/.emacs" t t)
>  load("~/.emacs" t t)
>  #[nil " ??
>  command-line()
>  normal-top-level()
>
> # I'm using Windows Vista.
> # I wonder much to use lmaxima and appreciate any help. Have a nice day!
> -ugur guney-
>
> On Mon, Jun 23, 2008 at 7:25 PM, Yasuaki Honda <yhonda at mac.com> wrote:
>> Dear Maxima / Imaxima users,
>>
>> I am more than happy to announce that I have released
>> version 1.0 beta of imaxima and imath package. Please
>> visit below for the download of the latest release.
>>
>> http://members3.jcom.home.ne.jp/imaxima/
>>
>> Why is this beta? Because this version introduced new
>> features which might be premature in its implementation.
>> I welcome any input regarding these features for further
>> improvements.
>>
>> There are three new features in this release:
>>
>>    1.imaxima supports inline graph.
>>    2.imath supports inline graph.
>>    3.imath supports inline graphics file in EPS format.
>>
>> Also,
>>    4.imaxima and imath is tested on Windows Vista and Ubuntu Linux
>>
>> Example uses of these features and instructions on how to use them are
>> added in "Tutorial of Imaxima (inline graph)" section of the imaxima web
>> site.
>>
>> I have merged Bohumir's patch for the support of EPS files in imath
>> mode. The way he implemented it inspired me to implement the inline
>> graph support in both imaxima and imath mode. Thanks, Bohumir!!
>>
>>
>> I also would like to thank Andrej Vodopivec for his allowing me to use
>> part of wxMaxima code. I have copied the interface and implementation
>> of inline plotting commands defined in wxmathml.lisp in wxMaxima.
>>
>> Yasuaki Honda / Chiba, Japan
>> http://members3.jcom.home.ne.jp/imaxima
>> _______________________________________________
>> Maxima mailing list
>> Maxima at math.utexas.edu
>> http://www.math.utexas.edu/mailman/listinfo/maxima
>>
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>