How to stop (x)maxima from autowrapping long lines?



Hi Alex,

I'm happy to report that I tried your suggestion
of using 

    (%i1) linel:1000;

and it worked fine.

Thanks,
Kingsley

PS: I also tried stringout(), although at least for
me, it reverted beautiful formulas, with
divisors and numerators on separate lines like

    abc
    ---
    def
    
into code-like one-liners, like

    abc/def


On 03/12/11 16:26, alex wrote:
> On 03/12/2011 01:31 AM, Kingsley G. Morse Jr. wrote:
> >Hello,
> >
> >Does anyone here happen to know how to output long
> >lines, without wrapping at word breaks?
> >   
> 
> (%i1) linel:1000;
> (%o1)                                                                       
> 1000
> 
> 
> Still I woud rather use* stringout()* to get full unwrapped expressions 
> into file.
> 
> 
> Alex