Path: utzoo!yunexus!telly!philmtl!uunet!ginosko!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!OHSTVMA.IRCC.OHIO-STATE.EDU!P_LECLER%UNHH.BITNET From: P_LECLER%UNHH.BITNET@OHSTVMA.IRCC.OHIO-STATE.EDU Newsgroups: gnu.emacs.gnus Subject: Gnus 3.12 under Cnews Message-ID: <8909081610.AA17220@tut.cis.ohio-state.edu> Date: 8 Sep 89 16:12:00 GMT Article-I.D.: tut.8909081610.AA17220 Sender: bob@tut.cis.ohio-state.edu Distribution: gnu Organization: The Internet Lines: 37 Here is our setup: Gnus 3.12 Emacs 18.54 Ultrix 3.1 Non-nntp (ie we get our news via uucp) Cnews <----- This is the biggie! Is anybody running Gnus under Cnews? The Lines: header is not being *written* out when I post articles? Is there a way for Gnus to do that before shipping it off to inews ? People running rn here have no problem with the lines header so I don't think it is a configuration problem. Note: I am not an emacs lisp hacker though I try to be one on TV Respond to this address or the list in general. thanks Paul Leclerc Bitnet: P_LECLERC@UNHH.BITNET PS. Any other hints/tips/caveats with Cnews that I can pass on to those in charge of news and mail? PPS. After reading the manual a little bit, I think I may have worked up some pseudo-lisp code (setq gnus-Inews-article-hook '(lambda () ;; Insert a Lines: header line (insert "Lines: " lines "\n") )) Will this work? I should be able to do this in my .emacs right? I know, I know "How stupid can this guy be?" I am a C hacker, not lisp (yuck!)