Newsgroups: comp.lang.lisp.mcl
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!news.mathworks.com!news.bluesky.net!news.sprintlink.net!howland.reston.ans.net!vixen.cso.uiuc.edu!uchinews!tango.uchicago.edu!mcdougal
From: Tom McDougal <mcdougal@cs.uchicago.edu>
Subject: Re: simple FRED question
X-Nntp-Posting-Host: tango.uchicago.edu
Content-Type: text/plain; charset=ISO-8859-1
Message-ID: <D7AuKM.GxM@midway.uchicago.edu>
X-Xxmessage-Id: <ABBADD4EF7010B33@tango.uchicago.edu>
X-Xxdate: Wed, 19 Apr 1995 20:31:26 GMT
Sender: news@midway.uchicago.edu (News Administrator)
Content-Transfer-Encoding: 8bit
Organization: Univ. of Chicago Computer Science
X-Newsreader: Nuntius 2.0.3_68K
References: <3n3dcb$kii@kernighan.cs.umass.edu>
Mime-Version: 1.0
Date: Wed, 19 Apr 1995 20:36:21 GMT
Lines: 26

In article <3n3dcb$kii@kernighan.cs.umass.edu> DAN NEIMAN, 
dann@cs.umass.edu writes:
>     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.

Look at the documentation for fred-wrap-p.
  (setf (fred-wrap-p <fred-window>) nil)
will turn off wrapping.

BTW, the way I found this was 
  1) apropos "wrap"  -- returned way too much stuff
  2) apropos "wrap-p" -- returned short list including fred-wrap-p
     (lucky guess)
  3) search the on-line doc for "fred-wrap-p".

Maybe someone else can say how to set the fill margin; I forget.
It's some obscure EMACS keystroke, I think.

-- 
Tom McDougal    University of Chicago Artificial Intelligence
     mailto:mcdougal@cs.uchicago.edu 
     http://cs-www.uchicago.edu/~mcdougal
     PP-RH
