Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!ncar!midway!arthur!francis From: francis@arthur.uchicago.edu (Francis Stracke) Newsgroups: comp.sys.mac.programmer Subject: Re: QUESTION: Format C Code in THINK C 4.0 Message-ID: <1990Sep26.214559.16181@midway.uchicago.edu> Date: 26 Sep 90 21:45:59 GMT References: <2377.26fb359f@miavx1.acs.muohio.edu> Sender: news@midway.uchicago.edu (News Administrator) Organization: Mathematics Department, University of Chicago Lines: 17 In article <2377.26fb359f@miavx1.acs.muohio.edu> rapickering@miavx1.acs.muohio.edu writes: >A question... > >I'm sure you have seen how THINK pascal formats you're text. > >Why was this feature taken out of THINK C ? THINK Pascal (LSP) is descended from Mac Pascal, the first (2nd?) Mac language. Mac Pascal originated the pretty-printing; LSP inherited it, apparently to punish us. LSC is not actually related to LSP; it predates Symantec's acquisition of the latter (question: anybody know how that came about?). There was never any pretty-printing in LSC; it wasn't taken out. >And...is there anyway I can put it into THINK C. Hahahahahaha... Why would you want to, anyway? It's kind of nice, but it gets obnoxious. Especially when you've got a godawful long list of things that you've told it you want printed horizontally (variables and unit names, for example--either all on one line or each on its own).