]> git.eshelyaron.com Git - emacs.git/commit
Report progress when applying edits
authorJoão Távora <joaotavora@gmail.com>
Thu, 21 Jun 2018 16:20:20 +0000 (17:20 +0100)
committerJoão Távora <joaotavora@gmail.com>
Thu, 21 Jun 2018 16:20:20 +0000 (17:20 +0100)
commit1e49d2f3b45be49278f13a4b9fbb5dab2707952a
tree2a8dd0be094c76486ab03d9dd6ed86005a173e37
parent31b21e371da5676fbdac4a3f352eceb657a62180
Report progress when applying edits

Use make-progress-reporter in eglot--apply-text-edits

As suggested by mkcms <k.michal@zoho.com>, but do it in
eglot--apply-text-edits, where it benefits all its users.

* eglot.el (eglot--apply-text-edits): Use a progress reporter.
Fix marker point recovery.

GitHub-reference: close https://github.com/joaotavora/eglot/issues/23
lisp/progmodes/eglot.el