Gnus development mailing list
 help / color / mirror / Atom feed
* function `nnml-retrieve-groups' missing
@ 2000-11-09 10:22 Christoph Conrad
  2000-11-09 11:36 ` Christoph Conrad
  2000-11-09 14:48 ` ShengHuo ZHU
  0 siblings, 2 replies; 6+ messages in thread
From: Christoph Conrad @ 2000-11-09 10:22 UTC (permalink / raw)


Doing "8 g" in group buffer

Latest CVS gnus, GNU Emacs 20.6.1, Windows NT

Signaling: (error "No such function: nnml-retrieve-groups")
  signal(error ("No such function: nnml-retrieve-groups"))
  error("No such function: %s" nnml-retrieve-groups)
  gnus-get-function((nnml "cli3") retrieve-groups)
  gnus-retrieve-groups(("comp.emacs") (nnml "cli3"))
  gnus-read-active-file-2(("comp.emacs") (nnml "cli3"))
  gnus-get-unread-articles(8)
  ad-Orig-gnus-group-get-new-news(8)
  gnus-group-get-new-news(8)



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

* Re: function `nnml-retrieve-groups' missing
  2000-11-09 10:22 function `nnml-retrieve-groups' missing Christoph Conrad
@ 2000-11-09 11:36 ` Christoph Conrad
  2000-11-09 14:48 ` ShengHuo ZHU
  1 sibling, 0 replies; 6+ messages in thread
From: Christoph Conrad @ 2000-11-09 11:36 UTC (permalink / raw)



    Christoph> ad-Orig-gnus-group-get-new-news(8)

The advice is:

(defadvice gnus-group-get-new-news( after
                                    ad-gnus-group-get-new-news
                                    activate )
  (cc-check-set-num-msgs))

(require 'pop3)

(defvar cc-check-num-msgs "0")

(defun cc-check-mail()
  (let ((pop3-password "clicli")
        num_msgs)
    (setq proc (pop3-open-server "cli3" 110))
    (pop3-user proc "cc")
    (pop3-pass proc)
    (setq num_msgs (pop3-stat proc))
    (pop3-quit proc)
    num_msgs))

(defun cc-check-set-num-msgs()
  (message "Checking new mail...")
  (setq cc-check-num-msgs (format "%s" (car (cc-check-mail))))
  (force-mode-line-update t)
  (message ""))

i. A.
Christoph Conrad
-- 
CLI-GmbH,  Matthiashofstr. 28-30,  D-52064 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.cli.de
(defvar my-computer '((OS . "GNU Emacs") (system-type . gnu/linux))
	"Programming environment.")



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

* Re: function `nnml-retrieve-groups' missing
  2000-11-09 10:22 function `nnml-retrieve-groups' missing Christoph Conrad
  2000-11-09 11:36 ` Christoph Conrad
@ 2000-11-09 14:48 ` ShengHuo ZHU
  2000-11-09 15:47   ` Christoph Conrad
  1 sibling, 1 reply; 6+ messages in thread
From: ShengHuo ZHU @ 2000-11-09 14:48 UTC (permalink / raw)


Christoph Conrad <C.Conrad@cli.de> writes:

> Doing "8 g" in group buffer
> 
> Latest CVS gnus, GNU Emacs 20.6.1, Windows NT
> 
> Signaling: (error "No such function: nnml-retrieve-groups")
>   signal(error ("No such function: nnml-retrieve-groups"))
>   error("No such function: %s" nnml-retrieve-groups)
>   gnus-get-function((nnml "cli3") retrieve-groups)
>   gnus-retrieve-groups(("comp.emacs") (nnml "cli3"))
>   gnus-read-active-file-2(("comp.emacs") (nnml "cli3"))
>   gnus-get-unread-articles(8)
>   ad-Orig-gnus-group-get-new-news(8)
>   gnus-group-get-new-news(8)

