[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus-article-read-summary-keys
From: |
ShengHuo ZHU |
Subject: |
Re: gnus-article-read-summary-keys |
Date: |
20 Nov 2000 10:19:42 -0500 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Gerd Moellmann <address@hidden> writes:
> Miles Bader <address@hidden> writes:
>
> > ShengHuo ZHU <address@hidden> writes:
> > > Actually the doc of gnus-article-read-summary-keys already means that,
> > > except it doesn't explicitly say the function names for given keys.
> >
> > Putting the actual function name in the docstring would be very useful,
> > because then the user can just click on it to get the real documentation.
>
> That was what I was thinking about.
The cost is at least defining about 300 functions and binding keys to
them. And there are some uncertainties I don't know.
I take an alternative solution, binding "C-h k" to
gnus-article-describe-key, so that the real documentation shows
directly.
ShengHuo