From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#6610: scrolling problem of emacs Date: Sun, 11 Jul 2010 20:58:09 +0300 Message-ID: <83y6dhuci6.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1278873275 14733 80.91.229.12 (11 Jul 2010 18:34:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Jul 2010 18:34:35 +0000 (UTC) Cc: 6610@debbugs.gnu.org To: "Aeron.E. Wang" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 11 20:34:32 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OY1MC-0007tO-8O for geb-bug-gnu-emacs@m.gmane.org; Sun, 11 Jul 2010 20:34:28 +0200 Original-Received: from localhost ([127.0.0.1]:47684 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY1MB-0004hr-Fx for geb-bug-gnu-emacs@m.gmane.org; Sun, 11 Jul 2010 14:34:27 -0400 Original-Received: from [140.186.70.92] (port=38803 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY1I4-00019P-3R for bug-gnu-emacs@gnu.org; Sun, 11 Jul 2010 14:30:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OY1I2-0000AR-OM for bug-gnu-emacs@gnu.org; Sun, 11 Jul 2010 14:30:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57051) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY1I2-0000AN-Lp for bug-gnu-emacs@gnu.org; Sun, 11 Jul 2010 14:30:10 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OY0pp-0005gA-QJ; Sun, 11 Jul 2010 14:01:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Jul 2010 18:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6610 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6610-submit@debbugs.gnu.org id=B6610.127887123321818 (code B ref 6610); Sun, 11 Jul 2010 18:01:01 +0000 Original-Received: (at 6610) by debbugs.gnu.org; 11 Jul 2010 18:00:33 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY0pN-0005fr-Er for submit@debbugs.gnu.org; Sun, 11 Jul 2010 14:00:33 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY0pL-0005fl-3I for 6610@debbugs.gnu.org; Sun, 11 Jul 2010 14:00:31 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L5E00A00MV9XH00@a-mtaout21.012.net.il> for 6610@debbugs.gnu.org; Sun, 11 Jul 2010 21:00:11 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.120.144]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L5E009L5NCAWU30@a-mtaout21.012.net.il>; Sun, 11 Jul 2010 21:00:11 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 11 Jul 2010 14:01:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38409 Archived-At: > Date: Sat, 10 Jul 2010 23:34:44 -0400 > From: "Aeron.E. Wang" > Cc: > > When scrolling with mouse or C-v or M-v, the cursor is moving. This destroys > the long highlights and selections etc. and it's confusing users. Most > editors keep the cursor position fixed even when it's invisible. What do you mean "cursor position fixed"? Fixed on the screen? Then try to customize scroll-preserve-screen-position to a value that is either t or something that is non-nil and not t, like 'always.