home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / lisp / mcl / 1938 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.3 KB

  1. Path: sparky!uunet!stanford.edu!apple!cambridge.apple.com!bill@cambridge.apple.com
  2. From: bill@cambridge.apple.com (Bill St. Clair)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: remove-view-from-window
  5. Message-ID: <9301061621.AA24869@cambridge.apple.com>
  6. Date: 6 Jan 93 17:26:12 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 25
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. At 21:28 1/5/93 +0000, John R. Gersh wrote:
  12. >In article <9301051918.AA19536@newton.apple.com> Maurice Sharp writes:
  13. >>
  14. >>According to both the manual and MCL.help the arguments to
  15. >>remove-view-from-window are a view and a window.
  16. >>
  17. >>This is not correct, there are actually no arguments.
  18. >>
  19. >
  20. >Well, actually there seem to be three versions:
  21. >        
  22. >        The manual says that the argument to remove-view-from-window
  23. >        is a view.
  24. >
  25. >        The built-in documentation (c-x c-d) says that the arguments
  26. >        are a view and a window.
  27. >
  28. >        If you inspect the function the inspector window says that its
  29. >        arglist is nil.
  30. >
  31. >The manual appears to be correct - the function works as one would
  32. >expect from its description if you give it a view as an argument.
  33.  
  34. John is correct. The manual has it right; one argument: a view. The other two problems
  35. are bugs in the on-line help file.
  36.