unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* site-start.el and subdirs.el
@ 2003-04-09 12:57 Glenn Morris
  2003-04-10  6:22 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2003-04-09 12:57 UTC (permalink / raw)



In startup.el, normal-top-level loads any subdirs.el files found in
load-path. Later on, it calls command-line which loads site-start.el
and default.el. This means that if these two files (or ~/.emacs) add
any directories to load-path, they don't get scanned for subdirs.el
files. Would there be any disadvantages to changing things so that
they were?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: site-start.el and subdirs.el
  2003-04-09 12:57 site-start.el and subdirs.el Glenn Morris
@ 2003-04-10  6:22 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2003-04-10  6:22 UTC (permalink / raw)
  Cc: emacs-devel

    In startup.el, normal-top-level loads any subdirs.el files found in
    load-path. Later on, it calls command-line which loads site-start.el
    and default.el. This means that if these two files (or ~/.emacs) add
    any directories to load-path, they don't get scanned for subdirs.el
    files.

The subdirs files are generated by Emacs makefiles, and they generate
these files only in certain directories.  Those are the directories
where Emacs checks for subdirs files.

I see no reason to support hand-edited subdirs.el files in other
directories.  You may as well list the subdirs by hand in .emacs as
list them by hand in subdirs.el.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-10  6:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09 12:57 site-start.el and subdirs.el Glenn Morris
2003-04-10  6:22 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).