[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vc in emacs problem with git
From: |
Tassilo Horn |
Subject: |
Re: vc in emacs problem with git |
Date: |
Fri, 28 Aug 2009 10:18:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
Anselm Helbig <anselm.helbig+news2009@googlemail.com> writes:
Hi!
>> Thanks! That tracked it --that is vc works with emacs -Q and fails
>> without.
>> But now how to track where the problem is?
>> I can hardly use emacs with -Q !!
>
> Well, try emacs -q (no .emacs loading) and emacs --no-site-file (no
> loading of site-specific customizations). What does
>
> M-x locate-library vc-git
>
> give you?
And also check `M-x list-load-path-shadows' to find which external elisp
files shadow emacs builtins.
Bye,
Tassilo