Re: eshell completion: what on earth is /davs and why is it back?

Michael Albinus <[email protected]> Sun, 02 Aug 2026 09:49:01 +0200
Newsgroups gmane.emacs.help
Message-ID <[email protected]>
"Ethan Azariah" <[email protected]> writes:

> i could turn tramp off, but i think i'm going to want it for my android devices.  i'll see if i can turn only dav[s] off in tramp.

--8<---------------cut here---------------start------------->8---
(with-eval-after-load 'tramp
  (setq tramp-methods (seq-remove (lambda (x) (string-match-p "davs?" (car x))) tramp-methods)))
--8<---------------cut here---------------end--------------->8---