From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Steven Wu" Newsgroups: gmane.emacs.devel Subject: Re: Threads in emacs implementation Date: Wed, 8 Jun 2005 17:29:12 -0700 Message-ID: <6dae28842aa66073f82fc93f0b0f3b3e@qwest.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118277411 3431 80.91.229.2 (9 Jun 2005 00:36:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2005 00:36:51 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 02:36:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DgB1a-0003S4-TU for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 02:35:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgB8P-0000p2-Ij for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2005 20:43:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DgB7u-0000iZ-Hx for emacs-devel@gnu.org; Wed, 08 Jun 2005 20:42:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DgB7r-0000gs-Hb for emacs-devel@gnu.org; Wed, 08 Jun 2005 20:42:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgB7r-0000dx-3p for emacs-devel@gnu.org; Wed, 08 Jun 2005 20:42:27 -0400 Original-Received: from [63.231.195.116] (helo=mpls-qmqp-05.inet.qwest.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1DgAv7-0007WS-KU for emacs-devel@gnu.org; Wed, 08 Jun 2005 20:29:17 -0400 Original-Received: (qmail 72980 invoked by uid 0); 9 Jun 2005 00:27:33 -0000 Original-Received: from unknown (63.231.195.5) by mpls-qmqp-05.inet.qwest.net with QMQP; 9 Jun 2005 00:27:33 -0000 Original-Received: from 65-103-201-196.phnx.qwest.net (HELO ?10.0.0.5?) (65.103.201.196) by mpls-pop-05.inet.qwest.net with SMTP; 9 Jun 2005 00:29:13 -0000 Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.622) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38396 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38396 It will be better if someone pick up guile-emacs works. Guile is multithreaded and async IO. To bad that work is not going fast enough. steve