copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.72k stars 122 forks source link

Use cl-oddp from cl-lib #183

Closed byronclark closed 9 months ago

byronclark commented 9 months ago

oddp is undefined in at least Emacs 29.1.

This prevents a storm of messages like these while editing strings and especially comment strings in Clojure.

error in process filter: Symbol’s function definition is void: oddp
error in process filter: copilot-balancer-odd-dquote-count-p: Symbol’s function definition is void: oddp
raymond-w-ko commented 9 months ago

Ahh, sorry about that. I just began learning about Emacs like two months ago. 😔