On Wed, Apr 17, 2019 at 9:36 PM Juri Linkov <juri@linkov.net> wrote:
> Could you please also push an additional patch that fixes
> a race condition in flymake.  The problem is that currently
> flymake starts even when flymake-mode is disabled.

More problems: when an error is shown in the tooltip, currently there is
no way to copy a solution sometimes provided as part of the tooltip text.

Hmm, I think there is: if you C-h . on the error, you get the error in the
*Messages* buffer. You could also copy it from the Flymake Diagnostics
buffer.

I think somewhere in the manual, there is also an example where you can use
Flymake's API to make any error googleable by, say, right click.

João