Gentoo Archives: gentoo-dev

From: Jason Stubbs <jasonbstubbs@×××××××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] cscope ebuilds
Date: Sat, 15 Nov 2003 08:10:09
Message-Id: 200311151710.06919.jasonbstubbs@mailandnews.com
In Reply to: [gentoo-dev] cscope ebuilds by Anupam Kapoor
1 On Saturday 15 November 2003 16:50, Anupam Kapoor wrote:
2 > hi all,
3 >
4 > i have emacs in my use settings. when i emerge cscope 15.4 using
5 > (emerge cscope-15.4.ebuild) it also installs xcscope for interfacing
6 > cscope with emacs.
7 >
8 > the only issue with this is that in
9 > /usr/share/emacs/site-lisp/site-start.el the load path for xcscope is
10 > initialized as:
11 > (add-to-list 'load-path "@SITELISP@")
12 >
13 > looking at the ebuild, the site-start.el seems to be regenerated for
14 > every emacs package using 'elisp-site-regen'. which for some reason
15 > does not work for cscope ebuild.
16
17 Can't help with the issue at all, but...
18
19 > can some please point me to the location of 'elisp-site-regen' so that
20 > i can dig some more ? i tried looking for it in the developer
21 > documentation, but could not find any references.
22
23 bash-2.05b$ grep elisp-site-regen /usr/portage/eclass/*
24 /usr/portage/eclass/elisp-common.eclass:elisp-site-regen() {
25 /usr/portage/eclass/elisp.eclass: elisp-site-regen
26 /usr/portage/eclass/elisp.eclass: elisp-site-regen
27
28
29 Jason
30
31 --
32 gentoo-dev@g.o mailing list

Replies

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