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

Re: Simple FRED Question



>     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.
>
>Thanks,
>
>Dan N.

In the examples-folder supported with MCL, you can find a file auto-fill.LISP.
This shows a simple way just to do something similar to wrapping, but not
breaking up expressions. Just load the file and call:

(auto-fill-mode fill-length)

and your FREDS will wrap the actual line, when a space is written in a
buffer-position > fill-length.
Probably this will help you.

#############################################################################
marcus specht                                      specht@cogpsy.uni-trier.de
allgemeine psychologie                             tel.: 0651-201-2975
universitaet trier                                 fax.:0651-201-2955
############################################################################
#