purcell / ac-slime

Emacs auto-complete plugin for Slime symbols
109 stars 10 forks source link

Workaround for newer slime #11

Closed syohex closed 9 years ago

syohex commented 9 years ago

Return value type of slime-simple-completions was changed(at https://github.com/slime/slime/commit/ff9bf80e2ce811cab6482cb7d0a857b754adf7fe). Original is '((candidate1 candidate2 ...) prefix), newer version is '(candidate1 candidate2 ...).

I suppose that http://stackoverflow.com/questions/31708770/slime-ac-does-not-work-with-sbcl-1-2-13-and-slime-2-14-on-osx-10-9-5 is related to this issue.

purcell commented 9 years ago

Looks good, thanks.