From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51991 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: nnml pseudo-agentized? Date: Wed, 30 Apr 2003 08:21:49 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <84issw30sc.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051708986 21589 80.91.224.249 (30 Apr 2003 13:23:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2003 13:23:06 +0000 (UTC) Original-X-From: ding-owner+M534@lists.math.uh.edu Wed Apr 30 15:23:05 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ArWX-0005T6-00 for ; Wed, 30 Apr 2003 15:21:25 +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 19ArXD-0001Wn-00; Wed, 30 Apr 2003 08:22:07 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19ArX8-0001Wc-00 for ding@lists.math.uh.edu; Wed, 30 Apr 2003 08:22:02 -0500 Original-Received: (qmail 80733 invoked by alias); 30 Apr 2003 13:22:02 -0000 Original-Received: (qmail 80728 invoked from network); 30 Apr 2003 13:22:01 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 30 Apr 2003 13:22:01 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19Arf7-0006lv-00 for ; Wed, 30 Apr 2003 15:30:17 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 21 Original-NNTP-Posting-Host: manchester-suites-iaf1047853.cust-rtr.ameritech.net Original-X-Trace: quimby.gnus.org 1051709417 26034 68.23.64.46 (30 Apr 2003 13:30:17 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 30 Apr 2003 13:30:17 GMT In-Reply-To: <84issw30sc.fsf@lucy.is.informatik.uni-duisburg.de> (Kai =?iso-8859-1?q?Gro=DFjohann's?= message of "Wed, 30 Apr 2003 09:24:51 +0200") User-Agent: Gnus/5.09002 (Oort Gnus v0.20) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:VVXq25DPmbgZZ8nWnqvViYhrQtg= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51991 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51991 kai.grossjohann@gmx.net (Kai Großjohann) writes: > This morning, when I was sitting in the train, Gnus couldn't open the > nnml server. It seems that the nnml server is denied when Gnus is > unplugged. I can still read nnml when plugged, though. I just fixed a bug in gnus-open-server. If you debug it, you should be able to see what is going wrong. I suspect that the new code doesn't understand that some backends are always plugged since they don't require network connections. In fact, I believe that the change should be at the '(not gnus-plugged)' condition. One fix would be to change it to "(not (or gnus-plugged (memq (car gnus-command-method) '(nnml))))". Seems simple except that I don't know which backends go into the list with nnml. I'm going to be travelling much of today. Kai please make this, or a similar, change to get this working. Kevin