From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61523 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: nntp problems with hibernating and waking up in a new network Date: Tue, 13 Dec 2005 20:24:49 +0100 Organization: Probably a good idea Message-ID: <874q5cn6ke.fsf@dod.no> References: <87lkyq3a60.fsf@dod.no> <87hd9em007.fsf@obelix.mork.no> <87k6e9qipe.fsf@dod.no> <878xupp060.fsf@dod.no> <87y82plzwz.fsf@dod.no> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1134502440 9843 80.91.229.2 (13 Dec 2005 19:34:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2005 19:34:00 +0000 (UTC) Original-X-From: ding-owner+m10055@lists.math.uh.edu Tue Dec 13 20:33:59 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmFrv-0001dj-9R for ding-account@gmane.org; Tue, 13 Dec 2005 20:31:23 +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 1EmFrq-0003Iy-00; Tue, 13 Dec 2005 13:31:18 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EmFrb-0003It-00 for ding@lists.math.uh.edu; Tue, 13 Dec 2005 13:31:03 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1EmFrX-00007p-G6 for ding@lists.math.uh.edu; Tue, 13 Dec 2005 13:31:03 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EmFrW-00080r-00 for ; Tue, 13 Dec 2005 20:30:58 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EmFok-0000Io-Q6 for ding@gnus.org; Tue, 13 Dec 2005 20:28:07 +0100 Original-Received: from cm-80.111.224.068.chello.no ([80.111.224.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Dec 2005 20:28:06 +0100 Original-Received: from sb by cm-80.111.224.068.chello.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Dec 2005 20:28:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 32 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cm-80.111.224.068.chello.no Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:jrBRaTK+k/pfXSu+gu9UnA0ATHM= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61523 Archived-At: >>>>> Steinar Bang : >>>>> Steinar Bang : > [snip! Workaround for emacs DNS caching problem] >> Looks like nntp-open-telnet-stream is a better candidate than >> nntp-open-via-rlogin-and-telnet and friends. I think I'll try this. > It sort of works until a group is entered, and an attempt to visit an > article is made. > What happens then is that a message like eg. > Fetching articles for nntp+news.gmane.org:gmane.emacs.gnus.general... > is written to the minibuffer, and then nothing happens for a loong > time. Then the article appears but the message in the minibuffer > persists, but the user interface is frozen. I can get control over > emacs/gnus again, by pressing `C-g'. [snip!] > Also, I can't post. When I tried posting this article, I got the > message > 441 Required "Subject" header is missing > in the minibuffer. google didn't find anything relevant, but Gnus Xapian did! :-) http://article.gmane.org/gmane.emacs.gnus.general/54809 This seems to be working... (nntp "news.gmane.org" (nntp-open-connection-function nntp-open-telnet-stream) (nntp-end-of-line "\n")) (that is, the nntp-end-of-line setting fixed the open article problem and if this post goes out, it fixed the 441 problem...)