From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: System calls without error checks in w32 Date: Sun, 06 Jun 2010 01:15:40 +0800 Message-ID: <87zkz9qu2r.fsf@home.jasonrumney.net> References: <4C037EFE.4040304@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1275758160 10242 80.91.229.12 (5 Jun 2010 17:16:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Jun 2010 17:16:00 +0000 (UTC) Cc: lennart.borgman@gmail.com, emacs-devel@gnu.org To: grischka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 05 19:15:58 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 1OKwyU-00022U-Dh for ged-emacs-devel@m.gmane.org; Sat, 05 Jun 2010 19:15:58 +0200 Original-Received: from localhost ([127.0.0.1]:57623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKwyT-0002uL-O5 for ged-emacs-devel@m.gmane.org; Sat, 05 Jun 2010 13:15:57 -0400 Original-Received: from [140.186.70.92] (port=36460 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKwyO-0002uG-Lo for emacs-devel@gnu.org; Sat, 05 Jun 2010 13:15:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKwyN-0007lS-6r for emacs-devel@gnu.org; Sat, 05 Jun 2010 13:15:52 -0400 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:63100) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKwyN-0007lH-1F for emacs-devel@gnu.org; Sat, 05 Jun 2010 13:15:51 -0400 Original-Received: by pva18 with SMTP id 18so2654180pva.0 for ; Sat, 05 Jun 2010 10:15:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:from:to:cc :subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=G8jwnExsFTKx2wKhRA9q9106C0xyhEt2rjptLG9WG6o=; b=doYtSA9o2PtU4uAtBdOIZ7Lgxv9iYQrsCpqwywZ1bCP6i49tr8K0QP8wuagcnqywmc exoHW3EsMHbCdsp4SJNodJr623QdhBMbJipCB5R1GIMZ9yamFuXwSaOtq8lo1Kv7In2k RmHPb++a/aV8bxEfHd4buHkn2rBKNYS2XZaoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=W5pLpALwdoIckSxqewWN5tuhbxhjHAyb53WimEEBKUCAECnl7BgZ9Dscm498cwks9s gT6oT/i+8SaWBUXjvMG/ymN9Xc+MbZUXUFIdkN4nkzZbjHRHjNl2c7Yg0j/DVHyF8+b4 KvgaV3+xtoE9JM+H9pQt5qnh0zXPdr+kk4vwI= Original-Received: by 10.114.236.18 with SMTP id j18mr9911985wah.16.1275758149091; Sat, 05 Jun 2010 10:15:49 -0700 (PDT) Original-Received: from home.jasonrumney.net ([202.87.221.130]) by mx.google.com with ESMTPS id d16sm20269456wam.12.2010.06.05.10.15.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 05 Jun 2010 10:15:46 -0700 (PDT) Original-Received: by home.jasonrumney.net (Postfix, from userid 1000) id B36C2460; Sun, 6 Jun 2010 01:15:40 +0800 (MYT) In-Reply-To: <4C037EFE.4040304@gmx.de> (grischka's message of "Mon, 31 May 2010 11:18:54 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.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:125548 Archived-At: 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.