From ... From: Erik Naggum Subject: Re: q. on reading bytes from "BIDIRECTIONAL-TERMINAL-STREAM" Date: 2000/08/25 Message-ID: <3176196939254025@naggum.net>#1/1 X-Deja-AN: 662351174 References: <39A1D958.14924444@spam.com> <39A31D18.7024041C@spam.com> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 967208954 23714 195.0.192.66 (25 Aug 2000 13:09:14 GMT) Organization: Naggum Software; vox: +47 8800 8879; fax: +47 8800 8601; http://naggum.no; http://naggum.net User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 Mime-Version: 1.0 NNTP-Posting-Date: 25 Aug 2000 13:09:14 GMT Newsgroups: comp.lang.lisp * Lieven Marchand | USER(39): (loop for c across *foo* | collect (code-char c)) | (#\# #\. #\n #\e #\w #\s #\r #\c #\- #\l ...) (map 'list #'char-code ) #:Erik -- If this is not what you expected, please alter your expectations.