[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNU ELPA] Flylisp version 0.2
From: |
ELPA update |
Subject: |
[GNU ELPA] Flylisp version 0.2 |
Date: |
Sun, 31 Mar 2024 05:24:49 -0400 |
Version 0.2 of package Flylisp has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Flylisp describes itself as:
==========================================================================
Color unbalanced parentheses and parentheses inconsistent with indentation
==========================================================================
More at https://elpa.gnu.org/packages/flylisp.html
## Summary:
Colors mismatched open parentheses with fl-mismatched-face, red by
default. Works reliably after Emacs 24.3, in which bug 16247 is
fixed.
Also colors open and close parentheses which are inconsistent with
the indentation of lines between them with fl-inconsistent-face,
orange by default. This is useful for the Lisp programmer who
infers a close paren's location from the open paren and
indentation. The coloring serves as a warning that the indentation
misleads about where the close paren is. It may also help to
localize the mistake, whether due to a misindented line or a
misplaced paren.
As an example, consider:
(aaa (bbb "word-a
word-b" (ccc 1
2)
fff))
## Recent NEWS:
[Not provided 🙁]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNU ELPA] Flylisp version 0.2,
ELPA update <=