Anupam Kapoor <[EMAIL PROTECTED]> writes:
> Anupam Kapoor <[EMAIL PROTECTED]> writes:
>
>>>
>>> bash-2.05b$ grep elisp-site-regen /usr/portage/eclass/*
>>> /usr/portage/eclass/elisp-common.eclass:elisp-site-regen() {
>>> /usr/portage/eclass/elisp.eclass: elisp-site-regen
>>> /usr/portage/eclass/elisp.eclass: elisp-site-regen
>>
>> thanks for the info. i will look at it and see if i can come up with
>> the reason (and fix !) for the problem.
> 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 ?
> 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
Looks like it has been fixed in CVS already. Thanks for pointing out
the problem though.
> (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")
Either will work. However, add-to-list is probably a better choice,
as it doesn't append elements which would result in duplicates.
Matt
--
Matthew Kennedy
Gentoo Linux Developer
--
[EMAIL PROTECTED] mailing list