From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Reworked input handling via read_socket_hook interface Date: 13 Mar 2004 10:46:12 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040311152402.4EED.JMBARRANQUERO@wke.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079224043 18589 80.91.224.253 (14 Mar 2004 00:27:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Mar 2004 00:27:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Mar 14 01:27:12 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 1B2JTE-0003HN-00 for ; Sun, 14 Mar 2004 01:27:12 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2JTD-00041J-00 for ; Sun, 14 Mar 2004 01:27:11 +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 1B2In6-0005ah-H2 for emacs-devel@quimby.gnus.org; Sat, 13 Mar 2004 18:43:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2HwC-0000WZ-DS for emacs-devel@gnu.org; Sat, 13 Mar 2004 17:49:00 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B2HQd-0001Dw-R4 for emacs-devel@gnu.org; Sat, 13 Mar 2004 17:16:55 -0500 Original-Received: from [194.106.33.36] (helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B26f4-0001tX-1x for emacs-devel@gnu.org; Sat, 13 Mar 2004 05:46:34 -0500 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by server0027.freedom2surf.net (8.12.6/8.12.6/Debian-7) with ESMTP id i2DAkOdA008838; Sat, 13 Mar 2004 10:46:24 GMT Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id CBD38DDD6A; Sat, 13 Mar 2004 10:46:23 +0000 (GMT) Original-To: Juanma Barranquero In-Reply-To: <20040311152402.4EED.JMBARRANQUERO@wke.es> Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:20417 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20417 Juanma Barranquero writes: > 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). That was fixed on Thursday.