File: hsys-flymake.el.html

These functions all work in the source code buffer, not the flymake
   diagnostics buffer.

   This library defines the following key bindings and associated functions.

   {C-c C-l t} - hsys-flymake-toggle - Global binding to toggle whether
   flymake minor mode is enabled in the current buffer.

   The rest of these key bindings are local and enabled only when flymake
   minor mode is enabled.

   {C-c C-l d} - flymake-show-buffer-diagnostics - Display list of flymake
   issues with this buffer.

   {C-c C-l g} - hsys-flymake-display-this-or-next-issue - Display issue at
   point or if no issue there, move to next issue location and display it.

   {C-c C-l i} - hsys-flymake-insert-issue-at-point - Insert issue at point
   on a separate new line below the current line so that its text can be
   utilized.

   {C-c C-l l} - flymake-switch-to-log-buffer - For developers of new
   language flymake backends: Jump to a log of internal flymake processing.

   {C-c C-l n} - flymake-goto-next-error - In source buffer, move to next
   flymake issue. Wrap around at the end of the buffer if
   flymake-wrap-around is non-nil. Repeat with {n}.

   {C-c C-l p} - flymake-goto-prev-error - In source buffer, move to
   previous flymake issue. Wrap around at the beginning of the buffer
   if flymake-wrap-around is non-nil. Repeat with {p}.

   {C-c C-l s} - flymake-start - Force a run of flymake to update issues
   with the current buffer.

   {C-c C-l w} - hsys-flymake-toggle-wraparound - Toggle whether next
   and previous issue commands wrap around at the end and beginning of the
   buffer. Repeat with {w}.

Defined variables (0)

Defined functions (5)

hsys-flymake-display-issue-at-point()
hsys-flymake-display-log-buffer()
hsys-flymake-display-this-or-next-issue()
hsys-flymake-toggle()
hsys-flymake-toggle-wraparound()

Defined faces (0)