copilot.el icon indicating copy to clipboard operation
copilot.el copied to clipboard

Slight conflict with `completion-preview-mode`

Open terlar opened this issue 1 year ago • 0 comments

Sometimes there is a conflict in the displayed completion preview and the copilot overlay when used together with the Emacs 30.1 built-in completion-preview-mode.

Sometimes the completion preview is prepended and sometimes it is appended (underlined part is from completion-preview-mode).

Image Image

It would be really nice if these two modes could work together and you wouldn't get duplicate outputs. Although one good thing is that it doesn't really break things, as when you accept the copilot suggestion it gets inserted and drops the preview.

terlar avatar Mar 01 '25 20:03 terlar