From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59571 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: url.el blocks Gnus+nnrss Date: Fri, 14 Jan 2005 07:39:31 +0900 Organization: Emacsen advocacy group Message-ID: References: <87pt09v2m1.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105656289 15191 80.91.229.6 (13 Jan 2005 22:44:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Jan 2005 22:44:49 +0000 (UTC) Cc: emacs-devel@gnu.org, ding@gnus.org Original-X-From: ding-owner+M8111@lists.math.uh.edu Thu Jan 13 23:44:36 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CpDhk-00059D-00 for ; Thu, 13 Jan 2005 23:44:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CpDdJ-00034j-00; Thu, 13 Jan 2005 16:40:01 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CpDdB-00034d-00 for ding@lists.math.uh.edu; Thu, 13 Jan 2005 16:39:53 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CpDd4-0008Ck-WE for ding@lists.math.uh.edu; Thu, 13 Jan 2005 16:39:47 -0600 Original-Received: from washington.hostforweb.net ([69.61.11.2]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1CpDcz-0006F5-00 for ; Thu, 13 Jan 2005 23:39:41 +0100 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.43) id 1CpDdG-000615-Uq; Thu, 13 Jan 2005 17:39:59 -0500 Original-To: Stefan Monnier X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:W29LMvhIeSw86OJT0CUqO2le3Nw= X-Hashcash: 1:20:050113:monnier@iro.umontreal.ca::E/dQsiybT/vyZAtl:00000000000000000000000000000000000001niz X-Hashcash: 1:20:050113:emacs-devel@gnu.org::WQMReO8lxiQYZfqw:0000000000000000000000000000000000000000007khH X-Hashcash: 1:20:050113:ding@gnus.org::qEQcoLIz08VT5X6h:000029uO X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59571 gmane.emacs.devel:32211 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59571 >>>>> In <87pt09v2m1.fsf-monnier+emacs@gnu.org> Stefan Monnier wrote: > I've myself been using the patch below for a while now (it basically does > the same as yours, except it hoists the get-buffer-process outside the loop > and it removes the timeout since it shouldn't be needed now that Emacs knows > what we're waiting for). > I've just installed it. Excellent. I confirmed the problem has gone. Thank you.