From: projorpheon ccf <projorpheon@gmail.com>
Subject: How to improve the pager
Date: Sun, 3 Oct 2004 16:35:06 +0200 [thread overview]
Message-ID: <dc2d18fd04100307353bf886fb@mail.gmail.com> (raw)
Hello,
Are there anyone who is using the pager.el which is so great a fix to emacs
page up/down?
But one defect is that:
if you scrolled down to the last page of the text and expected the
cursor to go to the end of the file, pager just don't respond as there
is not enough lines to scroll down one whole page?
Any idea to modify the pager.el to make it work as normal emacs behavior?
Thanks.
;;; pager.el --- windows-scroll commands
;;; Version 2.0 - 97-10-06
;;; Copyright (C) 1992-1997 Mikael Sj鰀in (mic@docs.uu.se)
;;;
;;; Author: Mikael Sj鰀in -- mic@docs.uu.se
;;;
;;; This file is NOT part of GNU Emacs.
;;; You may however redistribute it and/or modify it under the terms of the GNU
;;; General Public License as published by the Free Software Foundation; either
;;; version 2, or (at your option) any later version.
;;;
;;; pager.el is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;; ----------------------------------------------------------------------
;;; Description:
;;;
;;; pager.el defines alternative commands to the Emacs builtins: scroll-down
;;; and scroll-up. It also contains commands to scroll the screen one row at
;;; the time.
;;;
;;; The Emacs builtins for scrolling are worthless! The commands in pager.el
;;; works the way the builtins should have done from the beginning. For
;;; instance, doing a pg-up followed by a pg-down (when using pager.el) will
;;; return point to the original place.
;;;
;;; This file has been tested under Emacs 19.34 and 20.2 but I belive it should
;;; work on most Emacs versions and Emacs derivatives.
;;;
;;; This file can be obtained from http://www.docs.uu.se/~mic/emacs.html
RD,
Jorpheon
next reply other threads:[~2004-10-03 14:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-03 14:35 projorpheon ccf [this message]
2004-10-05 7:45 ` How to improve the pager projorpheon ccf
2004-10-10 13:39 ` projorpheon ccf
2004-10-10 20:25 ` Kai Grossjohann
2004-10-12 18:28 ` projorpheon ccf
2004-11-06 0:12 ` Kai Grossjohann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dc2d18fd04100307353bf886fb@mail.gmail.com \
--to=projorpheon@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.