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

To reply to this bug, email your comments to 76254 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to sbaugh <at> janestreet.com, spacibba <at> aol.com, bug-gnu-emacs <at> gnu.org:
bug#76254; Package emacs. (Thu, 13 Feb 2025 07:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juri Linkov <juri <at> linkov.net>:
New bug report received and forwarded. Copy sent to sbaugh <at> janestreet.com, spacibba <at> aol.com, bug-gnu-emacs <at> gnu.org. (Thu, 13 Feb 2025 07:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 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)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#76254; Package emacs. (Sun, 16 Feb 2025 10:19:01 GMT) Full text and rfc822 format available.

Message #8 received at 76254 <at> debbugs.gnu.org (full text, mbox):

From: Ergus <spacibba <at> aol.com>
To: debbugs-submit <at> debbugs.gnu.org, Juri Linkov <juri <at> linkov.net>,
 76254 <at> debbugs.gnu.org
Cc: sbaugh <at> janestreet.com
Subject: Re: bug#76254: Flymake margin indicators
Date: Sun, 16 Feb 2025 11:18:36 +0100
[Message part 1 (text/plain, inline)]
Hi Juri:

The proposal seems reasonable for me and simple enough.

I configured my Emacs to just add one ! long time ago. I just ensure that warn face frontend color is different to error face frontend color. 


On February 13, 2025 8:41:59 AM GMT+01:00, Juri Linkov <juri <at> linkov.net> wrote:
>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)
>
>
[Message part 2 (text/html, inline)]

Severity set to 'minor' from 'normal' Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 19 Feb 2025 02:11:04 GMT) Full text and rfc822 format available.

This bug report was last modified 115 days ago.

Previous Next


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