On Sat, Jun 30, 2018, 12:03 Eli Zaretskii <eliz@gnu.org> wrote:
> From: João Távora <joaotavora@gmail.com>
> Cc: monnier@IRO.UMontreal.CAacm@muc.de31888@debbugs.gnu.orgk.michal@zoho.com
> Date: Sat, 30 Jun 2018 09:33:48 +0100
>
>    The point here is that if modification hook sees the whole file as
>    changed, Eglot is just as inneficient as the server.

Not the whole file, the whole narrowed region. 

If the server replies with the whole file, Eglot has no chance but to widen() before applying, so both things are the same

But anyway, I posted a
followup that should do what you want, I think.

I think so too, so thanks.

João