From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Did window scroll notification change? Date: Fri, 01 Nov 2002 15:47:42 -0700 Sender: emacs-devel-admin@gnu.org Message-ID: <87ptto7vqp.fsf@alice.dynodns.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036192088 5689 80.91.224.249 (1 Nov 2002 23:08:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 1 Nov 2002 23:08:08 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 187kta-0001TV-00 for ; Sat, 02 Nov 2002 00:08:06 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 187kzr-0004Dm-00 for ; Sat, 02 Nov 2002 00:14:36 +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 187kfD-00032n-00; Fri, 01 Nov 2002 17:53:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187kZz-0001qY-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 17:47:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187kZw-0001po-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 17:47:50 -0500 Original-Received: from mail.gci-net.com ([216.183.68.100] helo=gci-net.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 187kZw-0001oq-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 17:47:48 -0500 Original-Received: from [216.183.69.146] (HELO aris) by gci-net.com (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 3123114 for emacs-devel@gnu.org; Fri, 01 Nov 2002 15:47:15 -0700 Original-Received: from johnw by aris with local (Exim 3.35 #1 (Debian)) id 187kZq-0005Pv-00 for ; Fri, 01 Nov 2002 15:47:42 -0700 Original-To: emacs-devel@gnu.org X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0xF40524D0 X-Home-Page: http://www.gci-net.com/users/j/johnw/ User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) 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:9052 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9052 Eshell's "smart scrolling" functionality does not work at all with 21.3.50. Eshell puts the function `eshell-smart-scroll-window' locally on `window-scroll-functions'. Then, it tries to redisplay the window by doing (recenter -1) whenever the window would ordinarily be scrolled. `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. Anybody know when this might have changed? John