home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / lisp / 2394 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  946 b 

  1. Path: sparky!uunet!gatech!emory!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!<UNAUTHENTICATED>+
  2. From: William.Lott@cs.cmu.edu
  3. Newsgroups: comp.lang.lisp
  4. Subject: Re: Function to print in #S format
  5. Message-ID: <0efbP_600jeiIZz706@cs.cmu.edu>
  6. Date: 9 Sep 92 14:12:26 GMT
  7. References: <SJAMESON.92Sep8161926@fergie.dnet.ge.com>
  8.     <19920909004003.1.GADBOIS@CLIO.MCC.COM>
  9. Organization: Carnegie Mellon, Pittsburgh, PA
  10. Lines: 12
  11. In-Reply-To: <19920909004003.1.GADBOIS@CLIO.MCC.COM>
  12.  
  13. gadbois@mcc.com (David Gadbois) writes:
  14. > Note that CMU CL v15 did not let you use structure types as
  15. > specializers, so this will not work there.  I have not checked v16 yet
  16. > to see if they have fixed it.
  17.  
  18. I don't remember about 16d, but 16e does support structure
  19. specializers.  But the following should work in either version:
  20.  
  21.     (c::default-structure-print structure stream depth)
  22.  
  23. -William Lott
  24. CMU Common Lisp Group
  25.