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: Emacs freezes and takes 100% CPU Date: Thu, 30 Jun 2005 22:03:49 +0200 Message-ID: <42C45025.10908@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 1120161703 13469 80.91.229.2 (30 Jun 2005 20:01:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2005 20:01:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 22:01:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Do5E8-0007JG-Id for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2005 22:01:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do5MR-00044w-Pj for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2005 16:10:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Do5IB-0001OZ-7R for emacs-devel@gnu.org; Thu, 30 Jun 2005 16:05:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Do5I6-0001M1-IZ for emacs-devel@gnu.org; Thu, 30 Jun 2005 16:05:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do5I6-0001Kl-3J for emacs-devel@gnu.org; Thu, 30 Jun 2005 16:05:42 -0400 Original-Received: from [195.3.96.91] (helo=email.aon.at) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Do5Ld-0001TJ-6i for emacs-devel@gnu.org; Thu, 30 Jun 2005 16:09:21 -0400 Original-Received: (qmail 20824 invoked from network); 30 Jun 2005 20:05:16 -0000 Original-Received: from m233p016.adsl.highway.telekom.at (HELO [10.0.0.5]) ([62.47.197.16]) (envelope-sender ) by smarthub76.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 30 Jun 2005 20:05:16 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 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:39974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39974 Hi, I think I have found a serious bug. The minimum .emacs file to reproduce the bug looks like: --- 8< --- (setq-default truncate-lines t) (custom-set-variables '(hscroll-margin 20) '(hscroll-step 1) ) --- 8< --- Setting all three variables is necessary. After starting Emacs, I change the horizontal width of the Emacs frame to something quite narrow, and then I try to move the cursor in the first line to the right -> Emacs freezes. I am using the prebuilt CVS Emacs for Windows from http://www.crasseux.com/emacs/. Can someone on another platform please try to reproduce the bug, to see if it is specific to the Win32 version or a general problem? Thanks in advance, Markus