tramp-devel
[Top][All Lists]
Advanced

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

mention how to eliminate Checking vc-registered completely


From: 積丹尼 Dan Jacobson
Subject: mention how to eliminate Checking vc-registered completely
Date: Wed, 17 Oct 2018 23:18:20 +0800

In (info "(tramp) Frequently Asked Questions"):

     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.



reply via email to

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