tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mention how to eliminate Checking vc-registered completely


From: Michael Albinus
Subject: Re: mention how to eliminate Checking vc-registered completely
Date: Wed, 17 Oct 2018 17:48:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

積丹尼 Dan Jacobson <address@hidden> writes:

>      Disable version control to avoid delays:
>
>           (setq vc-ignore-dir-regexp
>                 (format "\\(%s\\)\\|\\(%s\\)"
>                         vc-ignore-dir-regexp
>                         tramp-file-name-regexp))
>
>      If this is too radical, because you want to use version control
>      remotely, trim ‘vc-handled-backends’ to just those you care about,
>      for example:
>
>           (setq vc-handled-backends '(SVN Git))
>
>
> Also mention how to turn off version control completely,
> so no
>    Tramp: Checking ‘vc-registered’ for ...
> message producing work is even attempted.

This happens with the first recipe, setting vc-ignore-dir-regexp.

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]