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@crux2.crux2.cit.cornell.edu's message of 13 Dec 92 00:06:18
- Message-ID: <NS14.92Dec13031343@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>
- <NS14.92Dec13000618@crux2.crux2.cit.cornell.edu>
- Distribution: gnu
- Date: 13 Dec 92 03:13:43
- Lines: 40
-
- >>>>> On 13 Dec 92 00:06:18, ns14@crux2.crux2.cit.cornell.edu (Nathan
- DUH> Otto Siemers) said: Nntp-Posting-Host: crux2.cit.cornell.edu
-
- DUH> I'm sorry, but my post is getting garbled.
-
-
- DUH> ; one last try. if we are lucky, it is only getting garbled on
- DUH> my nntp server.
-
- boy, getting recursively lost in my own newsreader...
-
- with one slight modification, here is the code.
-
- very sorry about the bandwidth.
-
- nathan
-
-
- (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 | grep -v cHaNgeD | /usr/local/lib/news/inews"
- nil 1)
- )
-
-
- ; can you tell what was wrong with my post?
- ; duh
- ; nathan
- --
- --
- / | / /__| / /---/ /__| / | / nathan@chemres.tn.cornell.edu
-