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

"Ethan Azariah" <[email protected]> Mon, 03 Aug 2026 11:46:06 +0100
Newsgroups gmane.emacs.help
Message-ID <[email protected]>
On Sun, Aug 2, 2026, at 8:49 AM, Michael Albinus wrote:
> "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---

thanks! that saved me so much time.