bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#51386: 29.0.50; fido-vertical-mode: ssh host completion


From: Gregory Heytings
Subject: bug#51386: 29.0.50; fido-vertical-mode: ssh host completion
Date: Wed, 27 Oct 2021 10:23:05 +0000


(setq-local completion-styles '(flex basic))

That looks a little silly: flex should match anywhere where basic matches.


Perhaps it should, but it doesn't, especially when the completion provider tries to be smart. See:

emacs -Q -l tramp --eval "(setq completion-styles '(flex))"
C-x C-f /ssh: TAB

emacs -Q -l tramp --eval "(setq completion-styles '(basic))"
C-x C-f /ssh: TAB





reply via email to

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