From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: multi-threaded Emacs Date: Tue, 9 Dec 2008 07:45:05 +0530 Message-ID: References: <87abbiody1.fsf@master.homenet> <87y6yxm7xr.fsf@master.homenet> <87hc5gyn9x.fsf@master.homenet> <87ej0ixx97.fsf@master.homenet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228788931 24447 80.91.229.12 (9 Dec 2008 02:15:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2008 02:15:31 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca To: "Giuseppe Scrivano" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 09 03:16:33 2008 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.50) id 1L9s9E-0004ce-2j for ged-emacs-devel@m.gmane.org; Tue, 09 Dec 2008 03:16:28 +0100 Original-Received: from localhost ([127.0.0.1]:39184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9s82-0000Yo-Ud for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2008 21:15:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9s7y-0000Yi-DD for emacs-devel@gnu.org; Mon, 08 Dec 2008 21:15:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9s7w-0000YW-1u for emacs-devel@gnu.org; Mon, 08 Dec 2008 21:15:09 -0500 Original-Received: from [199.232.76.173] (port=53308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9s7v-0000YT-SK for emacs-devel@gnu.org; Mon, 08 Dec 2008 21:15:07 -0500 Original-Received: from wf-out-1314.google.com ([209.85.200.171]:47411) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9s7v-0008TL-92 for emacs-devel@gnu.org; Mon, 08 Dec 2008 21:15:07 -0500 Original-Received: by wf-out-1314.google.com with SMTP id 28so1457622wfc.24 for ; Mon, 08 Dec 2008 18:15:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=D+Je3f3tHMyPmn8Le18YOsfFjOCvsrRVYrtVmvhNXWA=; b=pTGeoT/x//mmJbNaWiIeTqJ1Lz1RNPCrJebzRIHp34nktipswSENmKbCfFKTfJGUd1 XRL6hs6uHKPAq8A6kIGke5IYr7n4ILk3BpO10qjBbxIyUvLf0Wc4v/D2Zs3fH5JUEXgR 5s/yVXgY7JlHXdEszVdIEMYxlv+CuJ96svv1Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=pG3Lzd+qWV+3wgHtMO3du8F2dpx0ov+eS6phAmGBSu7pgM2vG8WBrrPFkLGocKkBcm erUxele1x7LHnk7ldnWn7+/LX1UpX0JdnoaabALZy20KKSENDvn+U8la+vk9Th7wRUu3 3LiFPMxomAMwsKvgtAqTsYSB0pDBb/A2u/2FQ= Original-Received: by 10.142.50.15 with SMTP id x15mr1828634wfx.323.1228788905989; Mon, 08 Dec 2008 18:15:05 -0800 (PST) Original-Received: by 10.142.54.16 with HTTP; Mon, 8 Dec 2008 18:15:05 -0800 (PST) In-Reply-To: <87ej0ixx97.fsf@master.homenet> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:106700 Archived-At: Hello, On Tue, Dec 9, 2008 at 1:19 AM, Giuseppe Scrivano wrote: > Richard M Stallman writes: > >> What is the condition for thread-switching in your latest version? > > The `yield' primitive must be explicitly called. I hope there will be a branch with this code sometime soon being updated from HEAD constantly. I will then be able to play with this along with the bleeding edge features on HEAD. -dhruva -- Contents reflect my personal views only!