From: Steven Allen via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 70927@debbugs.gnu.org
Subject: bug#70927: Acknowledgement (30.0.50; track-changes assertion when shutting down eglot)
Date: Mon, 13 May 2024 15:25:21 -0700 [thread overview]
Message-ID: <87y18dwdri.fsf@stebalien.com> (raw)
In-Reply-To: <handler.70927.B.17156389167471.ack@debbugs.gnu.org>
A quick fix would be to change `eglot--signal-textDocument/didChange`:
- from: `(eglot--track-changes-fetch eglot--track-changes)`
- to: `(when eglot--track-changes (eglot--track-changes-fetch eglot--track-changes))`
But I'm guessing there's some underlying problem and this may be masking
the real issue.
next prev parent reply other threads:[~2024-05-13 22:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-13 22:21 bug#70927: 30.0.50; track-changes assertion when shutting down eglot Steven Allen via Bug reports for GNU Emacs, the Swiss army knife of text editors
[not found] ` <handler.70927.B.17156389167471.ack@debbugs.gnu.org>
2024-05-13 22:25 ` Steven Allen via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-05-15 18:49 ` bug#70927: Acknowledgement (30.0.50; track-changes assertion when shutting down eglot) Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-15 20:51 ` Steven Allen via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-15 22:09 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-14 6:14 ` bug#70927: 30.0.50; track-changes assertion when shutting down eglot Eli Zaretskii
2024-05-14 9:14 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-14 9:34 ` João Távora
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y18dwdri.fsf@stebalien.com \
--to=bug-gnu-emacs@gnu.org \
--cc=70927@debbugs.gnu.org \
--cc=steven@stebalien.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).