GNU bug report logs - #76254
Flymake margin indicators

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> linkov.net>

Date: Thu, 13 Feb 2025 07:48:01 UTC

Severity: minor

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: 76254 <at> debbugs.gnu.org
Cc: sbaugh <at> janestreet.com, Ergus <spacibba <at> aol.com>
Subject: bug#76254: Flymake margin indicators
Date: Thu, 13 Feb 2025 09:41:59 +0200
Flymake makes the margin unnecessarily wide.
Its 2 columns width creates too much empty space.
All this to accommodate 2 characters of "!!".
Whereas in the fridge it nicely fits into 1 column
with `flymake-double-exclamation-mark'.
It's possible to achieve the same for the margin case
by using 1-character wide indicator ‼ with

  `((error ,(if (char-displayable-p ?‼) "‼" "!!") compilation-error)




This bug report was last modified 139 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.