NonGNU ELPA - flymake-guile

flymake-guile

Description
Guile flymake backend
Latest
flymake-guile-0.5.tar (.sig), 2024-Mar-31, 60.0 KiB
Maintainer
Distopico <distopico@riseup.net>
Atom feed
flymake-guile.xml
Website
https://elpa.nongnu.org/nongnu/flymake-guile.html
Browse repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

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