Stas Boukarev stassats@gmail.com writes:
Stas Boukarev stassats@gmail.com writes:
Leo sdl.web@gmail.com writes:
Hi there,
I think there is a bug in slime-fuzzy-complete-symbol. Here are steps to reproduce:
(setq slime-complete-symbol-function 'slime-fuzzy-complete-symbol)
M-x slime-describe-function
lo TAB TAB
After step 1, 2 and 3, the minibuffer takes up half of the screen as in this screenshot: http://imagebin.org/49185.
Attached patch should fix it. Though, I can't find a better way to switch back to minibuffer.
I finally found. Here is corrected version of the patch.
And this also fixes long delay before actually showing complition list.