From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Changes in lisp/Makefile.in to skip preloaded files Date: Tue, 6 Oct 2009 06:45:23 -0700 (PDT) Message-ID: <200910061345.n96DjNSu023332@godzilla.ics.uci.edu> 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 1254839000 7690 80.91.229.12 (6 Oct 2009 14:23:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 14:23:20 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 06 16:23:10 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 1MvAvU-0005eh-KA for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 16:22:04 +0200 Original-Received: from localhost ([127.0.0.1]:58616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvAvU-00009K-2K for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 10:22:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvAQa-0001T1-5g for emacs-devel@gnu.org; Tue, 06 Oct 2009 09:50:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvAQV-0001R0-MP for emacs-devel@gnu.org; Tue, 06 Oct 2009 09:50:07 -0400 Original-Received: from [199.232.76.173] (port=56273 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvAQV-0001Qt-CM for emacs-devel@gnu.org; Tue, 06 Oct 2009 09:50:03 -0400 Original-Received: from paul-mcgann-v0.ics.uci.edu ([128.195.1.147]:54471) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MvAQR-0007Mj-1p; Tue, 06 Oct 2009 09:49:59 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by paul-mcgann-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id n96DjN6o028284; Tue, 6 Oct 2009 06:45:23 -0700 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n96DjNSu023332; Tue, 6 Oct 2009 06:45:23 -0700 (PDT) In-Reply-To: <200910061312.n96DCIqW023100@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Tue, 6 Oct 2009 06:12:18 -0700 (PDT)") Original-Lines: 21 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: n96DjN6o028284 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:115925 Archived-At: Dan Nicolaescu writes: > Miles Bader writes: > > > Eli Zaretskii writes: > > > > >> Well, of course that's only true if a built emacs is available at the > > >> point of invocation. > > > > > > Agreed. In the case in point, Emacs _is_ available, since we generate > > > loaddefs.el by running Emacs. > > > > Sure, tho if sed is needed at _any_ point in the build process, it's > > then a requirement, so there's no reason to not use it elsewhere. > > 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 .... ^^^^^^^^^^^^^^ Sould be ediff-init.el