From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: window-scroll-functions Date: Fri, 01 Sep 2006 08:47:17 -0400 Message-ID: References: <44F7D81D.5060301@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1157114915 28318 80.91.229.2 (1 Sep 2006 12:48:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 12:48:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 01 14:48:34 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 1GJ8Rb-0003Nl-EU for ged-emacs-devel@m.gmane.org; Fri, 01 Sep 2006 14:48:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ8Ra-00073M-Od for ged-emacs-devel@m.gmane.org; Fri, 01 Sep 2006 08:48:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJ8QY-0006OE-UJ for emacs-devel@gnu.org; Fri, 01 Sep 2006 08:47:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJ8QY-0006Ma-8S for emacs-devel@gnu.org; Fri, 01 Sep 2006 08:47:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ8QX-0006M9-QI for emacs-devel@gnu.org; Fri, 01 Sep 2006 08:47:17 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJ8aO-0000qo-9C for emacs-devel@gnu.org; Fri, 01 Sep 2006 08:57:28 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GJ8QX-0006jm-2q; Fri, 01 Sep 2006 08:47:17 -0400 Original-To: martin rudalics In-reply-to: <44F7D81D.5060301@gmx.at> (message from martin rudalics on Fri, 01 Sep 2006 08:50:05 +0200) 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:59222 Archived-At: When an error occurs in calling a function in `window-scroll-functions' Emacs may behave very strangely. I don't think it is a requirement to fix this. To fix it would be an improvement, so it would be nice to install a safe fix if someone can find one. But if we don't find a safe fix, I would rather make no change. Perhaps just using safe_run_hooks or something similar will do the job.