markdown-enable-math
interferes with flymake-goto-next-error
in an eglot
managed buffer
#1394
Replies: 1 comment 5 replies
-
I don't have the R tool chain, sorry. Maybe you'll have luck with someone
else here. Maybe you can add debug-on-entry to the message function to know
who is calling it to clear the echo area. But it's hard to get it to not
interfere with normal Emacs usage to much.
…On Sun, Apr 28, 2024, 20:01 Ruiyang Wu ***@***.***> wrote:
Hi there,
Thanks for working on this great project!
I recently found a wierd issue when using eglot with markdown-enable-math
set to t. Specifically, the error messages in the echo area produced by
flymake-goto-next-error only flash for a second and disappear.
The following example is reproducible on my local environment (macOS
Sonoma, latest stable Emacs and R, languageserver and lintr R-packages,
markdown-mode from melpa, built-in eglot and flymake):
1. emacs -Q
2. Evaluate
(require 'package)
(package-initialize)
(setq-default markdown-enable-math t)
3. Open R script containing
## testA <- 1
4. Run eglot
5. Run flymake-goto-next-error
I don't know whether this issue is caused by eglot, flymake, or
markdown-mode. But I think you are the most knowledgeable in this regard
and thus raised my question here.
—
Reply to this email directly, view it on GitHub
<#1394>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC6PQZGE5XZFFPO7RFRSMLY7VBP7AVCNFSM6AAAAABG5GLDOOVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGU3TMNBUGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ywwry66
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Thanks for working on this great project!
I recently found a wierd issue when using
eglot
withmarkdown-enable-math
set tot
. Specifically, the error messages in the echo area produced byflymake-goto-next-error
only flash for a second and disappear.The following example is reproducible on my local environment (macOS Sonoma, latest stable
Emacs
andR
,languageserver
andlintr
R
-packages,markdown-mode
frommelpa
, built-ineglot
andflymake
):emacs -Q
R
script containingeglot
flymake-goto-next-error
I don't know whether this issue is caused by
eglot
,flymake
, ormarkdown-mode
. But I think you are the most knowledgeable in this regard and thus raised my question here.Beta Was this translation helpful? Give feedback.
All reactions