all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* List of checker supported by flymake
@ 2018-11-16  2:24 Sébastien Gendre
  2018-12-05 23:27 ` João Távora
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Gendre @ 2018-11-16  2:24 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

Hello.


Since the latest update of Emacs, I use flymake. But I can't find, in the
manual or in the Web, the list of supported checker.

Are they listed somewhere?


Regards
-------
Séb

GPG ID: 4DFC 4DE5 19B9 D13C

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: List of checker supported by flymake
  2018-11-16  2:24 List of checker supported by flymake Sébastien Gendre
@ 2018-12-05 23:27 ` João Távora
  0 siblings, 0 replies; 2+ messages in thread
From: João Távora @ 2018-12-05 23:27 UTC (permalink / raw)
  To: Sébastien Gendre; +Cc: help-gnu-emacs

seb@k-7.ch (Sébastien Gendre) writes:

> Since the latest update of Emacs, I use flymake. But I can't find, in
> the manual or in the Web, the list of supported checker.

Sorry for the very late reply.  When asking questions about a specific
package, you might find it useful to include the maintainer of the
package in CC.  You can usually find his/her email in the header of the
package, which you can see if you type M-x find-library RET
<name-of-library-in-this-case-flymake> RET.

> Are they listed somewhere?

No, but I can tell you:

1. The "new" Flymake as of 26.1 has backends for python-mode,
elisp-mode, ruby-mode, perl and cperl-mode, tex-mode and cc-mode.  

2. There are "old" legacy backends listed in file
lisp/progmodes/flymake-proc.el

3. There is a tool called flymake-easy that can quickly create a legacy
backend.  https://github.com/purcell/flymake-easy

4. For more languages, you can use eglot LSP client that works with
Flymake.  See https://github.com/joaotavora/eglot

I recommend 1 or 4.  For 1, if you know some elisp, read the Flymake
manual with `M-x info' if you want to try to add one for your language.
I can help you get started and you can contribute your backend to Emacs.

João




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-05 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-16  2:24 List of checker supported by flymake Sébastien Gendre
2018-12-05 23:27 ` João Távora

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.