bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#12906: 24.2.50; Parts of the screen are completely white


From: Eli Zaretskii
Subject: bug#12906: 24.2.50; Parts of the screen are completely white
Date: Sat, 22 Dec 2012 19:10:37 +0200

> From: "Fabrice Niessen" <fni@missioncriticalit.com>
> Cc: 12906@debbugs.gnu.org
> Date: Thu, 20 Dec 2012 09:38:04 +0100
> 
>   ;; better scrolling in Emacs (doing a <PageDown> followed by a <PageUp> will
>   ;; place the point at the same place)
>   (when (locate-library "pager")
>     (autoload 'pager-page-up "pager" nil t)
>     (autoload 'pager-page-down "pager" nil t)
> 
>     (global-set-key (kbd "<prior>") 'pager-page-up)
>     (global-set-key (kbd "<next>") 'pager-page-down))

Where can I find this "pager" library, of the version you are using?





reply via email to

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