Is (nnml "cli3") your gnus-select-method?  What does Gnus show if you
press `G E' on "comp.emacs" group?

ShengHuo



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

* Re: function `nnml-retrieve-groups' missing
  2000-11-09 14:48 ` ShengHuo ZHU
@ 2000-11-09 15:47   ` Christoph Conrad
  2000-11-09 22:21     ` ShengHuo ZHU
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Conrad @ 2000-11-09 15:47 UTC (permalink / raw)


>>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:

    ZSH> Is (nnml "cli3") your gnus-select-method?

Yes, in detail:

(setq gnus-select-method            '(nnml "cli3"))
(setq gnus-secondary-select-methods '((nntp "news.cli.de")))

    ZSH> What does Gnus show if you press `G E' on "comp.emacs" group?

("nntp+news.westend.de:comp.emacs" 5
 ((1 . 42699))
 ((cache 38436 38492 39447 39450 39669 39790 39792 39796 39799 40126 40128
         (40130 . 40131)
         40134
         (40137 . 40138)
         (40140 . 40141)
         (40143 . 40146)
         40152
         (40164 . 40165)
         (40365 . 40367)
         40370 40470 40472 40847 40870 40881 42366 42374
         (42622 . 42624))
  (reply 42622 42637 42682)
  (tick 42374
        (42622 . 42624)))
 (nntp "news.westend.de"))


i. A.
Christoph Conrad
-- 
CLI-GmbH,  Matthiashofstr. 28-30,  D-52064 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.cli.de
(defvar my-computer '((OS . "GNU Emacs") (system-type . gnu/linux))
	"Programming environment.")



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

* Re: function `nnml-retrieve-groups' missing
  2000-11-09 15:47   ` Christoph Conrad
@ 2000-11-09 22:21     ` ShengHuo ZHU
  2000-11-10  7:23       ` Christoph Conrad
  0 siblings, 1 reply; 6+ messages in thread
From: ShengHuo ZHU @ 2000-11-09 22:21 UTC (permalink / raw)


Christoph Conrad <C.Conrad@cli.de> writes:

> >>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:
> 
>     ZSH> Is (nnml "cli3") your gnus-select-method?
> 
> Yes, in detail:
> 
> (setq gnus-select-method            '(nnml "cli3"))
> (setq gnus-secondary-select-methods '((nntp "news.cli.de")))
> 
>     ZSH> What does Gnus show if you press `G E' on "comp.emacs" group?
> 
> ("nntp+news.westend.de:comp.emacs" 5
>  ((1 . 42699))
>  ((cache 38436 38492 39447 39450 39669 39790 39792 39796 39799 40126 40128
>          (40130 . 40131)
>          40134
>          (40137 . 40138)
>          (40140 . 40141)
>          (40143 . 40146)
>          40152
>          (40164 . 40165)
>          (40365 . 40367)
>          40370 40470 40472 40847 40870 40881 42366 42374
>          (42622 . 42624))
>   (reply 42622 42637 42682)
>   (tick 42374
>         (42622 . 42624)))
>  (nntp "news.westend.de"))

Is there another group named "comp.emacs" (without prefix)?  Check
this:

    (assoc "comp.emacs" gnus-newsrc-alist)

ShengHuo



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

* Re: function `nnml-retrieve-groups' missing
  2000-11-09 22:21     ` ShengHuo ZHU
@ 2000-11-10  7:23       ` Christoph Conrad
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Conrad @ 2000-11-10  7:23 UTC (permalink / raw)


    >     (assoc "comp.emacs" gnus-newsrc-alist)

-> nil

Best regards,
cu, -cc-
-- 
This message was written completely with recycled 0's and 1's.
(defvar my-computer '((OS . "GNU Emacs") (system-type . gnu/linux))
	"Programming environment.")



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

end of thread, other threads:[~2000-11-10  7:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-09 10:22 function `nnml-retrieve-groups' missing Christoph Conrad
2000-11-09 11:36 ` Christoph Conrad
2000-11-09 14:48 ` ShengHuo ZHU
2000-11-09 15:47   ` Christoph Conrad
2000-11-09 22:21     ` ShengHuo ZHU
2000-11-10  7:23       ` Christoph Conrad

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