DarwinAwardWinner / amx

An alternative M-x interface for Emacs.
GNU General Public License v3.0
153 stars 9 forks source link

Missing dependecy "ido-completing-read+"? #27

Closed luciferasm closed 6 years ago

luciferasm commented 6 years ago

Amx doesn't work with ido for me on GNU Emacs 25.3.1. To reproduce:

So, there seem to be a missing dependency ido-completing-read+ when installing from Melpa.

DarwinAwardWinner commented 6 years ago

ido-completing-read+ is an optional dependency, since amx is also usable with normal emacs completion and ivy. I suppose amx should at least produce a warning and fall back to standard emacs completion instead of throwing an error if the optional dependencies aren't met.

DarwinAwardWinner commented 6 years ago

This error should now be presented as a warning, and you will get standard emacs completion instead.