1

I'm trying to install Emacs predictive-mode, but when I do predictive-mode, I get Loadingcompletion-ui': old-style backquotes detected!`

Then I get: Wrong type argument: listp, word

Backtrace:

http://pastebin.com/42nkiNYP

incandescentman
  • 6,168
  • 3
  • 46
  • 86
  • 1
    I googled the function name, and it seems like the error occurs at https://github.com/emacsmirror/completion-ui/blob/master/completion-ui.el#L3134 . Not sure what to make of that, though... – legoscia Mar 13 '13 at 11:00

1 Answers1

1

Looks like your completion-ui might require a tiny fix to adjust to the newer Emacs you're using. Report this to the author of completion-ui (or predictive-mode).

Stefan
  • 27,908
  • 4
  • 53
  • 82