[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: simple FRED question



At 12:22 PM 4/19/95, DAN NEIMAN wrote:
>     OK, I've read the (MCL 2.0) manual, tried apropos, and 
>asked the local gurus, and still can't get an answer to a fairly 
>simple question.   How do I change the wrap margin in my FRED window?
>It insists on wrapping automatically and I've been unable to either 
>turn it off, or change the wrap margin.

You can't change the margin. It always wraps at the right edge of the
window. You can turn it off with (setf (fred-wrap-p window) nil).
"ccl:examples;assorted-fred-commands.lisp" makes c-m-w toggle
the wrap state of the current Fred window (or dialog item).