Gentoo Archives: gentoo-dev

From: Matthew Kennedy <mkennedy@g.o>
To: Anupam Kapoor <anupamk@×××××××××.net>
Cc: Jason Stubbs <jasonbstubbs@×××××××××××.com>, gentoo-dev@g.o
Subject: Re: [gentoo-dev] cscope ebuilds
Date: Sun, 16 Nov 2003 19:51:26
Message-Id: 878ymgcczc.fsf@killr.ath.cx
In Reply to: Re: [gentoo-dev] cscope ebuilds by Anupam Kapoor
1 Anupam Kapoor <anupamk@×××××××××.net> writes:
2
3 > Anupam Kapoor <anupamk@×××××××××.net> writes:
4 >
5 >>>
6 >>> bash-2.05b$ grep elisp-site-regen /usr/portage/eclass/*
7 >>> /usr/portage/eclass/elisp-common.eclass:elisp-site-regen() {
8 >>> /usr/portage/eclass/elisp.eclass: elisp-site-regen
9 >>> /usr/portage/eclass/elisp.eclass: elisp-site-regen
10 >>
11 >> thanks for the info. i will look at it and see if i can come up with
12 >> the reason (and fix !) for the problem.
13 > ok. got the fix. the problem was that for installing
14 > 50xcscope-gentoo.el, we were using a doins instead of using the normal
15 > 'elisp-site-file-install'. also we should have used elisp-install for
16 > installing the *.el[c] files. the changes fix the problem.
17 >
18 > two questions:
19 > 1. how do i send the changes back ?
20 > 2. in site-start.el, there seems to be an inconsistency in the way
21 > the site files are added to the load-path. for some cases, we have
22
23 Looks like it has been fixed in CVS already. Thanks for pointing out
24 the problem though.
25
26 > (setq load-path
27 > (cons "/usr/share/emacs/site-lisp/dircolors" load-path))
28 >
29 > and for other cases we have
30 >
31 > (add-to-list 'load-path "/usr/share/emacs/site-lisp/htmlize")
32
33 Either will work. However, add-to-list is probably a better choice,
34 as it doesn't append elements which would result in duplicates.
35
36 Matt
37 --
38 Matthew Kennedy
39 Gentoo Linux Developer
40
41 --
42 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] cscope ebuilds Anupam Kapoor <anupamk@×××××××××.net>