[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
saved application problems
- To: shen@dolphin.Jpl.Nasa.Gov (Sheldon Shen)
- Subject: saved application problems
- From: Michael Travers <mt@media.mit.edu>
- Date: Tue, 31 Mar 92 19:58:21 -0500
- Cc: info-mcl@cambridge.apple.com
- In-reply-to: Your message of "Tue, 31 Mar 92 11:15:10 PST." <9203311915.AA06216@dolphin.jpl.Nasa.Gov>
From: shen@dolphin.Jpl.Nasa.Gov (Sheldon Shen)
Subject: File problems
No matter where I put the file to start the application, "Home;" is always the same as "ccl;".
I get around this by defining a startup function to make home; point
where I want, and putting it on *lisp-startup-functions*.
Worse, clicking a MCL document causes a previously saved independent applicationton
to launch automatically. This launched application is not related to the document clicked
and even resides on a different hard disk.
This can be fixed by giving your saved application its own creator
code, using the :creator keyword arg to save-application.
(implementors: I don't think the default should be the same as MCL,
this is bound to cause grief. How about a separate default code for
saved Lisp applications?).