Gnus development mailing list
 help / color / mirror / Atom feed
* nntps and posting.
@ 2006-12-25 12:53 Michaël Cadilhac
  2007-01-08  8:30 ` Michaël Cadilhac
  2007-01-14 12:20 ` Michaël Cadilhac
  0 siblings, 2 replies; 9+ messages in thread
From: Michaël Cadilhac @ 2006-12-25 12:53 UTC (permalink / raw)


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

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

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-02-27  1:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-25 12:53 nntps and posting 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
2007-02-27  1:56           ` Katsumi Yamaoka

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