home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / lisp / mcl / 1849 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  770 b 

  1. Path: sparky!uunet!stanford.edu!apple!cambridge.apple.com!djskrien@COLBY.EDU
  2. From: djskrien@COLBY.EDU (Dale J. Skrien)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: more on view-cursor
  5. Message-ID: <9212162224.AA05992@host0.COLBY.EDU>
  6. Date: 16 Dec 92 22:24:16 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 10
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. > ...MCL's FORMAT ~D code conses if
  12. >you specify a MINCOL argument. Two choices: do the numeric conversion
  13. >yourself or ask for my patch that eliminates the consing from MCL's
  14. >FORMAT ~D code. The patch is called "less-format-consing-patch.lisp".
  15.  
  16. Do you also have a patch for formatting floats that eliminates
  17. the consing?  I sometime would like to display a float in
  18. the form "~,3f".  Thanks.
  19.  
  20. Dale Skrien
  21.