Re: [Axiom-developer] Axiom server

2007-09-16 Thread Alfredo Portes
> You can add: > > (defun |WriteLine| (string &optional (outstream *standard-output*)) > (write-line string outstream) > (finish-output outstream) ) Thank you very much Waldek. This solved the problem. Arthur's code seems to run fine on Windows also. However, I do not know how should I call i

Re: [Axiom-developer] Axiom server

2007-09-16 Thread Waldek Hebisch
Alfredo Portes wrote: > On 9/16/07, Arthur Ralfs <[EMAIL PROTECTED]> wrote: > > > Then if I start axiom from that same directory and enter the commands > > > > )set output mathml on > > (also maybe )set messages autoload off) > > )lisp (load "http.lisp") > > )compile axserver > > axServer(8085,mul

Re: [Axiom-developer] Axiom server

2007-09-16 Thread Alfredo Portes
On 9/16/07, Arthur Ralfs <[EMAIL PROTECTED]> wrote: > Then if I start axiom from that same directory and enter the commands > > )set output mathml on > (also maybe )set messages autoload off) > )lisp (load "http.lisp") > )compile axserver > axServer(8085,multiServ$AXSERV) Maybe somebody can help

Re: [Axiom-developer] Axiom server

2007-09-16 Thread root
Excellent. I'll put it into the update queue. Thanks. --Tim ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [Axiom-developer] Re: GCL on an AMD64 Linux system?

2007-09-16 Thread root
>> try >> user> export SHVAR=i/am/set >> user> echo $SHVAR >> user> sudo echo $SHVAR >> >> > >[EMAIL PROTECTED] ~ $ export SHVAR=i/am/set >[EMAIL PROTECTED] ~ $ echo $SHVAR >i/am/set >[EMAIL PROTECTED] ~ $ sudo echo $SHVAR >i/am/set >[EMAIL PROTECTED] ~ $ Odd. that's what I get too. I'm

Re: [Axiom-developer] Re: GCL on an AMD64 Linux system?

2007-09-16 Thread M. Edward (Ed) Borasky
root wrote: > try > user> export SHVAR=i/am/set > user> echo $SHVAR > user> sudo echo $SHVAR > > [EMAIL PROTECTED] ~ $ export SHVAR=i/am/set [EMAIL PROTECTED] ~ $ echo $SHVAR i/am/set [EMAIL PROTECTED] ~ $ sudo echo $SHVAR i/am/set [EMAIL PROTECTED] ~ $ _

[Axiom-developer] Axiom server

2007-09-16 Thread Arthur Ralfs
This is just the previous example I posted with everything in one pamphlet file and with the right license. The documentation is minimal at this point. Arthur Ralfs \documentclass{article} \usepackage{axiom} \begin{document} \title{\$SPAD/src/algebra axserver.spad} \author{Arthur C. Ralfs} \maket