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: Potential redisplay problem [Re: Recursive load of mule-util.elc] Date: Thu, 14 Nov 2002 07:16:42 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021105114339.0CED.LEKTU@terra.es> <200211060107.KAA26465@etlken.m17n.org> <20021106131931.66A2.LEKTU@terra.es> <200211061302.WAA07800@etlken.m17n.org> <200211070146.KAA08672@etlken.m17n.org> <200211130736.QAA17949@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037300576 17781 80.91.224.249 (14 Nov 2002 19:02:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 14 Nov 2002 19:02:56 +0000 (UTC) Cc: emacs-devel@gnu.org, lektu@terra.es Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18CPGN-0004cF-00 for ; Thu, 14 Nov 2002 20:02:51 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18CPSt-0005Wj-00 for ; Thu, 14 Nov 2002 20:15:47 +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 18CPGl-0006qu-00; Thu, 14 Nov 2002 14:03:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18CNCC-0004g6-00 for emacs-devel@gnu.org; Thu, 14 Nov 2002 11:50:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18CNC6-0004dz-00 for emacs-devel@gnu.org; Thu, 14 Nov 2002 11:50:22 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CLka-0000ie-00 for emacs-devel@gnu.org; Thu, 14 Nov 2002 10:17:48 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18CIvK-0004Yf-00; Thu, 14 Nov 2002 07:16:42 -0500 Original-To: handa@m17n.org In-reply-to: <200211130736.QAA17949@etlken.m17n.org> (message from Kenichi Handa on Wed, 13 Nov 2002 16:36:21 +0900 (JST)) 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:9413 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9413 By the way, is autloading the only way to cause of the above recursive call? I am not certain. I haven't studied the code. If that is possible, why don't just add a code to suppress the call of message_with_string when something is being autoloaded? We don't want to do this in general. The user should be informed about loading due to autoloads.