From ... From: Erik Naggum Subject: Re: concatenated-stream - which component is being read from? Date: 2000/03/29 Message-ID: <3163344737710362@naggum.no>#1/1 X-Deja-AN: 603984692 References: mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 954358066 26947 195.0.192.66 (29 Mar 2000 19:27:46 GMT) Organization: Naggum Software; vox: +47 8800 8879; fax: +47 8800 8601; http://www.naggum.no User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 Mime-Version: 1.0 NNTP-Posting-Date: 29 Mar 2000 19:27:46 GMT Newsgroups: comp.lang.lisp * Sam Steingold | Is there a way to figure out which component of a concatenated stream is | being read from? from the definition of concatenated-stream-streams: Returns a list of input streams that constitute the ordered set of streams the concatenated-stream still has to read from, starting with the current one it is reading from. The list may be empty if no more streams remain to be read. #:Erik