Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-delay fails posting-styles string-match?
@ 2001-10-08  0:40 Karl Kleinpaste
  2001-10-08  7:16 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Karl Kleinpaste @ 2001-10-08  0:40 UTC (permalink / raw)


I attempted to have a posting to misc.rural delayed, but when its time
came, I got the stack trace below.  Evidently, the lack of a current
concept of gnus-newsgroup-name is a problem when in the *Group* buffer
for delayed sending.

Signaling: (wrong-type-argument stringp nil)
  string-match("personal\\.usenet" nil)
  (or (string-match "personal\\.usenet" gnus-newsgroup-name) (and (message-news-p) (string-match "^nntp\\+news:" gnus-newsgroup-name)))
  eval((or (string-match "personal\\.usenet" gnus-newsgroup-name) (and (message-news-p) (string-match "^nntp\\+news:" gnus-newsgroup-name))))
  gnus-configure-posting-styles()
  run-hooks(gnus-configure-posting-styles)
  derived-mode-run-hooks(message-mode)
  message-mode()
  message-pop-to-buffer("*mail*")
  message-mail()
  gnus-draft-setup(1 "nndraft:delayed")
  gnus-draft-send(1 "nndraft:delayed")
  gnus-delay-send-drafts()
  run-hooks(gnus-delay-send-drafts)
  apply(run-hooks gnus-delay-send-drafts)
  gnus-run-hooks(gnus-get-new-news-hook)
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)



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

end of thread, other threads:[~2001-10-08 14:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-08  0:40 gnus-delay fails posting-styles string-match? Karl Kleinpaste
2001-10-08  7:16 ` Kai Großjohann
2001-10-08 14:32   ` Karl Kleinpaste

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).