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: Fabrice Niessen
Subject: bug#12906: 24.2.50; Parts of the screen are completely white
Date: Sat, 22 Dec 2012 22:16:15 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.91 (windows-nt)

Eli,

Eli Zaretskii wrote:
>> 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?

Here, attached, the version I'm using.

Best regards,
Fabrice

Attachment: pager.el
Description: application/emacs-lisp


reply via email to

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