From: zoav1602
Subject: how to change line witdh?
Date: 
Message-ID: <b490feed-d033-4013-9cf1-8349b788fc5f@37g2000yqp.googlegroups.com>
Hello, group!
When running a lisp in slime (sbcl in my case), line width seems to be
aroung 70 characters. It doesn't change when I maximaize emacs window.
So, what lisp variable controls line width for output?
From: Pillsy
Subject: Re: how to change line witdh?
Date: 
Message-ID: <3b9efa13-9629-43b3-ad63-720fd35eb07c@f38g2000pra.googlegroups.com>
On Jun 15, 3:10 am, zoav1602 <········@gmail.com> wrote:

> When running a lisp in slime (sbcl in my case), line width seems to be
> aroung 70 characters. It doesn't change when I maximaize emacs window.
> So, what lisp variable controls line width for output?

Look at *PRINT-RIGHT-MARGIN*:

http://www.lispworks.com/documentation/HyperSpec/Body/v_pr_rig.htm

HTH,
Pillsy