[Axiom-developer] Re: capturing output strings

2005-05-23 Thread Camm Maguire
Greetings! This is an ANSI issue -- traditionally, GCL has used element-type 'string-char for strings, but this type was dropped by the ansi committee. We'll clear it up soon hopefully, but for now you can just replace 'base-char with 'string-char and it will work. Take care, [EMAIL PROTECTED]

[Axiom-developer] RE: capturing output strings

2005-05-21 Thread Bill Page
On May 22, 2005 12:35 AM Tim Daly wrote: > ok, so who needs to pack? :-) Ah, I thought so! :) > Axiom's algebra gets output to a stream called > |$algebraOutputStream| Thus you can get the output > you want by: > > )set message autoload off > )lisp (progn >(setq tmpout (make-string-outpu