michael@cadilhac.name (Michaël Cadilhac) writes: > Hi! > > I had to made this change to be allowed to post on a nntps server: > > --- 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 :-) -- | Michaël `Micha' Cadilhac | Would someone please DTRT with this, | | Epita/LRDE Promo 2007 | then ACK? | | http://michael.cadilhac.name | -- Richard Stallman | `--JID: michael.cadilhac@gmail.com--' - --'