From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: async.el: A simple asynchronous framework for Emacs Date: Thu, 21 Jun 2012 15:17:46 +0200 Message-ID: <8762ak7qit.fsf@gnuvola.org> References: <87d34tn2ja.fsf@gnuvola.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340284677 16621 80.91.229.3 (21 Jun 2012 13:17:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 13:17:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 21 15:17:57 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ShhGg-0001fM-DV for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2012 15:17:50 +0200 Original-Received: from localhost ([::1]:40349 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShhGg-0000TN-5s for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2012 09:17:50 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShhGV-0000Ry-Ba for emacs-devel@gnu.org; Thu, 21 Jun 2012 09:17:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShhGP-0004XL-5W for emacs-devel@gnu.org; Thu, 21 Jun 2012 09:17:38 -0400 Original-Received: from smtp208.alice.it ([82.57.200.104]:45045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShhGO-0004XB-VQ for emacs-devel@gnu.org; Thu, 21 Jun 2012 09:17:33 -0400 Original-Received: from ambire (79.54.70.110) by smtp208.alice.it (8.6.023.02) id 4FE1E6F60021D6F1 for emacs-devel@gnu.org; Thu, 21 Jun 2012 15:17:31 +0200 Original-Received: from ttn by ambire with local (Exim 4.72) (envelope-from ) id 1ShhGc-0004Xy-RW for emacs-devel@gnu.org; Thu, 21 Jun 2012 15:17:46 +0200 In-Reply-To: (John Wiegley's message of "Wed, 20 Jun 2012 18:52:49 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.104 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151071 Archived-At: () John Wiegley () Wed, 20 Jun 2012 18:52:49 -0500 Yes, you found it! Setting process-connection-type to nil made it all work. Glad to hear it. I wonder why the default value is not nil.