From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64259 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: nntps and posting. Date: Wed, 17 Jan 2007 12:44:41 +0900 Organization: Emacsen advocacy group Message-ID: References: <87hcvk6sst.fsf@lrde.org> <87ac0lrea5.fsf@lrde.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1169005544 7323 80.91.229.12 (17 Jan 2007 03:45:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Jan 2007 03:45:44 +0000 (UTC) Original-X-From: ding-owner+M12783@lists.math.uh.edu Wed Jan 17 04:45:42 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1H71k1-0007mF-UM for ding-account@gmane.org; Wed, 17 Jan 2007 04:45:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1H71jQ-0003dr-9A; Tue, 16 Jan 2007 21:45:00 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1H71jN-0003dV-7p for ding@lists.math.uh.edu; Tue, 16 Jan 2007 21:44:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1H71jH-0003uf-Bd for ding@lists.math.uh.edu; Tue, 16 Jan 2007 21:44:57 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1H71jF-0007mH-00 for ; Wed, 17 Jan 2007 04:44:49 +0100 Original-Received: from [66.225.201.151] (port=40025 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.63) (envelope-from ) id 1H71jH-0004Uf-8R for ding@gnus.org; Tue, 16 Jan 2007 21:44:51 -0600 Original-To: ding@gnus.org X-Hashcash: 1:20:070117:ding@gnus.org::YSH3tobmbiz5QzWD:00000gCg 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.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux) Cancel-Lock: sha1:KWHJdipbsgBp8rmKdgYRpw2c584= 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 - orlando.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: X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64259 Archived-At: >>>>> In <87ac0lrea5.fsf@lrde.org> Micha=EBl Cadilhac wrote: >> --- nntp.el 05 Feb 2006 14:56:44 +0100 1.31 >> +++ nntp.el 25 Dec 2006 13:48:53 +0100 >> @@ -451,10 +451,11 @@ >> wait-for nnheader-callback-function) >> ;; If nothing to wait for, still remove possibly echo'ed commands. >> ;; We don't have echos if nntp-open-connection-function >> - ;; is `nntp-open-network-stream', so we skip this in that case. >> + ;; is `nntp-open-network-stream' or `nntp-open-ssl-stream', >> + ;; so we skip this in that cases. >> (unless (or wait-for >> - (equal nntp-open-connection-function >> - 'nntp-open-network-stream)) >> + (memq nntp-open-connection-function >> + '(nntp-open-network-stream nntp-open-ssl-stream))) >> (nntp-accept-response) >> (save-excursion >> (set-buffer buffer) >> >> Without it, I'm getting stuck after my message is posted (it is, >> actually). >> >> I don't know if the patch makes sense, but can we discuss this bug? > Second ping :-) Well, I have no account on nntps servers. It will be necessary to verify that this change is harmless for every nntps server. Can anyone do that? Regards,