>>>>> On Tue, 25 Jan 2011, Eli Zaretskii wrote: >> For example, most files of CEDET were renamed to 8+3 some time ago, >> breaking other elisp packages (e.g. company-mode, ecb, jde, matlab, >> speechd-el) depending on them.
> Reality check: there were many changes made in CEDET due to admission > into the Emacs distribution. File-name changes were only a small part > of them, and the changes just moved some files into subdirectories, > such that foo-bar.el became foo/bar.el. Which still breaks compatibility, because (require 'foo-bar) in any elisp package will fail now.