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

Re: don't save fred-windows



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.  
>