emacs-devel
[Top][All Lists]
Advanced

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

Re: Suggestions for the temporary windows used from the minibuffer


From: Lennart Borgman
Subject: Re: Suggestions for the temporary windows used from the minibuffer
Date: Mon, 08 Aug 2005 15:19:17 +0200
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

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?





reply via email to

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