Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!gatech!purdue!bouma From: bouma@cs.purdue.EDU (William J. Bouma) Newsgroups: comp.lang.lisp Subject: Lucid specific stream question Message-ID: <13256@medusa.cs.purdue.edu> Date: 1 Feb 91 04:43:15 GMT Distribution: usa Organization: Department of Computer Science, Purdue University Lines: 7 I want to make *standard-output* and *standard-input* into binary streams. (stream-element-type *standard-output*) returns 'string-char as one would expect. But there is no setf method for stream-element- type. Does anyone know how I could make those streams be of type '(unsigned-byte 8)? -- Bill