From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Did window scroll notification change? Date: Sun, 03 Nov 2002 08:56:29 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <87ptto7vqp.fsf@alice.dynodns.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036332827 21449 80.91.224.249 (3 Nov 2002 14:13:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 3 Nov 2002 14:13:47 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 188LVY-0005Zn-00 for ; Sun, 03 Nov 2002 15:13:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 188Lcd-0006hE-00 for ; Sun, 03 Nov 2002 15:21:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 188LWa-0006xt-00; Sun, 03 Nov 2002 09:14:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 188LEt-0004Y1-00 for emacs-devel@gnu.org; Sun, 03 Nov 2002 08:56:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 188LEr-0004Uy-00 for emacs-devel@gnu.org; Sun, 03 Nov 2002 08:56:30 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 188LEr-0004Us-00 for emacs-devel@gnu.org; Sun, 03 Nov 2002 08:56:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 188LEr-000372-00; Sun, 03 Nov 2002 08:56:29 -0500 Original-To: johnw@gnu.org In-reply-to: <87ptto7vqp.fsf@alice.dynodns.net> (message from John Wiegley on Fri, 01 Nov 2002 15:47:42 -0700) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9085 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9085 `window-scroll-functions' is being called ad infinitum. Emacs is partially locked, but enough C-g gets me to a point where I can delete the Eshell buffer. Can you debug this? What code is calling what? The only way to get to the bottom of things is to find out more facts about the chain of events.