home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / lisp / mcl / 1628 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.4 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!cfry@MIT.EDU
  2. From: cfry@MIT.EDU (Christopher Fry)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: I Want my own framework...
  5. Message-ID: <9211182127.AA16643@MIT.EDU>
  6. Date: 18 Nov 92 22:25:37 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 23
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. Congrats to Dan LaLiberte on separate "applications" within MCL.
  12. Good idea, nice implementation, potentially important implications.
  13.  
  14. Two little ideas:
  15.  
  16. >All applications, stored in the list *applications*, are added
  17. > to the Apple menu under the About ... item.
  18.  
  19. You might also want to put these under the Mac sys 7 apps menu on the
  20. RIGHT of the menu bar. If the goal here is to not have the user care 
  21. whether the app is a lisp-app or not, this would make sense.
  22.  
  23. ____
  24. I use Now Utilities. One of the features I like most about it is that 
  25. you can set up application switching such that it will hide the
  26. windows of the other app whenever you switch apps. This means, of 
  27. course, that you can't simply click on a window of another app to
  28. switch apps, you've got to pick it off a menu. But it means your screen 
  29. isn't cluttered with windows from other apps which is sometimes what you 
  30. want. I'd recommend putting a slot in each app called
  31. HIDE-OTHERS-WHEN-RESUMED?
  32. And have a way that you could easily change the bit for individual apps 
  33. or change all as a group. 
  34.