From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Milan Zamazal Newsgroups: gmane.emacs.help Subject: Accepting process output from a given process only? Date: Fri, 06 Aug 2004 14:08:45 +0200 Organization: BRAILCOM, o.p.s. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87oelopiya.fsf@swan.zamazal.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1091794876 7107 80.91.224.253 (6 Aug 2004 12:21:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Aug 2004 12:21:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 06 14:21:06 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bt3ic-0007vx-00 for ; Fri, 06 Aug 2004 14:21:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bt3mD-0004Ed-Fk for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Aug 2004 08:24:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bt3m6-0004EY-TI for help-gnu-emacs@gnu.org; Fri, 06 Aug 2004 08:24:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bt3m3-0004Dn-Lb for help-gnu-emacs@gnu.org; Fri, 06 Aug 2004 08:24:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bt3m3-0004Dk-IR for help-gnu-emacs@gnu.org; Fri, 06 Aug 2004 08:24:39 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bt3iO-0000hH-Ex for help-gnu-emacs@gnu.org; Fri, 06 Aug 2004 08:20:52 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bt3iM-0005Sq-00 for ; Fri, 06 Aug 2004 14:20:50 +0200 Original-Received: from racek.programky.cz ([81.30.247.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Aug 2004 14:20:50 +0200 Original-Received: from pdm by racek.programky.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Aug 2004 14:20:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: racek.programky.cz X-Face: >kl&pL}(a*u\BCj7Q, \Yoq35~, 4dAu"CPGaJ[ahMli9uu#aF7dWxc3L.eaK2RWRU|', E+. -':&gJ-JAZ/N$f^4-3?G7M&Knna[A=lJ$}^!%@vuvulVl6-)x.V8RZ7fW9< User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:y0vR14I29da1b6qnlrmNGJpVV1s= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20009 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20009 I'd like to receive output from an asynchronous process, but without possible invocation of other asynchronous actions. If I simply call accept-process-output, other process filter functions or timers may be invoked at that time, which is what I need to avoid. Is there a way to read an output of just a given single asynchronous process? If it is not, would it be possible/feasible to implement such a function for Emacs (I might do it if it is not too complicated)? Thanks for any advice. Milan Zamazal -- Wasting somebody else's time strikes me as the height of rudeness. Bill Gates