all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Borsotti <angelo.borsotti@alcatel-lucent.it>
To: martin rudalics <rudalics@gmx.at>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: scroll-preserve-screen-position not working
Date: Wed, 11 Apr 2007 15:43:25 +0200	[thread overview]
Message-ID: <461CE5FD.4D6CB247@alcatel-lucent.it> (raw)
In-Reply-To: 4617855F.6000107@gmx.at

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

  parent reply	other threads:[~2007-04-11 13:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-07 11:49 scroll-preserve-screen-position not working martin rudalics
2007-04-08 22:04 ` Kim F. Storm
2007-04-11 13:43 ` Angelo Borsotti [this message]
2007-04-11 21:24   ` martin rudalics
2007-04-11 23:44   ` Johan Bockgård
  -- strict thread matches above, loose matches on Subject: below --
2007-04-05  8:37 Angelo Borsotti
2007-04-07 17:30 ` Richard Stallman

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=461CE5FD.4D6CB247@alcatel-lucent.it \
    --to=angelo.borsotti@alcatel-lucent.it \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=rudalics@gmx.at \
    /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.