From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Britton Kerin Newsgroups: gmane.emacs.bugs Subject: hs-minor-mode makes you scroll through hidden lines sometimes Date: Fri, 23 Jan 2004 10:41:23 -0900 (AKST) Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1074886954 26774 80.91.224.253 (23 Jan 2004 19:42:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Jan 2004 19:42:34 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jan 23 20:42:27 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ak7CE-0006gn-00 for ; Fri, 23 Jan 2004 20:42:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ak7C5-0005TT-DK for geb-bug-gnu-emacs@m.gmane.org; Fri, 23 Jan 2004 14:42:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Ak7Bq-0005LB-N3 for bug-gnu-emacs@gnu.org; Fri, 23 Jan 2004 14:42:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ak7BK-000506-A4 for bug-gnu-emacs@gnu.org; Fri, 23 Jan 2004 14:42:01 -0500 Original-Received: from [137.229.87.247] (helo=mail1.asf.alaska.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ak7BJ-000501-Dy for bug-gnu-emacs@gnu.org; Fri, 23 Jan 2004 14:41:29 -0500 Original-Received: from localhost (bkerin@localhost) by mail1.asf.alaska.edu (8.11.6/8.11.6) with ESMTP id i0NJfOx29975 for ; Fri, 23 Jan 2004 10:41:24 -0900 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6713 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6713 It seems that when moving down with next-line, if the elipsis that stands for hidden block is line wrapped, then the cursor moves into hidden text and it takes a long time to move down. This doesn't seem to happen when moving up with previous-line. Emacs version: GNU Emacs 21.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2004-01-22 on alitak.asf.alaska.edu Configuration command line: ./configure --prefix=/home/bkerin/local Source modifications: None Britton Kerin