Gnus development mailing list
 help / color / mirror / Atom feed
* nntp-request-create-group
@ 1998-08-23 14:22 Harry Putnam
  1998-08-25  5:52 ` nntp-request-create-group Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Harry Putnam @ 1998-08-23 14:22 UTC (permalink / raw)


Lately this message shows up when mailing to this list:
No such function: nntp-request-create-group

I use the actual mailing list and not the nntp setup for 'ding'.

Not sure what I may have meddled with, that is causing this message.
It happens in a couple of other nnml groups too.

Searched the gnus *.el files for that string with no luck, same goes
for all init files  .emacs, .gnus and site-start.el.  No hits on that
string.  So where might it be comming from?

Seems as if gnus thinks my nnml.ding group is nntp.

Is this message likely to be comming from the nntp server.
I find no hits on it, on my local setup.

-- 

Harry Putnam  reader@newsguy.com


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

* Re: nntp-request-create-group
  1998-08-23 14:22 nntp-request-create-group Harry Putnam
@ 1998-08-25  5:52 ` Lars Magne Ingebrigtsen
  1998-08-25 13:41   ` nntp-request-create-group Harry Putnam
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-25  5:52 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:

> Lately this message shows up when mailing to this list:
> No such function: nntp-request-create-group

`(setq debug-on-error t)', repeat the bug and mail me the resulting
backtrace.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: nntp-request-create-group
  1998-08-25  5:52 ` nntp-request-create-group Lars Magne Ingebrigtsen
@ 1998-08-25 13:41   ` Harry Putnam
  0 siblings, 0 replies; 3+ messages in thread
From: Harry Putnam @ 1998-08-25 13:41 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Harry Putnam <reader@newsguy.com> writes:
> 
> > Lately this message shows up when mailing to this list:
> > No such function: nntp-request-create-group
> 
> `(setq debug-on-error t)', repeat the bug and mail me the resulting
> backtrace.
> 
I found the cause of this message.
Checking 'G p' on  'nnml:mail.ding' group  revealed the problem.

I had set up another group to catch gcc's for 'mail.ding' (making them
easier to find) nnml:ding-reply.

But when setting that parameter with 'G p' I left off the 'nnml' part,
as below: 

((to-address . " ding@gnus.org")
 (to-list . " ding@gnus.org")
 (visible . t)
 (gcc-self . "ding-reply"))       <== incorrect 
 (gcc-self . "nnml:ding-reply"))  <== correct


Apparently, without the preceeding 'nnml:' then gnus thinks it is an
attempt to setup an nntp group.

-- 

Harry Putnam  reader@newsguy.com


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

end of thread, other threads:[~1998-08-25 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-23 14:22 nntp-request-create-group Harry Putnam
1998-08-25  5:52 ` nntp-request-create-group Lars Magne Ingebrigtsen
1998-08-25 13:41   ` nntp-request-create-group Harry Putnam

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