Francis Moreau <[email protected]> writes:

Hi Francis,

>    (defun my-gnus-group-get-new-news (level)
>      (interactive "P")
>      (gnus-group-get-new-news (or level 2))
>      (gnus-group-list-groups))
>
>    (define-key gnus-group-mode-map [?g] 'my-gnus-group-get-new-news)
>
> And it happens to cause the issue I'm currently facing: if I remove
> this binding and therefore call a 'raw' gnus-group-get-new-news() when
> pressing 'g' it works as expected.
>
> I actually did another test without redefining 'g' binding: I did "C-u
> 2 g" to rescan emails for group levels 1, 2 and it fails the same way
> as before.
>
> So either I haven't understand gnus-group-get-new-news documentation,
> or this function is boggus.

Hm, looks all good to me.  Try to edebug that function and see where it
differs with and without level.

Bye,
Tassilo



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to