Quoting Kai Grossjohann <[EMAIL PROTECTED]>: > J�r�me Marant <[EMAIL PROTECTED]> writes: > > > Quoting Kai Grossjohann <[EMAIL PROTECTED]>: > > > >> Why can't it load bytecomp? There is > >> /usr/share/emacs/21.3.50/lisp/emacs-lisp/bytecomp.el and *.elc. > > > > Oh, I see. This bug was recently reported: lisp/subdirs.elc is > > missing for a strange reason, so you don't have access to > > the emacs-lisp directory. I'm investigating. > > When I install Emacs normally, I get subdirs.el but not subdirs.elc. > IMVHO it makes no sense to byte-compile this file: it is too short.
Yes, I meant subdirs.el. > One solution would be to byte-compile the file anyway, or perhaps to > copy the subdirs.el file into every directory in load-path, even if > that directory only contains *.elc files. I think subdirs.el is a special case, and I forgot to handle it as such. Expect a fix soon. Cheers, -- J�r�me Marant

