Gnus development mailing list
 help / color / mirror / Atom feed
* can't post news
@ 1998-11-12  3:44 Jens-Ulrik Petersen
  1998-11-12  6:19 ` Shenghuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Jens-Ulrik Petersen @ 1998-11-12  3:44 UTC (permalink / raw)


I can't post news from pgnus-0.40 and pgnus-0.42.  (I think I haven't
done any posting for a long while, so whatever it is, it probably
isn't a recent problem.)

For a while now, my primary method is (nnml "") and secondary one is
(nntp "news.media").

Here is a backtrace:

---- Start of included text -----------------------8<--- cut here -------------
Signaling: (error "No such function: nnml-request-post")
  signal(error ("No such function: nnml-request-post"))
  cerror("No such function: %s" nnml-request-post)
  apply(cerror ("No such function: %s" nnml-request-post))
  error("No such function: %s" nnml-request-post)
  gnus-get-function((nnml "") request-post)
  gnus-request-post((nnml ""))
  (setq result (gnus-request-post method))
)
  (save-excursion (set-buffer tembuf) (buffer-disable-undo) (erase-buffer) (insert (format "%s" ...)) (save-restriction (message-narrow-to-headers) (message-remove-header message-ignored-news-headers t)) (goto-char (point-max)) (or (= ... ?\n) (insert ?\n)) (let (...) (goto-char ...) (re-search-forward ...) (replace-match "\n") (backward-char 1)) (run-hooks (quote message-send-news-hook)) (gnus-open-server method) (setq result (gnus-request-post method)))
)
  (unwind-protect (save-excursion (set-buffer tembuf) (buffer-disable-undo) (erase-buffer) (insert ...) (save-restriction ... ...) (goto-char ...) (or ... ...) (let ... ... ... ... ...) (run-hooks ...) (gnus-open-server method) (setq result ...)) (kill-buffer tembuf))
)
  (if (not (message-check-news-syntax)) nil (message-encode-message-body) (unwind-protect (save-excursion ... ... ... ... ... ... ... ... ... ... ...) (kill-buffer tembuf)) (set-buffer messbuf) (if result (push ... message-sent-message-via) (message "Couldn't send message via news: %s" ...) nil))
)
  (let ((tembuf ...) (case-fold-search nil) (method ...) (messbuf ...) (message-syntax-checks ...) result) (save-restriction (message-narrow-to-headers) (message-generate-headers message-required-news-headers) (mail-encode-encoded-word-buffer) (run-hooks ...)) (message-cleanup-headers) (if (not ...) nil (message-encode-message-body) (unwind-protect ... ...) (set-buffer messbuf) (if result ... ... nil)))
)
  message-send-news(nil)
  message-send-via-news(nil)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)
---- End of included text -------------------------8<--- and here -------------

I can see that there is a call to `gnus-post-method' which returns
(nnml ""), but I am not sure where the right place to fix this is.

Presumably something is wrong with my configuration?  Looking over my
".gnus.el" I could find anything suspicious.

-- 
Jens-Ulrik Holger Petersen  <http://www.kurims.kyoto-u.ac.jp/~petersen/>
Research Institute for Mathematical Sciences, Kyoto University


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: can't post news
  1998-11-12  3:44 can't post news Jens-Ulrik Petersen
@ 1998-11-12  6:19 ` Shenghuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: Shenghuo ZHU @ 1998-11-12  6:19 UTC (permalink / raw)
  Cc: ding

>>>>> "juhp" == Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp> writes:

juhp> I can't post news from pgnus-0.40 and pgnus-0.42.  (I think I
juhp> haven't done any posting for a long while, so whatever it is, it
juhp> probably isn't a recent problem.)

juhp> For a while now, my primary method is (nnml "") and secondary one is
juhp> (nntp "news.media").

juhp> <blah>

juhp> I can see that there is a call to `gnus-post-method' which
juhp> returns (nnml ""), but I am not sure where the right place to
juhp> fix this is.

Right, (setq gnus-post-method '(nntp "news.media"))

juhp> Presumably something is wrong with my configuration?  Looking over my
juhp> ".gnus.el" I could find anything suspicious.

I guess, it is because you use (nnml "") as primary method.

-- 
Shenghuo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-11-12  6:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-12  3:44 can't post news Jens-Ulrik Petersen
1998-11-12  6:19 ` Shenghuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).