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: Removing unloaded functions from auto-mode-alist. Date: Thu, 21 Apr 2005 11:30:49 -0400 Message-ID: References: <87zmvu6ba2.fsf@xs4all.nl> <85ll7e68ei.fsf@lola.goethe.zz> <854qe2ihhi.fsf@lola.goethe.zz> <8764yi4awh.fsf@xs4all.nl> <873btlsalu.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114098473 23024 80.91.229.2 (21 Apr 2005 15:47:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2005 15:47:53 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 21 17:47:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOdtF-0006oX-GO for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2005 17:46:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOdxz-0002Lm-Dp for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2005 11:51:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOduU-0000F7-Ji for emacs-devel@gnu.org; Thu, 21 Apr 2005 11:48:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOduT-0000DU-Bo for emacs-devel@gnu.org; Thu, 21 Apr 2005 11:48:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOduS-0007Cw-S3 for emacs-devel@gnu.org; Thu, 21 Apr 2005 11:48:09 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOdgU-0004Lm-50 for emacs-devel@gnu.org; Thu, 21 Apr 2005 11:33:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DOddh-0005nd-Gs; Thu, 21 Apr 2005 11:30:49 -0400 Original-To: Lute Kamstra In-reply-to: <873btlsalu.fsf@xs4all.nl> (message from Lute Kamstra on Wed, 20 Apr 2005 17:59:09 +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:36236 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36236 Is there a reason why Fload can't do like do_autoload and use the information recorded in Vautoload_queue to set the autoload property of function symbols? Maybe it could work. I think it would be better not to try changing this now.