s-kostyaev / ellama

Ellama is a tool for interacting with large language models from Emacs.
GNU General Public License v3.0
492 stars 30 forks source link

Is this package Emacs 29 required? Got a (void-function pos-eol) #20

Closed tepmnthar closed 10 months ago

tepmnthar commented 10 months ago

The setopt issue is simple to modify. But what is the pos-eol? I can only find it in emacs 29 changelogs.

s-kostyaev commented 10 months ago

Thank you. My linters doesn't catch this.

tepmnthar commented 10 months ago

Just replace the (pos-eol) with (line-end-position) in every function and it's ok.

s-kostyaev commented 10 months ago

Issue not inside my package, but inside library it uses. See connected issue.