Gnus development mailing list
 help / color / mirror / Atom feed
From: michael@cadilhac.name (Michaël Cadilhac)
To: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: nntps and posting.
Date: Thu, 15 Feb 2007 11:39:34 +0100	[thread overview]
Message-ID: <87ire3zoux.fsf@lrde.org> (raw)
In-Reply-To: <b4mfy99beux.fsf@jpl.org>

[-- Attachment #1: Type: text/plain, Size: 1429 bytes --]

Katsumi Yamaoka <yamaoka@jpl.org> writes:

>> In <877iul7ic6.fsf@lrde.org> Michaël 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)

> 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.

Fine for me :-) Thanks!

-- 
 |      Michaël `Micha' Cadilhac     |  Un certain Blaise Pascal              |
 |         Epita/LRDE Promo 2007     |    etc... etc...                       |
 |  http://michael.cadilhac.name     |  -- Prévert (Les paris stupides)       |
 `--JID: michael.cadilhac@gmail.com--'                                   -  --'

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2007-02-15 10:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-25 12:53 Michaël Cadilhac
2007-01-08  8:30 ` Michaël Cadilhac
2007-01-14 12:20 ` Michaël Cadilhac
2007-01-17  3:44   ` Katsumi Yamaoka
2007-01-29  7:33     ` Michaël Cadilhac
2007-02-13 23:23       ` Michaël Cadilhac
2007-02-14  3:24         ` Katsumi Yamaoka
2007-02-15 10:39           ` Michaël Cadilhac [this message]
2007-02-27  1:56           ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ire3zoux.fsf@lrde.org \
    --to=michael@cadilhac.name \
    --cc=ding@gnus.org \
    --cc=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).