Anupam Kapoor <[EMAIL PROTECTED]> writes: > ok. got the fix. the problem was that for installing > 50xcscope-gentoo.el, we were using a doins instead of using the normal > 'elisp-site-file-install'. also we should have used elisp-install for > installing the *.el[c] files. the changes fix the problem.
> two questions: > 1. how do i send the changes back ? No need. I made these changes (and bumped revision) in CVS. The changes should be visible via rsync in approximately a half-hour. > 2. in site-start.el, there seems to be an inconsistency in the way > the site files are added to the load-path. for some cases, we have > (setq load-path > (cons "/usr/share/emacs/site-lisp/dircolors" load-path)) > and for other cases we have > (add-to-list 'load-path "/usr/share/emacs/site-lisp/htmlize") > shouldn't we be doing either of the two ? Since these two methods are functionally equivalent, this is not very critical. Furthermore, I believe we will be revamping the site file management system sometime soon. -- Jeremy Maitin-Shepard -- [EMAIL PROTECTED] mailing list
