emacs-devel
[Top][All Lists]
Advanced

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

Re: Online help and help-for-help improvements


From: Juri Linkov
Subject: Re: Online help and help-for-help improvements
Date: Thu, 28 Feb 2008 23:04:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-unknown-linux-gnu)

> Here is a patch which improves the online help in the
> following ways:
>
> - the output from C-h C-h is much easier to read and use.

Yes, it is much easier to read now.  It removes command names
(not useful for users who read this help page), but maybe we
could put these command names on the `help-echo' property
over the help key letters?

Also using the verb `Display' at the beginning of every line
seems too superfluous, i.e. instead of

C-a         Display information about Emacs.
C-c         Display Emacs copying permission (GNU General Public License).
C-d         Display instructions for debugging GNU Emacs.
C-e         Display external packages and information about Emacs.
C-f         Display the Emacs FAQ.
C-m         Display how to order printed Emacs manuals.
C-n         Display news of recent Emacs changes.
C-o         Display Emacs ordering and distribution information.
C-p         Display info about Emacs problems.
C-t         Display the Emacs TODO list.
C-w         Display information on absence of warranty for GNU Emacs."

can we have something like

C-a         Information about Emacs.
C-c         Emacs copying permission (GNU General Public License).
C-d         Instructions for debugging GNU Emacs.
C-e         External packages and information about Emacs.
C-f         Emacs FAQ.
C-m         How to order printed Emacs manuals.
C-n         News of recent Emacs changes.
C-o         Emacs ordering and distribution information.
C-p         Info about Emacs problems.
C-t         Emacs TODO list.
C-w         Information on absence of warranty for GNU Emacs."



>       * startup.el (startup-echo-area-message): Check for about-emacs.

Could you please fix this also in the Emacs 22 branch?

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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