GNU bug report logs -
#77480
31.0.50; Flymake: impossible to show multiline diagnostics in echo area
Previous Next
Reported by: Nicolás Ojeda Bär <n.oje.bar <at> gmail.com>
Date: Thu, 3 Apr 2025 07:45:02 UTC
Severity: normal
Found in version 31.0.50
Done: Nicolás Ojeda Bär <n.oje.bar <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 77480 <at> debbugs.gnu.org (full text, mbox):
On Thu, Apr 3, 2025 at 10:28 AM João Távora <joaotavora <at> gmail.com> wrote:
> First, Flymake has two ways of showing
> diagnostic in the echo area:
>
> 1 flymake-mode insinuates itself onto ElDoc
> eldoc-documentation-functions, which you have correctly identified,
> so you get at-point echo area updates as you navigate code.
>
> 2. interactive, on-demand Flymake commands such as
> flymake-goto-next-error
>
> In approach number 1, Flymake is usually sharing a hotly contested
> ElDoc-managed resource with many other outlets (since you use Eglot you
> know what I'm talking about). I chose the "one line per backend"
> default rule from years of dealing with many user reports about this
> topic, as a means of keeping the maximum amount of users content.
OK, thanks for the context.
> In approach number 2, as far as I can see, you do suffer this
> limitation, and the line is truncated. But this behaviour has been
> around since the inception of modern flymake as I rewrote it circa 2017.
Indeed, I had 2. in mind when I wrote my previous email.
> Changing approach number 2 to honour the
> `eldoc-echo-area-use-multiline-p` is very problematic for two reasons
> (a): it's odd to use a variable not really connected to the mechanism it
> uses to access that space, since it calls `message`directly. (b) it
> would break a lot of workflows everywhere.
OK, that's fair.
> There are a good number of issues in the Eglot tracker showing how to
> do this and how everyone has a slightly different view on the topic.
Thanks for the pointer, I will take a look. I also tried Flycheck
which by default
does not truncate the diagnostics shown in the echo area.
> So there is, in my view, no need for changes to ElDoc or Flymake in this
> regard.
OK, that's fair.
> > Looking at the Git history, this behaviour seems to have changed or
> > introduced recently, in commit 560950468588117b264a9f916fb578e0eb2a124a.
>
> By the way, this was 2 years ago, hardly "recently".
True!
> João
Cheers,
Nicolas
This bug report was last modified 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.