From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: dme@dme.org Newsgroups: gmane.emacs.devel Subject: Re: Mac OS X - Hang / C-g problem patch Date: Tue, 10 Dec 2002 12:38:06 +0000 Organization: none Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <60BC2832-0BA1-11D7-B27B-00039390AB82@mac.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039526164 12711 80.91.224.249 (10 Dec 2002 13:16:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2002 13:16:04 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18LkEy-0003IF-00 for ; Tue, 10 Dec 2002 14:16:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18LkPX-00006U-00 for ; Tue, 10 Dec 2002 14:26:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Ljnn-0003SI-00 for emacs-devel@quimby.gnus.org; Tue, 10 Dec 2002 07:47:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18Ljn1-0003Ha-00 for emacs-devel@gnu.org; Tue, 10 Dec 2002 07:47:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Ljmy-0003G9-00 for emacs-devel@gnu.org; Tue, 10 Dec 2002 07:47:06 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Ljmx-0003FF-00 for emacs-devel@gnu.org; Tue, 10 Dec 2002 07:47:03 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18Ljmm-0001ly-00 for ; Tue, 10 Dec 2002 13:46:52 +0100 Original-To: emacs-devel@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18Ljml-0001lp-00 for ; Tue, 10 Dec 2002 13:46:51 +0100 Original-Path: chocolate-chip-cookie.uk.sun.com!news Original-Lines: 18 Original-NNTP-Posting-Host: host217-37-28-201.in-addr.btopenworld.com Original-X-Trace: main.gmane.org 1039524411 6808 217.37.28.201 (10 Dec 2002 12:46:51 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Tue, 10 Dec 2002 12:46:51 +0000 (UTC) User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (powerpc-apple-darwin) Cancel-Lock: sha1:E3JR5SYRnoxlSLzfVJO1TUYdJwk= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10032 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10032 * steventamm@mac.com [2002-12-09 18:09:37] > Just remembered something from my async-read patch; read shouldn't > call select if the fd is non-blocking (which may or may not be the > issue here) > Could you try this patch? This improves things a lot. Brief testing indicates that erc now works. I'll test some more and report if I discover any other problems. Thanks very much. > One other thing: does pressing C-g cause it to quit, or does it just > hang? In the previous situation, pressing C-g did nothing after emacs was already hung. Slight testing before it hung indicated that C-g behaved as expected.