From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Concurrency (was: redisplay system of emacs) Date: Fri, 05 Mar 2010 17:53:13 -0500 Message-ID: References: <27349166.post@talk.nabble.com> <27560255.post@talk.nabble.com> <4B754E74.8060705@swipnet.se> <27563610.post@talk.nabble.com> <4B7564C7.1010309@swipnet.se> <27564728.post@talk.nabble.com> <4B756FB7.3050202@swipnet.se> <87k4ui4gik.fsf@lola.goethe.zz> <27566385.post@talk.nabble.com> <87wryi2sjd.fsf@lola.goethe.zz> <27585994.post@talk.nabble.com> <87k4ucdmwh.fsf@stupidchicken.com> <87d3zweq4e.fsf@master.homenet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267829614 9745 80.91.229.12 (5 Mar 2010 22:53:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 5 Mar 2010 22:53:34 +0000 (UTC) Cc: tromey@redhat.com, "alin.s" , Chong Yidong , Emacs-devel@gnu.org To: Giuseppe Scrivano Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 05 23:53:29 2010 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NngOa-0003Pu-P9 for ged-emacs-devel@m.gmane.org; Fri, 05 Mar 2010 23:53:25 +0100 Original-Received: from localhost ([127.0.0.1]:41374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NngOa-0002iP-6s for ged-emacs-devel@m.gmane.org; Fri, 05 Mar 2010 17:53:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NngOW-0002hd-8U for emacs-devel@gnu.org; Fri, 05 Mar 2010 17:53:20 -0500 Original-Received: from [140.186.70.92] (port=32868 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NngOV-0002h0-CJ for Emacs-devel@gnu.org; Fri, 05 Mar 2010 17:53:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NngOU-0008Me-Ey for Emacs-devel@gnu.org; Fri, 05 Mar 2010 17:53:19 -0500 Original-Received: from tomts20.bellnexxia.net ([209.226.175.74]:37672 helo=tomts20-srv.bellnexxia.net) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NngOU-0008MV-4c; Fri, 05 Mar 2010 17:53:18 -0500 Original-Received: from toip4.srvr.bell.ca ([209.226.175.87]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20100305225316.BEAE27709.tomts20-srv.bellnexxia.net@toip4.srvr.bell.ca>; Fri, 5 Mar 2010 17:53:16 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAA8XkUtGN5E3/2dsb2JhbACbSHS2Z4R3BIMX Original-Received: from bas1-montreal42-1178046775.dsl.bell.ca (HELO ceviche.home) ([70.55.145.55]) by toip4.srvr.bell.ca with ESMTP; 05 Mar 2010 18:15:52 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id E626CB4257; Fri, 5 Mar 2010 17:53:13 -0500 (EST) In-Reply-To: <87d3zweq4e.fsf@master.homenet> (Giuseppe Scrivano's message of "Tue, 23 Feb 2010 01:45:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 8 (1) 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:121666 Archived-At: > The emacs concurrency project, despite recently a not very active > development, is in a quite advanced development status. [...] > The git repository is accessible here (g-exp branch): > git://gitorious.org/emacs-mt/emacs-mt.git Could you install your code (assuming it does not have contributions from people who haven't signed the relevant paperwork, of course) into a new `concurrent' branch in the Bzr repository? That would be very helpful, Stefan PS: Obviously, you'll first have to convert it to Bzr and then you'll probably need to rebase it on top of Emacs's Bzr trunk.