home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / emacs / gnus / 1389 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.4 KB  |  43 lines

  1. Newsgroups: gnu.emacs.gnus
  2. Path: sparky!uunet!newsstand.cit.cornell.edu!piccolo.cit.cornell.edu!piccolo.cit.cornell.edu!ns14
  3. From: ns14@crux2.crux2.cit.cornell.edu (Nathan Otto Siemers)
  4. Subject: Re: Read on one NNTP host, post to another
  5. In-Reply-To: ns14@crux3.crux2.cit.cornell.edu's message of 12 Dec 92 22:32:06
  6. Message-ID: <NS14.92Dec13000618@crux2.crux2.cit.cornell.edu>
  7. Sender: news@piccolo.cit.cornell.edu (USENET News System)
  8. Nntp-Posting-Host: crux2.cit.cornell.edu
  9. Organization: Department of Chemistry, Cornell Univ.
  10. References: <CLOOS.92Dec5023816@theory.TC.Cornell.EDU>
  11.     <CLOOS.92Dec12024136@theory.TC.Cornell.EDU>
  12.     <NS14.92Dec12163138@crux2.crux2.cit.cornell.edu>
  13.     <NS14.92Dec12223206@crux3.crux2.cit.cornell.edu>
  14. Distribution: gnu
  15. Date: 13 Dec 92 00:06:18
  16. Lines: 25
  17.  
  18. I'm sorry, but my post is getting garbled.
  19.  
  20. (defun nntp-request-post ()
  21.   "Post a new news in current buffer."
  22. ;  (if (nntp-send-command "^[23].*\r$" "POST")
  23. ;      (progn
  24. ;    (nntp-encode-text)
  25. ;    (nntp-send-region-to-server (point-min) (point-max))
  26. ;    ;; 1.2a NNTP's post command is buggy. "^M" (\r) is not
  27. ;    ;;  appended to end of the status message.
  28. ;    (nntp-wait-for-response "^[23].*$")
  29.  
  30.   (shell-command-on-region (point-min) (point-max)
  31.                
  32. " sed  s/piccolo/piccolo/g  \
  33.  
  34.                nil 1)
  35.     )
  36.  
  37. ; one last try.  if we are lucky, it is only getting garbled on my
  38. nntp server.
  39.  
  40. --
  41. --
  42. /  | / /__|  /  /---/ /__| /  | /    nathan@chemres.tn.cornell.edu
  43.