GNU bug report logs - #77917
31.0.50; [PATCH] Stop using the "stop" sign for all warning levels

Previous Next

Package: emacs;

Reported by: Protesilaos Stavrou <prot <at> protesilaos.com>

Date: Sat, 19 Apr 2025 07:25:02 UTC

Severity: normal

Tags: patch

Found in version 31.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Juri Linkov <juri <at> linkov.net>
To: Robert Pluim <rpluim <at> gmail.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 77917 <at> debbugs.gnu.org,
 Ihor Radchenko <yantar92 <at> posteo.net>, prot <at> protesilaos.com
Subject: Re: bug#77917: 31.0.50; [PATCH] Stop using the "stop" sign for all
 warning levels
Date: Mon, 05 May 2025 19:40:04 +0300
> Since I feel guilty about ever suggesting this feature in the first
> place, how about (moving it to the end of the line is possible, if desired):
>
> @@ -324,8 +324,10 @@ display-warning
>                ;; Don't output the button when doing batch compilation
>                ;; and similar.
>                (unless (or noninteractive (eq type 'bytecomp))
> -                (insert (buttonize (icon-string 'warnings-suppress)
> -                                   #'warnings-suppress type)
> +                (insert (buttonize "[Suppress?]"
> +                                   #'warnings-suppress
> +                                   type
> +                                   "Click to suppress this warning type")

The current icon at the beginning of the line helps
to direct user's attention to the warning.




This bug report was last modified 12 days ago.

Previous Next


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