From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Gritsch Newsgroups: gmane.emacs.devel Subject: Severe hscroll-margin Bug Date: Fri, 27 May 2005 17:00:03 +0200 Message-ID: <429735F3.4060408@iue.tuwien.ac.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1117206456 18411 80.91.229.2 (27 May 2005 15:07:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 May 2005 15:07:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 27 17:07:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DbgPk-0004dZ-Pd for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 17:06:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbgU2-0003vX-R9 for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 11:10:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbgRb-00023N-D7 for emacs-devel@gnu.org; Fri, 27 May 2005 11:08:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbgRY-00022c-O6 for emacs-devel@gnu.org; Fri, 27 May 2005 11:08:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbgRX-0001xG-34 for emacs-devel@gnu.org; Fri, 27 May 2005 11:08:11 -0400 Original-Received: from [195.3.96.112] (helo=email.aon.at) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbgKi-0005in-Rd for emacs-devel@gnu.org; Fri, 27 May 2005 11:01:09 -0400 Original-Received: (qmail 25668 invoked from network); 27 May 2005 15:00:10 -0000 Original-Received: from m261p009.adsl.highway.telekom.at (HELO [10.0.0.5]) ([62.47.200.137]) (envelope-sender ) by smarthub72.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 27 May 2005 15:00:10 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37780 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37780 Hello, Short: When specifying a value for hscroll-margin which is quite large relative to the window width, Emacs freezes up and takes 100% CPU. Long: I have set hscroll-margin to a value of 20 so I can see the next words in a buffer before reaching the margin. I also use the "Emacs Code Browser" Package (http://ecb.sourceforge.net/) which uses relatively narrow windows to display directory listings, method outlines, etc. When I move the point into such a window, Emacs freezes up. I think the problem is, that there is no region in the window, which lies outside of any hscroll-margin, neither from the left nor from the right side. Thank you for reading, Markus