Newsgroups: comp.lang.lisp.mcl
Path: cantaloupe.srv.cs.cmu.edu!rochester!udel!news.mathworks.com!news.kei.com!bloom-beacon.mit.edu!usc!elroy.jpl.nasa.gov!ncar!uchinews!tango.cs.uchicago.edu!mcdougal
From: Tom McDougal <mcdougal@cs.uchicago.edu>
Subject: Re: not saving fred window
X-Nntp-Posting-Host: tango.cs.uchicago.edu
Content-Type: text/plain; charset=ISO-8859-1
Message-ID: <DCwInn.C30@midway.uchicago.edu>
X-Xxmessage-Id: <AC4A711820020B33@tango.cs.uchicago.edu>
X-Xxdate: Sun, 6 Aug 1995 19:16:08 GMT
Sender: news@midway.uchicago.edu (News Administrator)
Content-Transfer-Encoding: 8bit
Organization: Univ. of Chicago Computer Science
X-Newsreader: Nuntius 2.0.4_68K
References: <9508061428.AA04750@koncon.nl>
Mime-Version: 1.0
Date: Sun, 6 Aug 1995 18:14:11 GMT
Lines: 17

In article <9508061428.AA04750@koncon.nl> Paul Berg, paul@koncon.nl writes:
>I want to write a text to a fred-window, close it without saving it,
>and do not want to be queried about whether I want to save it
>or not.

Dunno if it will work in MCL 3.0, but this was how I did it in 2.0:

(make-instance 'fred-window
   :scratch-p t)

Good luck.

-- 
Tom McDougal    University of Chicago Artificial Intelligence
     <mailto:mcdougal@cs.uchicago.edu> 
     fax: (312) 702-8487
     PP-RH
