mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
Document using Flymake together with Eglot
* doc/misc/flymake.texi (Top, Using Flymake): Document using Flymake together with Eglot. (Bug#60040)
This commit is contained in:
parent
3f04efe9e7
commit
35d88c657e
1 changed files with 9 additions and 2 deletions
|
@ -59,8 +59,11 @@ types of diagnostics.
|
||||||
|
|
||||||
To learn about using Flymake, @pxref{Using Flymake}.
|
To learn about using Flymake, @pxref{Using Flymake}.
|
||||||
|
|
||||||
Flymake is designed to be easily extended to support new backends via
|
When the Emacs LSP support mode Eglot is enabled, Flymake will use
|
||||||
an Elisp interface. @xref{Extending Flymake}.
|
that as an additional back-end. @xref{Eglot Features,,, eglot, Eglot:
|
||||||
|
The Emacs LSP Client} Flymake is also designed to be easily extended
|
||||||
|
to support new backends via an Elisp interface. @xref{Extending
|
||||||
|
Flymake}.
|
||||||
|
|
||||||
Historically, Flymake used to accept diagnostics from a single
|
Historically, Flymake used to accept diagnostics from a single
|
||||||
backend. Although obsolete, it is still functional. To learn how to
|
backend. Although obsolete, it is still functional. To learn how to
|
||||||
|
@ -93,6 +96,10 @@ already setup this hook for you, by adding @dfn{backend functions} to
|
||||||
@code{flymake-diagnostic-functions}. If you know Elisp you may also
|
@code{flymake-diagnostic-functions}. If you know Elisp you may also
|
||||||
write your own Flymake backend functions. @xref{Backend functions}.
|
write your own Flymake backend functions. @xref{Backend functions}.
|
||||||
|
|
||||||
|
When the Emacs LSP support mode Eglot is enabled, Flymake will use
|
||||||
|
that as an additional back-end automatically. @xref{Eglot Features,,,
|
||||||
|
eglot, Eglot: The Emacs LSP Client}
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Starting Flymake::
|
* Starting Flymake::
|
||||||
* Finding diagnostics::
|
* Finding diagnostics::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue