From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64314 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: nntps and posting. Date: Wed, 14 Feb 2007 12:24:54 +0900 Organization: Emacsen advocacy group Message-ID: References: <87hcvk6sst.fsf@lrde.org> <87ac0lrea5.fsf@lrde.org> <87ac02gucn.fsf@lrde.org> <877iul7ic6.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 1171423549 10118 80.91.229.12 (14 Feb 2007 03:25:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Feb 2007 03:25:49 +0000 (UTC) Cc: ding@gnus.org To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) Original-X-From: ding-owner+M12838@lists.math.uh.edu Wed Feb 14 04:25:43 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 1HHAm6-0004lH-Kj for ding-account@gmane.org; Wed, 14 Feb 2007 04:25:42 +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 1HHAlY-0002ca-Se; Tue, 13 Feb 2007 21:25:08 -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 1HHAlX-0002cN-No for ding@lists.math.uh.edu; Tue, 13 Feb 2007 21:25:07 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1HHAlR-0005NX-M9 for ding@lists.math.uh.edu; Tue, 13 Feb 2007 21:25:07 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HHAlQ-0004VG-00 for ; Wed, 14 Feb 2007 04:25:00 +0100 Original-Received: from [66.225.201.151] (port=42922 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.63) (envelope-from ) id 1HHAlV-0000qN-6x; Tue, 13 Feb 2007 21:25:05 -0600 X-Hashcash: 1:20:070214:michael@cadilhac.name::tpW7TsIJQpnXvOjM:00000000000000000000000000000000000000002WDM X-Hashcash: 1:20:070214:ding@gnus.org::AfHamZwScCL/qCp4:000002Lv 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.93 (gnu/linux) Cancel-Lock: sha1:DGaGerIZqBeqizBW/vUkjztD2YA= 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:64314 Archived-At: >>>>> In <877iul7ic6.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) [...] > Gimme a ?P! an ?I! an ?N! a ?G! Intern this and gimme a 'PING! Yeah! > ... Well, just pinging. Let us do it and wait for the response. I've installed the patch in the trunk. What I can do when someone complains is only to remove it, though. Regards,