home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / lisp / mcl / 1052 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.5 KB

  1. Path: sparky!uunet!sun-barr!apple!cambridge.apple.com!engber@aristotle.ils.nwu.edu
  2. From: engber@aristotle.ils.nwu.edu (Mike Engber)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re:  Difficulty in reading files
  5. Message-ID: <9207211417.AA07072@aristotle.ils.nwu.edu>
  6. Date: 21 Jul 92 14:17:21 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 24
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Original-To: markt@dgp.toronto.edu, simmons@cs.utexas.edu
  11. Original-Cc: info-mcl@cambridge.apple.com
  12.  
  13. >I had a similar problem when building my application. The problem
  14. >arises because the file creator defaults to MCL2 on the save application
  15. >call. The problem sometimes disappears when you reboot.
  16.  
  17. Yes, remembering to specify something other than "MCL2" when saving the
  18. image (or going in with ResEdit after the fact) avoids the problem.
  19. But...
  20.  
  21. Sometimes you may want 2 or more different MCL working images around
  22. - and you probably want them all to have "MCL2" as their signature.
  23.  
  24. In this case, when you double-click an "MCL2" document, the Finder picks
  25. one of these images. It uses a heuristic to pick the image you don't want.
  26. Rebuilding the desktop may or may not help.
  27.  
  28. If you want to control which image is used, you can use the program
  29. Save A BNDL to "bless" one of the images. It's avail for anonymous
  30. ftp from sumex-aim or from aristotle.ils.nwu.edu (129.105.100.1)
  31. pub/engber/SaveABNDL13.hqx
  32.  
  33. BTW - Save A BNDL was originally prototyped in MCL. I could make the
  34. MCL source available to interested parties.
  35.  
  36. -ME
  37.