creichert / ido-vertical-mode.el

makes ido-mode display vertically
211 stars 22 forks source link

cl-loop not being expanded during compile #50

Closed nverno closed 4 years ago

nverno commented 4 years ago

I'm not sure what has changed, but on a new install with emacs 28.0.50, I was running into problems using ido-vertical-mode that I traced to the cl-loop not being expanded in ido-vertical-completions (I was seeing an unbound for error in the post-command-hook during completions). Simply recompiling with cl-lib required solved the problem, or adding (eval-when-compile (require 'cl-lib))

wyuenho commented 4 years ago

See #49 and #51

creichert commented 4 years ago

49 is merged which should fix the issue. Sorry for the delay.