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

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

Re: scroll-preserve-screen-position not working


From: Angelo Borsotti
Subject: Re: scroll-preserve-screen-position not working
Date: Wed, 11 Apr 2007 15:43:25 +0200

Hi Martin,

I replaced in cus-start.el the line:

            (scroll-preserve-screen-position windows boolean)

with:

            (scroll-preserve-screen-position
             windows (choice
                      (const :tag "Off (nil)" :value nil)
                      (const :tag "Full screen (t)" :value t)
                      (other :tag "Always")))

(As a matter of fact, I commented out the original line by
putting ;; in front of it).

However, this does not fix the problem. When I scroll, the
cursor changes position in the text.

-Angelo




reply via email to

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