From 23b4dfa521e76e2c966de8fb6bace03767823861 Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Mon, 17 May 2021 02:48:14 +0300 Subject: [PATCH] selectrum: document bugs in TODO.org --- modules/completion/selectrum/TODO.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/completion/selectrum/TODO.org b/modules/completion/selectrum/TODO.org index 9ba154b99..430bb1687 100644 --- a/modules/completion/selectrum/TODO.org +++ b/modules/completion/selectrum/TODO.org @@ -26,6 +26,15 @@ https://github.com/raxod502/selectrum/issues/491 ** TODO ~(defadvice! +orderless-match-with-one-face..~ causes lexical error probably caused by some doomism https://github.com/oantolin/orderless/issues/41 +** TODO =SPC '= doesn't work on =SPC /= +Something in the ~selectrum-last-command~ logic breaks down. Maybe the fact that +~+selectrum-file-search~ is defined with ~cl-defun~? +** TODO ~orderless+initialism~ doesn't work for some reason +See https://github.com/oantolin/orderless/issues/54. +Narrowed it down to the fact that it works if ~selectrum-mode~ is off, but +doesn't if it's on (even without the ~use-package~ configuration). +However, it has no problem working with selectrum with a MWE using ~emacs -Q~, +so it might be caused by some nontrivial doomism in the area. * PROJ Missing Features ** TODO Icons