From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Changes in lisp/Makefile.in to skip preloaded files Date: Tue, 06 Oct 2009 12:20:51 -0400 Message-ID: References: <837hv9neza.fsf@gnu.org> <8363asoov2.fsf@gnu.org> <833a5woo3g.fsf@gnu.org> <200910061312.n96DCIqW023100@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254846842 6539 80.91.229.12 (6 Oct 2009 16:34:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 16:34:02 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, Miles Bader To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 06 18:33:53 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MvCz2-0003RD-UC for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 18:33:53 +0200 Original-Received: from localhost ([127.0.0.1]:37945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvCz2-0008Cr-Bu for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 12:33:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvCmX-0006aU-6S for emacs-devel@gnu.org; Tue, 06 Oct 2009 12:20:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvCmS-0006YM-Az for emacs-devel@gnu.org; Tue, 06 Oct 2009 12:20:56 -0400 Original-Received: from [199.232.76.173] (port=44201 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvCmS-0006YD-4x for emacs-devel@gnu.org; Tue, 06 Oct 2009 12:20:52 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47067) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvCmR-00051h-PU for emacs-devel@gnu.org; Tue, 06 Oct 2009 12:20:51 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MvCmR-0004gQ-48; Tue, 06 Oct 2009 12:20:51 -0400 X-Spook: kibo Ft. Knox CIDA Merlin jihad Defcon crypto anarchy X-Ran: idAzBVF'TcqF3NE8EcTws:1+18_@W5U,K`Ou(^P}Wdt+rIlCE8[8>|`P3P:SzUQ!zjF (Dan Nicolaescu's message of "Tue, 6 Oct 2009 06:12:18 -0700 (PDT)") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:115932 Archived-At: Dan Nicolaescu wrote: > IMO in this particular case it's just an unnecessary complication, the > alternative is to remove the ;;;#autoload lines in the preloaded files. > Which there are about 4, and only one of which has an important impact, > the one in ediff-init.el .... I would like to add more such autoloads, since they serve as a useful form of comment. Eg for riskiness properties.