From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Reworked input handling via read_socket_hook interface Date: Thu, 11 Mar 2004 15:26:15 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040311152402.4EED.JMBARRANQUERO@wke.es> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1079160594 2037 80.91.224.253 (13 Mar 2004 06:49:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Mar 2004 06:49:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Mar 13 07:49:45 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B22xt-0003Mo-00 for ; Sat, 13 Mar 2004 07:49:45 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B22xt-0003fB-00 for ; Sat, 13 Mar 2004 07:49:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B22n3-0003pY-4H for emacs-devel@quimby.gnus.org; Sat, 13 Mar 2004 01:38:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B22gL-0002t8-9C for emacs-devel@gnu.org; Sat, 13 Mar 2004 01:31:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B1Rhq-0004Cq-31 for emacs-devel@gnu.org; Thu, 11 Mar 2004 10:03:14 -0500 Original-Received: from [62.22.181.117] (helo=idefix.laley.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1R8e-0006yE-Tp for emacs-devel@gnu.org; Thu, 11 Mar 2004 09:26:21 -0500 Original-Received: from [172.17.221.23] (jsredondo.wk.org [172.17.221.23]) by idefix.laley.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id GGPZJ73C; Thu, 11 Mar 2004 15:25:55 +0100 Original-To: emacs-devel@gnu.org In-Reply-To: X-Mailer: Becky! ver. 2.08.01 [en] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20379 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20379 On Mon, 08 Mar 2004 19:24:18 +0100 Harald Maier wrote: > FYI. I compiled the updated W32 version of emacs and all worked fine. Did you try configuring/bootstrapping? I found out that PATH_BITMAPS isn't defined in nt/paths.h (so it isn't in src/epaths.h). Juanma