2 Extending Flymake

Flymake can primarily be extended in one of two ways:

  1. By changing the look and feel of the annotations produced by the different backends. See Customizing Flymake error types.
  2. By adding a new buffer-checking backend. See Backend functions.

The following sections discuss each approach in detail.