File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -398,14 +398,22 @@ I have not used many of these packages extensively. So, if you think
398
398
I've overlooked an important part or I've written something mean or
399
399
unfair, ** please** feel free to contribute a correction.
400
400
401
+ See [ #23 ] ( https://github.com/raxod502/selectrum/issues/23 ) for
402
+ discussion.
403
+
401
404
### Why not Ido?
402
405
403
406
[ Ido] ( https://www.gnu.org/software/emacs/manual/html_node/ido/index.html )
404
407
is a package for interactive selection that is included in Emacs by
405
408
default. It's a great improvement on the default ` completing-read `
406
409
experience. However, I don't like how it displays candidates in a
407
410
horizontal instead of a vertical manner. It feels less intuitive to
408
- me.
411
+ me. Another key issue with Ido is that it hardly supports any commands
412
+ out of the box (only buffers and files). There is an extension package
413
+ [ ido-completing-read+] ( https://github.com/DarwinAwardWinner/ido-completing-read-plus )
414
+ which adds support for the ` completing-read ` interface, but I have
415
+ been told that even this package does not handle all the cases
416
+ correctly.
409
417
410
418
### Why not Helm?
411
419
You can’t perform that action at this time.
0 commit comments