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? -- /!\ My mail address has changed, please update your files accordingly. | Michaël `Micha' Cadilhac | À quoi bon user des douzes pieds de | | Epita/LRDE Promo 2007 | l'alexandrin si ces dames s'épuisent | | http://michael.cadilhac.name | au premier pied qu'elles prennent ? | `--JID: michael.cadilhac@gmail.com--' -- Jacques_Beauheurt - --'