Richard M. Stallman wrote:

      "You have typed %THIS-KEY%, the help character.  Type a Help option:
   -\(Use SPC or DEL to scroll through this text.  Type 
\\<help-map>\\[help-quit] to exit the Help command.)
   +\(Use Page Up/Down to scroll through this text.  Type 
\\<help-map>\\[help-quit] to exit the Help command.)

I would rather not change that message.  Not all terminals have Page Up
and Page Down.

   +                                      (format "Type one of the options listed, 
or %s: "
   +                                              (if (pos-visible-in-window-p 
(point-max))
   +                                                  "Page Up"
   +                                                    (if 
(pos-visible-in-window-p (point-min))
   +                                                        "Page Down"
   +                                                      "or Page Up/Down to 
scroll"))))
   +                                     char (aref key 0)))
+
Likewise, here I'd rather have it say SPC and DEL.

Please change that and install your patch.
Could you please consider the patch I send after this first? That include changes that makes help available for isearh in a sensible way and I think that is important.

I thought you might disagree on SPC and DEL but the reason I still did the change was because it is mostly new users that use this and need help with scrolling. They probably do not user terminals I believe. Are you sure SPC and DEL are better?



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to