clojure-emacs / ac-nrepl

[DEPRECATED] Emacs auto-complete backend for nrepl completions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ac-nrepl-popop-doc causes "Wrong type argument"

jsnikeris opened this issue · comments

If I attempt to display popup documentation with point on a thing for which there is nil documentation (e.g. a space) I get a strange message:

popup-tip: Wrong type argument: stringp, nil

Fix to follow...