From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: window-scroll-functions Date: Fri, 01 Sep 2006 08:50:05 +0200 Message-ID: <44F7D81D.5060301@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157093525 20409 80.91.229.2 (1 Sep 2006 06:52:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 06:52:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 01 08:52:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJ2sf-0000uo-Qt for ged-emacs-devel@m.gmane.org; Fri, 01 Sep 2006 08:51:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ2sf-0003td-5V for ged-emacs-devel@m.gmane.org; Fri, 01 Sep 2006 02:51:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJ2sT-0003sQ-7P for emacs-devel@gnu.org; Fri, 01 Sep 2006 02:51:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJ2sQ-0003oT-Ql for emacs-devel@gnu.org; Fri, 01 Sep 2006 02:51:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ2sQ-0003o5-Lh for emacs-devel@gnu.org; Fri, 01 Sep 2006 02:51:42 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GJ32D-000085-Cs for emacs-devel@gnu.org; Fri, 01 Sep 2006 03:01:49 -0400 Original-Received: (qmail invoked by alias); 01 Sep 2006 06:51:40 -0000 Original-Received: from N764P024.adsl.highway.telekom.at (EHLO [62.47.39.120]) [62.47.39.120] by mail.gmx.net (mp014) with SMTP; 01 Sep 2006 08:51:40 +0200 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: emacs-devel X-Y-GMX-Trusted: 0 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:59208 Archived-At: When an error occurs in calling a function in `window-scroll-functions' Emacs may behave very strangely. With Emacs -Q inserting (defun foo (window start) (error "?")) (add-hook 'window-scroll-functions 'foo nil t) in *scratch*, doing M-x `eval-buffer', and then C-l, Emacs shows me the window without scrollbar, modeline, and buffer text. In GNU Emacs 22.0.50.1 (i386-mingw-windows98.3000) of 2006-08-27 on MACHNO X server distributor `Microsoft Corp.', version 4.90.3000 configured using `configure --with-gcc (3.4)' BTW, Emacs 21.2 shows scrollbar, modeline, and buffer text for this.