Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!gatech!udel!new From: new@udel.EDU (Darren New) Newsgroups: comp.lang.smalltalk Subject: Re: Looking for a real "printOut" Keywords: printOut Message-ID: <11460@louie.udel.EDU> Date: 23 Mar 89 20:09:08 GMT References: <1090@irisa.UUCP> Sender: usenet@udel.EDU Reply-To: new@udel.EDU (Darren New) Organization: University of Delaware Lines: 16 In article <1090@irisa.UUCP> bousse@irisa.UUCP (Marc Bousse) writes: >I'm working on a ParcPlace VI.2.2 image on a Sun 3/60, and I was quite >surprised to find out that the "printOut" command in fact defaults to >"fileOut". This is really unfortunate for any Smalltalk user needing a >readable listing of his classes+methods: "fileOut" isn't very readable. >Marc BOUSSE >IRISA (Institut de Recherche en Informatique et Systemes Aleatoires) >Campus de Beaulieu - 35042 RENNES Cedex - FRANCE >Tel: (33) 99.36.20.00 E-Mail: bousse@irisa.irisa.fr The printOut defaults to fileOut. However, if you look under /usr/smalltalk/printing (or wherever you are storing it) there are files which, when filed in, will make printOut generate postscript files when "printOut" is invoked. This works very nicely on postscript printers, but cannot be used if you do not have postscript. Hope this helps -- Darren New