imaxima, xemacs and windows - further elbow grease



Hi Jesper.

I went back to basics in the scratch buffer on Win32 XEmacs:

(make-comint "imaxima"

"c:\\Progra~1\\Maxima-5.9.0\\lib\\Maxima\\5.9.0\\binary-gcl\\maxima.exe"
	     nil
	     "-eval" "(user::run)")

This gave me an *imaxima* buffer into which I could type, edit and evaluate
Maxima commands without any problems.

I then loaded:

(C6) block(load ("c:\\Program
Files\\XEmacs\\XEmacs-21.4.11\\site-lisp\\imaxima.lisp"), linenum:0);

which gave the ^c ^d stuff as previously discussed.

When I get a chance, I'll try the other commands in the "imaxima" function
to see which one is not working, but any advice about the most likely place
to look for trouble (and save time) would be appreciated.

Cheers

Mike Thomas.


| -----Original Message-----
| From: maxima-admin at www
| [mailto:maxima-admin@www.ma.utexas.edu]On Behalf Of Jesper Harder
| Sent: Monday, March 17, 2003 11:55 AM
| To: maxima@www.ma.utexas.edu
| Subject: Re: [Maxima] imaxima, xemacs and windows
|
|
| "Mike Thomas" <miketh@brisbane.paradigmgeo.com> writes:
|
| > | What happens when you enter an expression at the prompt?
| Nothing or an
| > | error message?
| >
| > The cursor moves to the line below the expression, but nothing else:
| >
| > (C1)
| > 1+2;
| > <CURSOR APPEARS ON THIS LINE>
| >
| > Note also that the cursor starts at the line below the (C1)
| prompt rather
| > than on the same line as would happen when a normal Maxima
| session starts.
|
| Try to uncomment (i.e. remove the semicolons) the two lines at line 799
| in imaxima.el:
|
| ;;; Uncomment to debug:
| ;;;  (with-current-buffer (get-buffer-create "*imaxima-work*")
| ;;;    (insert str))
|
| Then evaluate the buffer, `M-x eval-buffer', and run imaxima.  What is
| the contents of the *imaxima-work*" buffer after you have entered an
| expression?
|
| --
| Cheers,
| Jesper Harder
|
| _______________________________________________
| Maxima mailing list
| Maxima@www.math.utexas.edu
| http://www.math.utexas.edu/mailman/listinfo/maxima
|
|