abo-abo / avy

Jump to things in Emacs tree-style
1.71k stars 109 forks source link

fix: ignore invalid characters #314

Open minad opened 3 years ago

minad commented 3 years ago

I have boud avy-goto-char-timer to C-,. When pressing C-, in the avy prompt, the concat function throws a wrong-type-argument: characterp error. We can ignore the error by first checking characterp and print a message in that case.

Alternatives: