Xref: utzoo gnu.emacs.help:1940 comp.emacs:10654 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!tut.cis.ohio-state.edu!unreplyable!garbage From: jimb@GNU.AI.MIT.EDU (Jim Blandy) Newsgroups: gnu.emacs.help,comp.emacs Subject: Poll: mode-line percentages Message-ID: <9105060658.AA06781@pogo.gnu.ai.mit.edu> Date: 6 May 91 06:58:01 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 27 A user has asked us to change the meaning of the %p construct in mode-line-format, and we would like to know what everyone else thinks of his idea. The %p construct puts a field in the mode line telling you where top of the window is in the file. If the top of the file is visible, it says "Top"; if the bottom of the file is visible, it says "Bot"; if both, "All." If neither, it gives the percentage. The proposal is to make this act more like the "more" program by giving the position of the _bottom_ of the window. The user writes: - It helps me decide whether I want to continue reading to see how much more I have to go. On large screens/windows (e.g. 40-60 lines), the difference in % location between the top and bottom of the displayed portion may be quite a bit, so the % above the top is not a very good approximation of % seen so far, especially on the first page. - The mode line is at the bottom of a buffer-window, so I find it natural to interpret figure shown as labeling the location of the bottom of the displayed text. When at the top of a file, it should probably say " (Top)" or something like that. PLEASE SEND RESPONSES TO ME; DON'T POST THEM. Heh.