[2045] in SIPB bug reports

home help back first fref pref prev next nref lref last post

Re: wish-list item for gnus

daemon@ATHENA.MIT.EDU (John T Kohl)
Sun Aug 18 22:18:43 1991

Date: Sun, 18 Aug 91 22:17:57 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: Ken Raeburn <Raeburn@MIT.EDU>
Cc: bug-sipb@MIT.EDU
In-Reply-To: [2043]

Here's a hack to do that (see ~jtkohl/elisp/gnus-patches.el for ohter
random GNUS stuff):

;From: kamat@quest.UC.EDU (Govind N. Kamat)
;Organization: University of Cincinnati Engineering
(defun nntp-default-sentinel (proc status)
  "Default sentinel function for NNTP server process."
  (if (and nntp-server-process
	   (not (nntp-server-opened)))
; NNTP.el: (error "NNTP: Connection closed.")
      (gnus-open-server gnus-nntp-server gnus-nntp-service)
    ))

home help back first fref pref prev next nref lref last post