emacs-devel
[Top][All Lists]
Advanced

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

Unnecessary preloaded files in language/


From: Richard Stallman
Subject: Unnecessary preloaded files in language/
Date: Sun, 9 Dec 2001 20:01:21 -0700 (MST)

In loadup.el I see

    (load "language/chinese")
    (load "language/cyrillic")
    (load "language/indian")
    (load "language/devanagari")                ; This should be loaded after 
indian.
    (load "language/english")
    ...

Part of what these files do is add the "table entries" (loosely
speaking) for the various language environments and coding systems.
That has to be preloaded.  But I think that a large portion of these
files now consists of things that can be autoloaded, and that are
useful only if the user tries to use a particular coding system or
language environment.  Could someone arrange to autoload what can be
autoloaded?



reply via email to

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