home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / lisp / mcl / 1347 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  2.2 KB

  1. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!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: A better "Fred Commands" help window
  5. Message-ID: <9208312033.AA26084@MIT.EDU>
  6. Date: 31 Aug 92 20:18:04 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 51
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Original-To: yost@adobe.com (David Yost)
  11. Original-Cc: info-mcl@cambridge.apple.com
  12.  
  13.  
  14.  
  15. > In article <9208260012.AA10718@MIT.EDU> cfry@MIT.EDU (Christopher Fry) writes:
  16. > > As the originator of the Fred Commands window, I'd like to state
  17. > > that Yost's formatting is a definate improvement on mine. [Thanks David!]
  18. > Thank you.  I was wondering if anyone cared.
  19. > It's nice to hear praise from the person
  20. > whose work you hope you've approved upon.
  21. By encouraging each other, we evolve great systems!
  22. > And I agree with your suggestions.
  23. > One more thing: The list should appear twice.
  24. > The first time the commands should be grouped by type of function
  25. > The second time they should be sorted by key sequence as they are now.
  26. Well as long as we're evolving the design here, Its certainly nice to have a semantic
  27. grouping. Such groupings could be made explicit via heirarchical menus.
  28. Here's a first pass at a hierarchical help menu for MCL
  29. help
  30.   Common Lisp
  31.      arithmetic
  32.      arrays
  33.      files
  34.      object system    
  35.      ...
  36.   Editor
  37.      by category
  38.         deleting
  39.         moving cursor
  40.         
  41.         ...
  42.      by function name
  43.      by key binding
  44.   Forieng Function Inteface
  45.   Inspector
  46.   Mac OS
  47.   Stepper
  48.   Window System
  49.      menus
  50.      ...
  51.      windows 
  52. > > A nice extension would be to put a sentence of documentation in a 3rd
  53. > > column to the right.  For instance, the meaning of "ed-yank" might not
  54. > > be obvious to the new user but a short description of it would clear up
  55. > > misunderstandings.
  56. > Would you volunteer to do this?  I'm new to Fred and emacs.
  57. Being new is an ADVANTAGE! We want this to be so obvious that new users can
  58. understand it. I wouldn't mind helping but...
  59. I was kinda hoping Apple would realize this was important and pick up the ball.
  60. Fred help should fit into the context of other kinds of help in MCL. 
  61.