GNU bug report logs -
#63372
[PATCH] Add variable: eglot-apply-text-edits-function
Previous Next
Full log
Message #20 received at 63372 <at> debbugs.gnu.org (full text, mbox):
João Távora <joaotavora <at> gmail.com> writes:
> After having another look at eglot-x.el i don't
> think eglot--apply-text-edits (plural) is the right
> place to put the generic. You'd just repeat a lot
> of code of the original, with no clear way to reuse it.
>
> Maybe you want something more akin to the attached patch,
> which introduces eglot-apply-text-edit (singular). In your
> override for this function you can check conditions to either
> proceed with the non-standard edit or delegate to the default
> implementation with (cl-call-next-method).
Unfortunately, I think this won't help me cleanly implement the
snippet-text-edits feature. The server can send many text-edits and at
most one of them can be a snippet-text-edit, which currently means that
it contains a "$0" to tell the client where to put the point after
applying the edits.
My implementation applied all the edits and save the snippet (if there
was any) for later use. Then it called eglot--snippet-expansion-fn on
the saved snippet. This way the user saw results of all the edits
before the snippet expansion.
If the latest patch is merged, then I can I override the singular
eglot-apply-text-edit, but I think I have no way to run a custom code
after all the edits are applied.
Thanks,
Felicián
This bug report was last modified 123 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.