On Tue, 2007-07-31 at 15:44 +0200, Jules Colding wrote:
> Hi,
> 
> I'm seeing crap being added to site-gentoo.el whenever it is being
> touched by an emerge. 

I experimented a bit. I un-merged subversion and removed any lingering
site-gentoo.el crap. I verified that everything was OK and did:

USE=-emacs emerge subversion

This went well. No site-gentoo.el pollution. Then I un-merged subversion
again:

USE=-emacs emerge -C subversion

Everything was still OK. At last I did:

emerge subversion

This time the emerge was with the activated emacs USE flag. Lo and
behold, the crap was back:


<snip>
(load "/usr/share/emacs/site-lisp/cedet/common/cedet")

;; If you wish to customize CEDET, you will need to follow the
;; directions in the INSTALL (installed in the documentation) file and
;; customize your ~/.emacs /before/ site-gentoo is loaded.
^_<8b>[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@^Cu<90>A
<83>0^TD÷9Å<90><8d>u<91>^À<8d>]t!tQ°^W^HIÔP<9b>/ÉÏýkÄ^V
v9¼a^^<8c>h<9a>^F#?<95>%<83>ä٩٧^E<86>ÂàÇ^\5{
B<9c>´µ<8a>©0F5<93>¶jÑ<A¶}÷¸ÞºþÞʺÔ2S¡¨öIåCr<91>!÷,^E /ÖBcMùå^Bo
LN[^WÁ^D<9e>^\L<8e>qE^Xr0^E<9f>%¸þ?¯<92>ÛjG<9a>^O:ÔiþÑ-´>[EMAIL PROTECTED]@;;; 
svn site-lisp configuration

(add-to-list 'load-path "/usr/share/emacs/site-lisp/subversion")
(and (< emacs-major-version 22)
     (add-to-list 'load-path "/usr/share/emacs/site-lisp/subversion/compat"))
(add-to-list 'vc-handled-backends 'SVN)

(defalias 'svn-examine 'svn-status)
(autoload 'svn-status "psvn"
  "Examine the status of Subversion working copy in directory DIR." t)

;;; emacs-w3m site-lisp configuration
<snip>

I've key-worded subversion with ~amd64 so the version in question is
subversion-1.4.4-r3.

Any ideas?

Thanks,
  jules


-- 
[EMAIL PROTECTED] mailing list

Reply via email to