Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uwm.edu!lll-winken!sun-barr!rutgers!aramis.rutgers.edu!atanasoff.rutgers.edu!lou From: lou@atanasoff.rutgers.edu (Lou Steinberg) Newsgroups: comp.lang.lisp Subject: typo in CLtL 2nd ed ?? Message-ID: Date: 12 Feb 90 21:16:55 GMT Reply-To: lou@cs.rutgers.edu Organization: Rutgers Univ., New Brunswick, N.J. Lines: 27 I have what looks like a typo in Common LIsp the Language, 2nd edition: Page 567, first line: ... the user wishes to use a non-standard value for some variable ... it can be bound by let inside the body of with-standard-io-syntax. For example: ... (with-open-file ... (let ((*read-eval* nil)) (with-standard-io-syntax (print data file)))) The text makes sense - put the let inside the with-standard-io-syntax - but the example shows the let outside. Is this a typo in the example? Is there some ftp-able (or otherwise available) list of known typos in the second edition as there was for the first? Thank you. -- Lou Steinberg uucp: {pretty much any major site}!rutgers!aramis.rutgers.edu!lou arpa: lou@cs.rutgers.edu