all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#36911: 26.1; Impossible to customise vc-ignore-dir-regexp
@ 2019-08-03 18:44 Juliusz Chroboczek
  2019-08-23  4:58 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Juliusz Chroboczek @ 2019-08-03 18:44 UTC (permalink / raw)
  To: 36911

I'm trying to disable vc in a directory (an sshfs mount).  The obvious
candidate is vc-ignore-dir-regexp:

> vc-ignore-dir-regexp is a variable defined in ‘vc-hooks.el’.
> Its value is
> "\\`\\(?:[\\/][\\/][^\\/]+[\\/]\\|/\\(?:net\\|afs\\|\\.\\.\\.\\)/\\)\\'"

It is essentially impossible for a normal user to customise this variable
without disabling the existing functionality.  So for now, it's

  (setq vc-handled-backends nil)

Regards,

-- Juliusz





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-25  5:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-03 18:44 bug#36911: 26.1; Impossible to customise vc-ignore-dir-regexp Juliusz Chroboczek
2019-08-23  4:58 ` Lars Ingebrigtsen
2019-08-23 13:08   ` Juliusz Chroboczek
2019-08-25  5:35     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.