From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: grischka Newsgroups: gmane.emacs.devel Subject: Re: System calls without error checks in w32 Date: Mon, 07 Jun 2010 12:37:02 +0200 Message-ID: <4C0CCBCE.8080503@gmx.de> References: <4C037EFE.4040304@gmx.de> <87zkz9qu2r.fsf@home.jasonrumney.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1275907055 17433 80.91.229.12 (7 Jun 2010 10:37:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2010 10:37:35 +0000 (UTC) Cc: lennart.borgman@gmail.com, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 07 12:37:33 2010 connect(): No such file or directory 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 1OLZhy-0007IF-Lz for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 12:37:30 +0200 Original-Received: from localhost ([127.0.0.1]:51765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLZhx-00011S-Uy for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 06:37:29 -0400 Original-Received: from [140.186.70.92] (port=41812 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLZhn-0000tm-P3 for emacs-devel@gnu.org; Mon, 07 Jun 2010 06:37:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLZhh-0006JK-RY for emacs-devel@gnu.org; Mon, 07 Jun 2010 06:37:19 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:51574) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OLZhh-0006Im-Dw for emacs-devel@gnu.org; Mon, 07 Jun 2010 06:37:13 -0400 Original-Received: (qmail invoked by alias); 07 Jun 2010 10:37:10 -0000 Original-Received: from unknown (EHLO [10.62.3.27]) [82.113.106.188] by mail.gmx.net (mp070) with SMTP; 07 Jun 2010 12:37:10 +0200 X-Authenticated: #18588216 X-Provags-ID: V01U2FsdGVkX18/mSRRLW4/WeeaIh0AikSzQj9BozI+H6DV4ef7xx /bCAh9wTWlOXQZ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <87zkz9qu2r.fsf@home.jasonrumney.net> X-Y-GMX-Trusted: 0 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:125572 Archived-At: Jason Rumney wrote: > grischka writes: > >> Basically: Replace the command_loop by callbacks, then get rid of the >> w32-GUI-thread, then watch how the problems disappeared. Magically ;-) > > Some problems may disappear, but they will be replaced by many more > serious problems; like windows that can't be moved while Lisp code is > busy running. XEmacs uses the same thread for lisp and gui and doesn't have any such problem. --- grischka