From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57287 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Danger! Marks for nntp.el Date: Fri, 14 May 2004 19:34:25 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87sme4qkfx.fsf@emptyhost.emptydomain.de> <87wu3fbc07.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084530914 25996 80.91.224.253 (14 May 2004 10:35:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 May 2004 10:35:14 +0000 (UTC) Original-X-From: ding-owner+M5827@lists.math.uh.edu Fri May 14 12:35:07 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOa1y-000220-00 for ; Fri, 14 May 2004 12:35:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BOa1W-0001qw-00; Fri, 14 May 2004 05:34:38 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BOa1P-0001qq-00 for ding@lists.math.uh.edu; Fri, 14 May 2004 05:34:31 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BOa1O-000555-HD for ding@lists.math.uh.edu; Fri, 14 May 2004 05:34:30 -0500 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id D6ACA3A0055 for ; Fri, 14 May 2004 05:34:29 -0500 (CDT) Original-Received: from yamaoka by washington.hostforweb.net with local (Exim 4.34) id 1BOa1N-0001mb-EB for ding@gnus.org; Fri, 14 May 2004 06:34:29 -0400 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:u1ZzSA4rFhXbcF0HVTxgSPJrsrs= X-Hashcash: 0:040514:ding@gnus.org:11a4a51d71718407 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 - [32041 32041] / [47 12] X-AntiAbuse: Sender Address Domain - washington.hostforweb.net X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57287 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57287 >>>>> In <871xlncql9.fsf@emptyhost.emptydomain.de> >>>>> Kai Grossjohann wrote: > Okay, now it's committed. Better now? Thanks. However, it still warned as: >> While compiling nntp-marks-changed-p in file /Work/gnus/lisp/nntp.el: >> ** reference to free variable server >>>>> In <87wu3fbc07.fsf@emptyhost.emptydomain.de> >>>>> Kai Grossjohann wrote: > Katsumi Yamaoka writes: >> Even if I set nntp-marks-is-evil as t, it takes a long time to >> fetch new mails. I'm using nnml and subscribing to a lot of >> nntp groups. I haven't investigated yet what is wrong. Sorry. > Whee. I'm somewhat surprised that nntp-marks affects nnml. There is no problem if there is no nntp groups (i.e., using gnus-no-server) or all nntp connections are open and active. However, if one or more connections are closed (because of server's timeout), Gnus seems to try to open those connections. Here is a backtrace gotten when I typed C-g while getting new mails using `1 g': Debugger entered--Lisp error: (quit) signal(quit nil) [...] nntp-open-connection(#) [...] nntp-possibly-change-group("gnus.ding" "quimby") nntp-request-update-info("gnus.ding" ("nntp+quimby:gnus.ding" 4 ((1 . 52959))... gnus-get-unread-articles(1) gnus-group-get-new-news(1) call-interactively(gnus-group-get-new-news) The group level for all the nntp+quimby newsgroups is 4. -- Katsumi Yamaoka