From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: redisplay system of emacs Date: Mon, 22 Feb 2010 20:34:20 -0700 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> <301E4B9C-027D-4AC4-A6E9-0F4AD251327B@gmail.com> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1266896172 20878 80.91.229.12 (23 Feb 2010 03:36:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Feb 2010 03:36:12 +0000 (UTC) Cc: Giuseppe Scrivano , "emacs-devel@gnu.org discussions" To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 23 04:36:08 2010 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 1NjlZ5-0008Al-2u for ged-emacs-devel@m.gmane.org; Tue, 23 Feb 2010 04:36:03 +0100 Original-Received: from localhost ([127.0.0.1]:57104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjlZ2-0002BX-2o for ged-emacs-devel@m.gmane.org; Mon, 22 Feb 2010 22:36:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjlXk-0001vq-A6 for emacs-devel@gnu.org; Mon, 22 Feb 2010 22:34:40 -0500 Original-Received: from [140.186.70.92] (port=40888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjlXf-0001uJ-P7 for Emacs-devel@gnu.org; Mon, 22 Feb 2010 22:34:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NjlXb-0001Lf-FW for Emacs-devel@gnu.org; Mon, 22 Feb 2010 22:34:35 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:51295) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjlXV-0001Kx-HN; Mon, 22 Feb 2010 22:34:25 -0500 Original-Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1N3YMu8017382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 22 Feb 2010 22:34:22 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1N3YMwR025058; Mon, 22 Feb 2010 22:34:22 -0500 Original-Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o1N3YLco020039; Mon, 22 Feb 2010 22:34:21 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id D9A45378190; Mon, 22 Feb 2010 20:34:20 -0700 (MST) X-Attribution: Tom In-Reply-To: <301E4B9C-027D-4AC4-A6E9-0F4AD251327B@gmail.com> (David Reitter's message of "Mon, 22 Feb 2010 22:01:54 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:121289 Archived-At: >>>>> "David" == David Reitter writes: David> That link suggests that the feature you're using is related to David> ELF and thus not portable. Yeah, we currently use __thread and the POSIX thread API. These can be made portable by someone who has the know-how. Tom