bug#81538: 32.0.50; Eglot: Non-local exit during window/showDocument handling
Troy Brown via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <CABvCZ40gViM8GEkYqs_JB-ioMG3a7VBbOwwEZB9WUEHvnDp+gQ@mail.gmail.com> |
On Sun, Aug 9, 2026 at 1:52 PM João Távora <[email protected]> wrote: > > Hi Troy, Hi João. > I still can't reproduce it on these much larger files. I tried about 10 times. > > What operating system are you on? Maybe Eli can shed light on whether > there are typically different process input buffer sizes or other > configurations > that contribute to these discrepancies? GNU/Linux (Ubuntu 24.04). > Can you confirm the new patch based on post-command-hook works for you? After applying the patch, I could no longer reproduce the problem. I tested multiple ways. I tested interactively (C-c C-o) as well as with automated testing (using `ert-simulate-command` to simulate interactively calling the command) and couldn't reproduce the problem either way. I think this issue is fixed. Thanks, Troy.