From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59565 Path: main.gmane.org!not-for-mail From: Adam Duck Newsgroups: gmane.emacs.gnus.general Subject: Re: nnrss often hangs recent CVS Emacs Date: Tue, 11 Jan 2005 16:47:02 +0100 Message-ID: <864qho9de1.fsf@oumu.localdomain> References: <87pt0hyzdv.fsf@mid.packer.its.vanderbilt.edu> <86mzvkeugt.fsf@oumu.localdomain> <87hdlpcc6r.fsf@mid.packer.its.vanderbilt.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105459241 4648 80.91.229.6 (11 Jan 2005 16:00:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Jan 2005 16:00:41 +0000 (UTC) Original-X-From: ding-owner+M8105@lists.math.uh.edu Tue Jan 11 17:00:31 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 1CoOJU-0002qK-00 for ; Tue, 11 Jan 2005 16:52:09 +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 1CoOEr-0007t8-00; Tue, 11 Jan 2005 09:47:21 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CoOEn-0007t3-00 for ding@lists.math.uh.edu; Tue, 11 Jan 2005 09:47:17 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CoOEg-0001ew-G2 for ding@lists.math.uh.edu; Tue, 11 Jan 2005 09:47:10 -0600 Original-Received: from main.gmane.org ([80.91.224.249]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1CoOEf-0007Sm-00 for ; Tue, 11 Jan 2005 16:47:09 +0100 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CoOEf-0005Rn-00 for ; Tue, 11 Jan 2005 16:47:09 +0100 Original-Received: from dsl-213-023-220-186.arcor-ip.net ([213.23.220.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Jan 2005 16:47:09 +0100 Original-Received: from duck by dsl-213-023-220-186.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Jan 2005 16:47:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl-213-023-220-186.arcor-ip.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 Cancel-Lock: sha1:0THbG9TpWKioXcD2dgOfaCHYtAc= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59565 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59565 Katsumi Yamaoka writes: > I found the way to reproduce the problem. It is `g', not `M-g'. > I'm not sure but it may occur only when using the http proxy. I > also found the way to fix it; it is to apply the following patch > to url.el. 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. 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). > 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? bye, Adam.