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: Sun, 22 Jun 2014 19:46:37 +0300

> From: "Fabrice Niessen" <fni@missioncriticalit.com>
> Date: Sat, 22 Dec 2012 22:16:15 +0100
> Cc: 12906@debbugs.gnu.org
> 
> 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.

Do you still see the problem in the current Emacs?  If so, did you
bisect your customizations further and found the "guilty" one(s)?





reply via email to

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