[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: don't save fred-windows
- To: mcdougal@cs.uchicago.edu
- Subject: Re: don't save fred-windows
- From: miner@tc.pw.com (Stephen E. Miner)
- Date: Fri, 17 Apr 92 09:46:53 PDT
- Cc: mt@media.mit.edu, info-mcl@cambridge.apple.com
- In-reply-to: Michael Travers's message of Fri, 17 Apr 92 12:01:37 -0400 <9204171601.AA27823@mahler.media.mit.edu>
For simple cases where you'll never want to save the window, try
(make-instance 'fred-window :scratch-p t).
;Steve
> To: mcdougal@cs.uchicago.edu (Tom McDougal)
> Cc: info-macl@cambridge.apple.com
> Subject: Re: don't save fred-windows
> In-Reply-To: Your message of "Fri, 17 Apr 92 10:08:34 CDT."
> <9204171508.AA27835@cs.uchicago.edu>
> Date: Fri, 17 Apr 92 12:01:37 -0400
> From: Michael Travers <mt@media.mit.edu>
> X-Mts: smtp
>
>
> From: mcdougal@cs.uchicago.edu (Tom McDougal)
> Subject: don't save fred-windows
>
> Can I create an instance of Fred-window which, when I close it, does *not*
> ask me if I want to save it?
>
> Try defining a specialization of fred-window that defines its own
> method for window-needs-saving-p.
>