Gentoo Archives: gentoo-user

From: Jules Colding <colding@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Crap is being added to site-gentoo.el
Date: Tue, 31 Jul 2007 14:16:04
Message-Id: 1185891004.5962.9.camel@omc-2.omesc.com
In Reply to: [gentoo-user] Crap is being added to site-gentoo.el by Jules Colding
1 On Tue, 2007-07-31 at 15:44 +0200, Jules Colding wrote:
2 > Hi,
3 >
4 > I'm seeing crap being added to site-gentoo.el whenever it is being
5 > touched by an emerge.
6
7 I experimented a bit. I un-merged subversion and removed any lingering
8 site-gentoo.el crap. I verified that everything was OK and did:
9
10 USE=-emacs emerge subversion
11
12 This went well. No site-gentoo.el pollution. Then I un-merged subversion
13 again:
14
15 USE=-emacs emerge -C subversion
16
17 Everything was still OK. At last I did:
18
19 emerge subversion
20
21 This time the emerge was with the activated emacs USE flag. Lo and
22 behold, the crap was back:
23
24
25 <snip>
26 (load "/usr/share/emacs/site-lisp/cedet/common/cedet")
27
28 ;; If you wish to customize CEDET, you will need to follow the
29 ;; directions in the INSTALL (installed in the documentation) file and
30 ;; customize your ~/.emacs /before/ site-gentoo is loaded.
31 ^_<8b>^H^@^@^@^@^@^@^Cu<90>A
32 <83>0^TD÷9Å<90><8d>u<91>^À<8d>]t!tQ°^W^HIÔP<9b>/ÉÏýkÄ^V
33 v9¼a^^<8c>h<9a>^F#?<95>%<83>ä٩٧^E<86>ÂàÇ^\5{
34 B<9c>´µ<8a>©0F5<93>¶jÑ<A¶}÷¸ÞºþÞʺÔ2S¡¨öIåCr<91>!÷,^E /ÖBcMùå^Bo
35 LN[^WÁ^D<9e>^\L<8e>qE^Xr0^E<9f>%¸þ?¯<92>ÛjG<9a>^O:ÔiþÑ-´>ðÕ½^A{^\×î^[^A^@^@;;; svn site-lisp configuration
36
37 (add-to-list 'load-path "/usr/share/emacs/site-lisp/subversion")
38 (and (< emacs-major-version 22)
39 (add-to-list 'load-path "/usr/share/emacs/site-lisp/subversion/compat"))
40 (add-to-list 'vc-handled-backends 'SVN)
41
42 (defalias 'svn-examine 'svn-status)
43 (autoload 'svn-status "psvn"
44 "Examine the status of Subversion working copy in directory DIR." t)
45
46 ;;; emacs-w3m site-lisp configuration
47 <snip>
48
49 I've key-worded subversion with ~amd64 so the version in question is
50 subversion-1.4.4-r3.
51
52 Any ideas?
53
54 Thanks,
55 jules
56
57
58 --
59 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Crap is being added to site-gentoo.el Jan Seeger <jan.seeger@×××××.com>