bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25360: File mode specification errors during building


From: Eli Zaretskii
Subject: bug#25360: File mode specification errors during building
Date: Tue, 07 Mar 2017 17:51:14 +0200

> From: phillip.lord@russet.org.uk (Phillip Lord)
> Cc: npostavs@users.sourceforge.net,  25360@debbugs.gnu.org
> Date: Tue, 07 Mar 2017 12:26:08 +0000
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> Date: Mon, 6 Mar 2017 21:25:54 -0000
> >> From: "Phillip Lord" <phillip.lord@russet.org.uk>
> >> Cc: "Noam Postavsky" <npostavs@users.sourceforge.net>,
> >>  phillip.lord@russet.org.uk,
> >>  25360@debbugs.gnu.org
> >> 
> >> Here's a question, though. Why does files.el use
> >> w32-convert-standard-filename, a function which is not actually
> >> autoloaded? Ditto dos-convert-standard-filename.
> >
> > They are in files that are preloaded on the platforms which need them,
> > so they are always available.
> 
> 
> Eech, three different ways of specifying dependencies between lisp
> files? Ah, well, something for a different time.

It's not a dependency.  Emacs is full of code that doesn't bother to
auto-load functions which are known to be preloaded.  We preload Lisp
packages for several decades, and that's got to leave its impression
on the code which uses those packages.

bootstrap-emacs is not supposed to be different from emacs in that
regard, with a single exception: the Lisp packages it preloads might
be uncompiled, i.e. will work slower.  But it should have all the same
packages that emacs has.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]