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

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

bug#50459: 28.0.50; Python shell completion is incompatible with flex, o


From: Gregory Heytings
Subject: bug#50459: 28.0.50; Python shell completion is incompatible with flex, orderless, etc.
Date: Thu, 09 Sep 2021 07:30:30 +0000



Now, if I (setq completion-styles '(flex)), then no completions as reported in the same situation. Same thing with the `orderless' or `substring' completion styles.


You shouldn't use (setq completion-styles '(flex)), you should use (add-to-list 'completion-styles 'flex). Otherwise the default completion styles are not used anymore.





reply via email to

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