[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
saving program-created fred-window
- To: info-mcl@cambridge.apple.com
 
- Subject: saving program-created fred-window
 
- From: lynch@ils.nwu.edu
 
- Date: Thu, 16 Sep 93 15:28:15 CDT
 
;What do I have to do to make Foo.lisp show up automatically in the
;standard choose-new-file-dialog...?
;I want the choose-new-file-dialog to appear, so setting window-filename is
;*NOT* appropriate.
(let ((win (make-instance 'fred-window :window-title "Foo.lisp")))
  (format win "Test")
  (fred-update win)
  (window-save win))
-- 
--
-- "TANSTAAFL" Rich lynch@ils.nwu.edu