bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus keybinding problem


From: Andrew M. Bishop
Subject: Re: Gnus keybinding problem
Date: 02 Feb 2002 16:29:32 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

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

> amb@gedanken.demon.co.uk (Andrew M. Bishop) writes:
> 
> > ShengHuo ZHU <zsh@cs.rochester.edu> writes:
> >
> >> > I use the topical format for the Group buffer and it looks like this.
> >> >
> >> > [Gnus]
> >> >    [mail] ...
> >> >    [news] ...
> >> >    [drafts] ...
> >> >
> >> > All experiments are performed with the cursor on the '[news]' line.
> >> >
> >> > 1) When I press g nothing much seems to happen.
> >> >
> >> > 2) When I press M-g then the NNTP server is checked for new news and
> >> >    the '[news]' topic is expanded just as if I had pressed L
> >> >    (gnus-group-list-all-groups).
> >> >
> >> > 3) When I do M-x gnus-group-get-new-news it reads from the NNTP
> >> >    server, but no update of the '[news]' topic is performed.
> >> >
> >> > 4) When I do M-x gnus-group-get-new-news-this-group nothing much
> >> >    happens (the same as if I press g).
> >> >
> >> >
> >> > The function should be the same whichever key it is bound to, but this
> >> > is not the case for this one.
> >> 
> >> In gnus-topic-mode, M-g is bound to gnus-topic-get-new-news-this-topic.  
> >> If you bind g to the function too, M-g and g should have the same behavior.
> >
> > It doesn't have the same behaviour (listed in the examples 1 to 4
> > above).  This is why I raised the bug report.
> 
> I guess you miss the point. The function contains "topic" instead of
> "group" in the examples 1 to 4 above.

There are several points here, perhaps we are both missing some of
them.

The problem that I can see (and I believe to be a bug) is:

The function bound to M-g claims to be gnus-group-get-new-news-this-group

-------------------- C-h k M-g --------------------
M-g runs the command gnus-group-get-new-news-this-group
   which is an interactive compiled Lisp function in `gnus-group'.
(gnus-group-get-new-news-this-group &optional N DONT-SCAN)
-------------------- C-h k M-g --------------------

Pressing M-g seems to do the same thing as the function
gnus-topic-get-new-news-this-topic and not the function
gnus-group-get-new-news-this-group.


Why does pressing the key invoke a different function from that
reported by C-h k M-g or C-h b ?  If it reported the correct function
then I would not have had the problem.  This makes it a bug.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             amb@gedanken.demon.co.uk
                                      http://www.gedanken.demon.co.uk/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]