|
@@ -1,6 +1,7 @@
|
|
# ido-completing-read+ (formerly ido-ubiquitous) #
|
|
# ido-completing-read+ (formerly ido-ubiquitous) #
|
|
|
|
|
|
[](https://stable.melpa.org/#/ido-completing-read%2B)
|
|
[](https://stable.melpa.org/#/ido-completing-read%2B)
|
|
|
|
+[](https://github.com/DarwinAwardWinner/ido-completing-read-plus/actions/workflows/test.yml)
|
|
[](https://gitter.im/DarwinAwardWinner/ido-ubiquitous?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
[](https://gitter.im/DarwinAwardWinner/ido-ubiquitous?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
[](https://coveralls.io/github/DarwinAwardWinner/ido-completing-read-plus?branch=main)
|
|
[](https://coveralls.io/github/DarwinAwardWinner/ido-completing-read-plus?branch=main)
|
|
|
|
|
|
@@ -112,6 +113,11 @@ of them separately.
|
|
* [Gnus](http://www.gnus.org/): `(setq gnus-completing-read-function 'gnus-ido-completing-read)`
|
|
* [Gnus](http://www.gnus.org/): `(setq gnus-completing-read-function 'gnus-ido-completing-read)`
|
|
* [ESS](https://ess.r-project.org/): `(setq ess-use-ido t)`
|
|
* [ESS](https://ess.r-project.org/): `(setq ess-use-ido t)`
|
|
|
|
|
|
|
|
+If you are a package author implementing ido support for *your*
|
|
|
|
+package, you should consider using `ido-completing-read+` in place of
|
|
|
|
+`ido-completing-read`, since it smooths out many of the unexpected
|
|
|
|
+edge cases of ido relative to `completing-read-default`.
|
|
|
|
+
|
|
## icomplete-mode ##
|
|
## icomplete-mode ##
|
|
|
|
|
|
For any case where ido cannot be used, there is another older mode
|
|
For any case where ido cannot be used, there is another older mode
|