Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!floyd!whuxlb!pyuxll!eisx!npoiv!npois!hogpc!houxm!ihnp4!ixn5c!inuxc!pur-ee!ecn-ec:malcolm From: ecn-ec:malcolm@pur-ee.UUCP Newsgroups: net.lang.lisp Subject: Franz Lisp Process Help??? - (nf) Message-ID: <1140@ecn-ec.UUCP> Date: Tue, 20-Sep-83 04:25:55 EDT Article-I.D.: ecn-ec.1140 Posted: Tue Sep 20 04:25:55 1983 Date-Received: Wed, 21-Sep-83 05:43:13 EDT Lines: 27 #N:ecn-ec:6400003:000:655 ecn-ec!malcolm Sep 20 02:09:00 1983 Can anybody tell me how to use the process routine in Franz Lisp to set up a pipe to a process? An example of it in use would be a big help. In the lisp library sources I found a sample call that works without the pipe args, but I still don't understand what it is trying to do. The system version (that works) is (apply 'process (ncons (concat "/bin/echo " PlotDevice))) . Why isn't this the same as (process (ncons (concat "/bin/echo " PlotDevice))) ? or even (process (concat "/bin/echo " PlotDevice)) Thanks for your help. Malcolm Slaney Purdue EE Dept. {ucbvax,ihnp4,decvax,harpo}! pur-ee!malcolm mgs@purdue