all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.