From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: Reworked input handling via read_socket_hook interface Date: Mon, 08 Mar 2004 19:24:18 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079008698 19316 80.91.224.253 (11 Mar 2004 12:38:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2004 12:38:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 11 13:37:59 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 1B1PRn-0006or-00 for ; Thu, 11 Mar 2004 13:37:59 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B1PRm-0006JC-00 for ; Thu, 11 Mar 2004 13:37:59 +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 1B1OR7-0005qv-0M for emacs-devel@quimby.gnus.org; Thu, 11 Mar 2004 06:33:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B0PR3-00072f-Lg for emacs-devel@gnu.org; Mon, 08 Mar 2004 13:25:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B0PQT-0006q7-10 for emacs-devel@gnu.org; Mon, 08 Mar 2004 13:25:01 -0500 Original-Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B0PQS-0006pf-Jm for emacs-devel@gnu.org; Mon, 08 Mar 2004 13:24:28 -0500 Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1B0PQK-0008TP-00; Mon, 08 Mar 2004 19:24:20 +0100 Original-Received: from [80.136.230.95] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1B0PQK-0007pF-00; Mon, 08 Mar 2004 19:24:20 +0100 Original-Received: by ate.maierh (Postfix, from userid 500) id 19F6A1810D; Mon, 8 Mar 2004 19:24:19 +0100 (CET) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "03 Mar 2004 15:33:11 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 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:20297 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20297 storm@cua.dk (Kim F. Storm) writes: > I have modified all of the X, W32, and MAC versions, but I have only > tested on X and -nw on GNU/Linux, so there might be problems on W32 > and MAC. Please check and report any problems to me. FYI. I compiled the updated W32 version of emacs and all worked fine. Harald