Michael Olson <[EMAIL PROTECTED]> writes: >> On my system, the .el files are under >> /usr/share/emacs/site-lisp/dvc/lisp and the .elc are under >> /usr/share/emacs/22.0.50/site-lisp/dvc/, both are in load-path, >> sources are last. >> >> Do you want the .el files to be added at the same place than the .elc? > > Yes, that would be preferable.
I don't think so. /usr/share/emacs/site-lisp/dvc/lisp is version independant, and it's a good place to store a single copy of each source file. Putting source files in /usr/share/emacs/22.0.50/site-lisp/dvc/ too would mean having one copy of each source file per version of Emacs installed. That said, you're right: the Debian package probably does the right thing, but "make install" should install the .el files too. -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
