copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.79k stars 126 forks source link

Some warnings #239

Closed dannywillems closed 5 months ago

dannywillems commented 8 months ago

I fixed some warnings, see PRs (https://github.com/copilot-emacs/copilot.el/pull/234, https://github.com/copilot-emacs/copilot.el/pull/235, https://github.com/copilot-emacs/copilot.el/pull/236, https://github.com/copilot-emacs/copilot.el/pull/237, https://github.com/copilot-emacs/copilot.el/pull/238), but there are still some:

In copilot--handle-notification:
copilot.el:469:14: Warning: ‘mark-whole-buffer’ is for interactive use only.

In end of data:
copilot.el:597:14: Warning: the function ‘vterm-insert’ is not known to be
    defined.
copilot.el:596:14: Warning: the function ‘vterm-delete-region’ is not known to
    be defined.

Emacs 29.1

emil-vdw commented 8 months ago

@dannywillems thanks for all the contributions! :tada:

jcs090218 commented 5 months ago

All warnings have been addressed in #287.