From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#8307: Scrolling problems in lexbind-new branch Date: Mon, 21 Mar 2011 13:31:02 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300729040 20148 80.91.229.12 (21 Mar 2011 17:37:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2011 17:37:20 +0000 (UTC) Cc: 8307@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Mar 21 18:37:15 2011 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 1Q1j2V-0000xZ-Ii for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Mar 2011 18:37:11 +0100 Original-Received: from localhost ([127.0.0.1]:39834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1j2V-0002K3-2c for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Mar 2011 13:37:11 -0400 Original-Received: from [140.186.70.92] (port=59086 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1j2P-0002FP-1f for bug-gnu-emacs@gnu.org; Mon, 21 Mar 2011 13:37:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1j2N-0002Yu-Vk for bug-gnu-emacs@gnu.org; Mon, 21 Mar 2011 13:37:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1j2N-0002Yq-Sy for bug-gnu-emacs@gnu.org; Mon, 21 Mar 2011 13:37:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Q1ixV-0005M8-Vj; Mon, 21 Mar 2011 13:32:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 21 Mar 2011 17:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8307 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8307-submit@debbugs.gnu.org id=B8307.130072867120526 (code B ref 8307); Mon, 21 Mar 2011 17:32:01 +0000 Original-Received: (at 8307) by debbugs.gnu.org; 21 Mar 2011 17:31:11 +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 1Q1iwg-0005L1-Ko for submit@debbugs.gnu.org; Mon, 21 Mar 2011 13:31:10 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1iwe-0005Kp-Lr for 8307@debbugs.gnu.org; Mon, 21 Mar 2011 13:31:09 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEALwnh01Ld/X5/2dsb2JhbAClPniITbkuhWMElWk X-IronPort-AV: E=Sophos;i="4.63,220,1299474000"; d="scan'208";a="97437588" Original-Received: from 75-119-245-249.dsl.teksavvy.com (HELO pastel.home) ([75.119.245.249]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 21 Mar 2011 13:31:03 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A0113590B0; Mon, 21 Mar 2011 13:31:02 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Mon, 21 Mar 2011 04:04:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 21 Mar 2011 13:32:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 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:45232 Archived-At: > emacs -Q --eval "(progn (setq scroll-conservatively 1) > (setq-default show-trailing-whitespace t))" test.txt > > ;;; keep it pressed until it starts line-by-line scrolling > (The value of scroll-conservatively is irrelevant, as long as it is > greater than zero.) > What I see is that the cursor stops in the next-to-last line; > scrolling continues normally, but the cursor does not advance to the > last line. (In fact, if you keep it pressed down enough time, it > eventually moves to the last line, but in my setup that can take > several hundred lines.) I cannot reproduce it here. Maybe it's because I updated the lexbind branch to be in sync with the trunk. Can you try it with the latest lexbind branch? Stefan