From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59568 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: nnrss often hangs recent CVS Emacs Date: Wed, 12 Jan 2005 20:31:03 +0900 Organization: Emacsen advocacy group Message-ID: References: <87pt0hyzdv.fsf@mid.packer.its.vanderbilt.edu> <86mzvkeugt.fsf@oumu.localdomain> <87hdlpcc6r.fsf@mid.packer.its.vanderbilt.edu> <864qho9de1.fsf@oumu.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105530187 30942 80.91.229.6 (12 Jan 2005 11:43:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Jan 2005 11:43:07 +0000 (UTC) Original-X-From: ding-owner+M8108@lists.math.uh.edu Wed Jan 12 12:42:59 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 1Cogtv-0003VX-00 for ; Wed, 12 Jan 2005 12:42:59 +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 1Cogin-0000bV-00; Wed, 12 Jan 2005 05:31:29 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Cogif-0000bP-00 for ding@lists.math.uh.edu; Wed, 12 Jan 2005 05:31:21 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CogiY-0007KB-Ne for ding@lists.math.uh.edu; Wed, 12 Jan 2005 05:31:14 -0600 Original-Received: from washington.hostforweb.net ([69.61.11.2]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1CogiX-0002Kd-00 for ; Wed, 12 Jan 2005 12:31:13 +0100 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.43) id 1Cogia-00057c-Rc for ding@gnus.org; Wed, 12 Jan 2005 06:31:17 -0500 Original-To: ding@gnus.org 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:ir84PcJnejMwfUwVxuw31+HzqgQ= X-Hashcash: 1:20:050112:ding@gnus.org::i0qI9x9SGX9upWTP:00000Mu3 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:59568 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59568 >>>>> In <864qho9de1.fsf@oumu.localdomain> Adam Duck wrote: > Ah, that's very good, this fixes the bug. Although I can't possibly > think of a _why_ this is happening -- which, sort of, explains "for > unexplained reasons"... And you really don't see it when you mark > multiple rss-feeds and press "M-g"? When I have only one feed to > update, I don't see it either. Hm, there's no problem when I press M-g after marking a couple of nnrss groups. > But, I think I said it before: when emacs loses focus it doesn't > output this much (meaning a name of a feed stays in the minibuffer > while gnus is already updating other feeds). I'm inexperienced in such a phenomenon but I guess it is caused by the timer processes (which mm-url.el uses) or the asynchronous operations of the url ELisp package. Unfortunately, I'm not familiar with those any. >> Another solution is not to use the url ELisp package. To do >> that, use the following: >> >> (setq mm-url-use-external t) > Yes, it's faster, too. But: > 1) I don't get any output which states which feed gnus is > updating (minor one). > 2) If a feed doesn't succeed, gnus stops (bad). Is there an option > for this? I have no idea, sorry. Anyway, I've ticked this thread. I'll inform whatever I notice. BTW, I am, so to speak, a new nnrss user and need to gain experiences. Now I'm trying it only in the office (behind the proxy server), but I will have to do it in home (no proxy) as well.