home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.gnus
- Path: sparky!uunet!newsstand.cit.cornell.edu!piccolo.cit.cornell.edu!piccolo.cit.cornell.edu!ns14
- From: ns14@crux2.crux2.cit.cornell.edu (Nathan Otto Siemers)
- Subject: Re: Read on one NNTP host, post to another
- In-Reply-To: ns14@crux3.crux2.cit.cornell.edu's message of 12 Dec 92 22:32:06
- Message-ID: <NS14.92Dec13000618@crux2.crux2.cit.cornell.edu>
- Sender: news@piccolo.cit.cornell.edu (USENET News System)
- Nntp-Posting-Host: crux2.cit.cornell.edu
- Organization: Department of Chemistry, Cornell Univ.
- References: <CLOOS.92Dec5023816@theory.TC.Cornell.EDU>
- <CLOOS.92Dec12024136@theory.TC.Cornell.EDU>
- <NS14.92Dec12163138@crux2.crux2.cit.cornell.edu>
- <NS14.92Dec12223206@crux3.crux2.cit.cornell.edu>
- Distribution: gnu
- Date: 13 Dec 92 00:06:18
- Lines: 25
-
- I'm sorry, but my post is getting garbled.
-
- (defun nntp-request-post ()
- "Post a new news in current buffer."
- ; (if (nntp-send-command "^[23].*\r$" "POST")
- ; (progn
- ; (nntp-encode-text)
- ; (nntp-send-region-to-server (point-min) (point-max))
- ; ;; 1.2a NNTP's post command is buggy. "^M" (\r) is not
- ; ;; appended to end of the status message.
- ; (nntp-wait-for-response "^[23].*$")
-
- (shell-command-on-region (point-min) (point-max)
-
- " sed s/piccolo/piccolo/g \
-
- nil 1)
- )
-
- ; one last try. if we are lucky, it is only getting garbled on my
- nntp server.
-
- --
- --
- / | / /__| / /---/ /__| / | / nathan@chemres.tn.cornell.edu
-