Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!ucbvax!ucdavis!iris!gfink From: gfink@iris.ucdavis.edu (George Fink) Newsgroups: gnu.emacs Subject: Processes Keywords: emacs process help Message-ID: <5070@ucdavis.ucdavis.edu> Date: 7 Aug 89 17:47:50 GMT Sender: uucp@ucdavis.ucdavis.edu Reply-To: gfink@iris.ucdavis.edu (George Fink) Organization: U.C. Davis - Department of EECS Lines: 22 Ok, I give up. Does anybody out there have any ideas about this problem: I am trying to run a subordinate process in gnu emacs, and pass it input, while filtering the output into a buffer. My filter works find as far as I know, but I cannot for the life of me figure out how to send the process any input. I am starting the process with (start-process "process-name" buffer "program-name"). This is working, and the startup messages for the program get through my filter (which before it does anything else echos its input to the buffer). OK, but now I try to (process-send-string "process-name" "text") and any result of this function just seems to drop into a black hole. Thanks, --George George Fink | gfink@{clover,iris}.ucdavis.edu University of California, Davis | ucbvax!ucdavis!{clover,iris}!gfink