[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vc-git bug with top-level repositories
From: |
Claus |
Subject: |
Re: vc-git bug with top-level repositories |
Date: |
Fri, 29 Aug 2008 22:12:18 +0200 |
Hi Mathias,
On Thu, Aug 28, 2008 at 9:19 PM, Mathias Megyei <address@hidden> wrote:
>[...]
> Couldn't we tell Emacs by setting a variable which VCS we are using?
> Because we don't plan to use any other VCS than Git I could add the
> necessary code to the company wide site-start.el file.
> I could even set a variable with the path to the Git repository.
>
You can at least limit the backends Emacs is looking for by setting
"vc-handled-backends". I did this in my .emacs as soon as I learned
that Emacs otherwise scans for 6(?) possible backends each time you
open a file!
(setq vc-handled-backends '(SVN Git))
...since I have GIT and Subversion installed on my machine.
HTH,
Claus
- Re: vc-git bug with top-level repositories, (continued)
- Re: vc-git bug with top-level repositories, Alfred M. Szmidt, 2008/08/20
- Re: vc-git bug with top-level repositories, Stefan Monnier, 2008/08/27
- Re: vc-git bug with top-level repositories, Alfred M. Szmidt, 2008/08/27
- Re: vc-git bug with top-level repositories, Stefan Monnier, 2008/08/27
- Re: vc-git bug with top-level repositories, Miles Bader, 2008/08/28
- Re: vc-git bug with top-level repositories, Alfred M. Szmidt, 2008/08/29
- Re: vc-git bug with top-level repositories, Stefan Monnier, 2008/08/27
- Re: vc-git bug with top-level repositories, Alfred M. Szmidt, 2008/08/27
- Re: vc-git bug with top-level repositories, Stefan Monnier, 2008/08/27
- Message not available
- Message not available
- Re: vc-git bug with top-level repositories, Mathias Megyei, 2008/08/28
- Re: vc-git bug with top-level repositories,
Claus <=
- Re: vc-git bug with top-level repositories, Alfred M. Szmidt, 2008/08/29
- Re: vc-git bug with top-level repositories, Stefan Monnier, 2008/08/29
- Re: vc-git bug with top-level repositories, Alfred M. Szmidt, 2008/08/19
Re: vc-git bug with top-level repositories, Alfred M. Szmidt, 2008/08/18