Hi all! I'm the author of a new package `flymake-guile` and I would like to include it in Nongnu ELPA. Here the repo: https://framagit.org/flymake-backends/flymake-guile --8<---------------cut here---------------start------------->8--- ;;; Commentary: ;; Flymake backend for GNU Guile using `guild' compile. ;; ;; Usage: ;; (require 'flymake-guile) ;; (add-hook 'scheme-mode-hook 'flymake-guile) --8<---------------cut here---------------end--------------->8--- Best!