From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: System calls without error checks in w32 Date: Tue, 8 Jun 2010 02:34:33 +0200 Message-ID: References: <4C037EFE.4040304@gmx.de> <87zkz9qu2r.fsf@home.jasonrumney.net> <4C0CCBCE.8080503@gmx.de> <87k4qa99l4.fsf@uwakimon.sk.tsukuba.ac.jp> <4C0D2A87.3070403@gmx.de> <4C0D4078.1030208@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1275958657 17363 80.91.229.12 (8 Jun 2010 00:57:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Jun 2010 00:57:37 +0000 (UTC) Cc: "Stephen J. Turnbull" , emacs-devel@gnu.org, Jason Rumney To: grischka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 08 02:57:35 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 1OLn8H-0003bo-Tq for ged-emacs-devel@m.gmane.org; Tue, 08 Jun 2010 02:57:34 +0200 Original-Received: from localhost ([127.0.0.1]:53353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLmnR-0001S2-75 for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 20:36:01 -0400 Original-Received: from [140.186.70.92] (port=50536 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLmnD-0001E6-UL for emacs-devel@gnu.org; Mon, 07 Jun 2010 20:35:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLmmM-0008Cm-9d for emacs-devel@gnu.org; Mon, 07 Jun 2010 20:34:55 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:57151) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLmmM-0008Ce-5a; Mon, 07 Jun 2010 20:34:54 -0400 Original-Received: by gwb19 with SMTP id 19so802898gwb.0 for ; Mon, 07 Jun 2010 17:34:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=ys7i4b2n31N7UWG0e7P8syhGhal/NAfjz1Na2FWJV70=; b=KpuOD2iQ3wNN37FfxOR1wZUVysXnb3qstMbIl39kftMu/JxSGGDe1TH30t2pGehCJE ost1phhn1Ize6cEOrDNB2qxZ0VviDc74F8PHIGQjja7b/ur7zj3XKRef5zYFdj9FNVyh ZTDks6fzoD6l/KHkI9d1T/Qt3hImJfyhkca8A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=oKeGfwGKB1OYg8b0Uu1A/hmRZIiABn7stVU3wGgeCXm9t9kOalKM5CphJ9E07vZ+GP bCNn/QJb91PFylpFdmJ4YyyH7CkS0DGhJzYm/Js69nRbn9jJE+GuOx2ZvjL3sxHZ+Ady g8NfDXHRcq0rQ0V6XEjFL0kKek4nULeikP4cg= Original-Received: by 10.101.105.2 with SMTP id h2mr16107789anm.83.1275957293161; Mon, 07 Jun 2010 17:34:53 -0700 (PDT) Original-Received: by 10.100.154.15 with HTTP; Mon, 7 Jun 2010 17:34:33 -0700 (PDT) In-Reply-To: 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:125626 Archived-At: > - The gui thread can also send resizing messages during resizing which > the lisp thread can safely ignore if it is occupied since the > information is available later. > The gui thread can send a message to the lisp thread when resizing is > finished and tell that resizing has been done. The A shit, this is how firefox sometimes handle input when GDI resources are exhausted. You have to guess the end part of the message for now ... ;-)