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 

(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 ?

thank you
kind regards
anupam


-- 
...mathematicians do it smoothly and continuously or discretely in groups and in 
fields.


--
[EMAIL PROTECTED] mailing list

Reply via email to