From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#6610: scrolling problem of emacs Date: Mon, 12 Jul 2010 07:45:47 +0200 Message-ID: <4C3AAC0B.3020009@gmx.at> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1278914422 11372 80.91.229.12 (12 Jul 2010 06:00:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Jul 2010 06:00:22 +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 Mon Jul 12 08:00:21 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 1OYC3w-0007o5-6M for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Jul 2010 08:00:20 +0200 Original-Received: from localhost ([127.0.0.1]:34262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYC3v-0007z5-Kj for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Jul 2010 02:00:19 -0400 Original-Received: from [140.186.70.92] (port=57158 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYC3n-0007yQ-3I for bug-gnu-emacs@gnu.org; Mon, 12 Jul 2010 02:00:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYC3l-0003N0-8x for bug-gnu-emacs@gnu.org; Mon, 12 Jul 2010 02:00:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55843) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYC3l-0003Mv-7c for bug-gnu-emacs@gnu.org; Mon, 12 Jul 2010 02:00:09 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OYBq5-0004Xo-Lu; Mon, 12 Jul 2010 01:46:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 12 Jul 2010 05:46: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.127891355417462 (code B ref 6610); Mon, 12 Jul 2010 05:46:01 +0000 Original-Received: (at 6610) by debbugs.gnu.org; 12 Jul 2010 05:45:54 +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 1OYBpx-0004Xb-FL for submit@debbugs.gnu.org; Mon, 12 Jul 2010 01:45:53 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OYBpu-0004XW-Dh for 6610@debbugs.gnu.org; Mon, 12 Jul 2010 01:45:51 -0400 Original-Received: (qmail invoked by alias); 12 Jul 2010 05:45:51 -0000 Original-Received: from 62-47-45-202.adsl.highway.telekom.at (EHLO [62.47.45.202]) [62.47.45.202] by mail.gmx.net (mp008) with SMTP; 12 Jul 2010 07:45:51 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18trisAetItJt9Ot22/KoEzDhosfvNmy3Axgetw4S hebiMLL0es1gq+ User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 12 Jul 2010 01:46: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:38432 Archived-At: > 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. > > I searched the web for a solution but there is none. Try here: http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg01892.html martin