From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.devel Subject: Re: async.el: A simple asynchronous framework for Emacs Date: Sat, 23 Jun 2012 00:01:47 +0800 Message-ID: References: <87d34tn2ja.fsf@gnuvola.org> <8762ak7qit.fsf@gnuvola.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04088c7fd93b3404c311bf77 X-Trace: dough.gmane.org 1340380921 25330 80.91.229.3 (22 Jun 2012 16:02:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2012 16:02:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 22 18:02:00 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 1Si6J6-0000T7-1x for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2012 18:02:00 +0200 Original-Received: from localhost ([::1]:42641 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si6J5-0001LW-Qc for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2012 12:01:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si6J2-0001LD-Dr for emacs-devel@gnu.org; Fri, 22 Jun 2012 12:01:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Si6Iw-0007ho-KO for emacs-devel@gnu.org; Fri, 22 Jun 2012 12:01:56 -0400 Original-Received: from mail-bk0-f41.google.com ([209.85.214.41]:39779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si6Iw-0007hV-96 for emacs-devel@gnu.org; Fri, 22 Jun 2012 12:01:50 -0400 Original-Received: by bkcjm19 with SMTP id jm19so2005565bkc.0 for ; Fri, 22 Jun 2012 09:01:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FQ9IsuSpuTbq5gE3tIj6aD4I1hK2qxUfMFOb5CqqIto=; b=zO18DgOR5TgObNYKcoS4UbCcseJut14RPz0OynsHLebf99pEJVp/9lteE0nvz5pN7S tPRcGAsowQuWOF9Dbe8xQ6vO9PXlo4XOPh1/eto0DmWwUNZ6AILBhKGAs+DlG6i89DG7 ONnktHWCCyfESDPirw2Vhg7QJeDpswzdkVl2DuWK6csoSP2qZq9ir14zewsF4YA69P49 tx08xd9W0wve8I6z10EDHZdZiqdYKHrMYh/aWYNcxzIO2ZME5xrV6Z50ljmwRYsGlGoC /WE3S4DOUQWC2WIQbd9ypg9JHHcQv5M3jqT8o3wDKLy16ChRuwBfIl/r/MVoWtuf0PMN M4Qw== Original-Received: by 10.152.114.3 with SMTP id jc3mr2693947lab.11.1340380907387; Fri, 22 Jun 2012 09:01:47 -0700 (PDT) Original-Received: by 10.114.16.74 with HTTP; Fri, 22 Jun 2012 09:01:47 -0700 (PDT) In-Reply-To: <8762ak7qit.fsf@gnuvola.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.41 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:151088 Archived-At: --f46d04088c7fd93b3404c311bf77 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jun 21, 2012 at 9:17 PM, Thien-Thi Nguyen wrote: > () 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. > This is off-topic, but what a wonderful tip! I was seeing the "^G" issue in my customizations (also on Mac). -- Le --f46d04088c7fd93b3404c311bf77 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Jun 21, 2012 at 9:17 PM, Thien-Thi Nguyen <ttn@gnuvola.org> wrote:
() John Wiegley <jwiegley@gmail.co= m>
() Wed, 20 Jun 2012 18:52:49 -0500

=A0 Yes, you found it! =A0Setting process-connection-type to nil made it a= ll work.

Glad to hear it. =A0I wonder why the default value is not nil.

This is off-topic, but what a wonderful tip!=A0 I wa= s seeing the "^G" issue in my customizations (also on Mac).

--
Le
--f46d04088c7fd93b3404c311bf77--