NonGNU ELPA - flymake-guile

flymake-guile

Description
Guile flymake backend
Latest
flymake-guile-0.5.tar, 2023-Sep-06, 60.0 KiB
Maintainer
Distopico <distopico@riseup.net>
Website
https://elpa.nongnu.org/nongnu/flymake-guile.html
Browse repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET flymake-guile RET

Full description

Flymake backend for GNU Guile using `guild' compile.

Usage:
  (add-hook 'scheme-mode-hook 'flymake-guile)

   Emacs 29 and later:

  (use-package flymake-guile
    :ensure t
    :hook (scheme-mode-hook . flymake-guile))

Old versions

flymake-guile-0.4.tar.lz2023-Sep-0514.6 KiB

News

# -*- mode: org; coding: utf-8; -*-
#+STARTUP: indent
#+TITLE: flymake-guile NEWS – history of user-visible changes

* NEWS
** 0.5
- Improve diagnostic position for `unused variable` and `unused local top`
** 0.4
- Remove flymake-quickdef dependency
** 0.3
- Improve diagnostic column position