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


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: casouri <at> gmail.com, 77917 <at> debbugs.gnu.org, rpluim <at> gmail.com, prot <at> protesilaos.com, yantar92 <at> posteo.net
Subject: bug#77917: 31.0.50; [PATCH] Stop using the "stop" sign for all warning levels
Date: Thu, 08 May 2025 10:28:09 +0300
> From: Juri Linkov <juri <at> linkov.net>
> Cc: Robert Pluim <rpluim <at> gmail.com>,  Eli Zaretskii <eliz <at> gnu.org>,
>   77917 <at> debbugs.gnu.org,  Ihor Radchenko <yantar92 <at> posteo.net>,
>   prot <at> protesilaos.com
> Date: Thu, 08 May 2025 09:45:38 +0300
> 
>  (define-icon warnings-suppress button
> -  `((emoji "⛔")
> -    ;; Many MS-Windows console fonts don't have good glyphs for U+25A0.
> +  `((emoji "⚠️")
> +    ;; Many MS-Windows console fonts don't have good glyphs for symbols.
>      (symbol ,(if (and (eq system-type 'windows-nt)
>                        (null window-system))
>                   " » "
> -               " ■ "))
> -    (text " stop "))
> -  "Suppress warnings."
> -  :version "29.1"
> +               " ⚠ "))
> +    (text " warning "))

Since the 'symbol' value was changed to express "warning" rather than
"suppress", the symbol used for terminals on MS-Windows needs to be
also modified, since the previous one has nothing in common with
"warning".

Also, are you sure that show U+26A0 ⚠ is a good idea for the 'symbol'
preference?  At least on TTY frames, that character has problems
because its glyph is wide, and many terminal emulators have trouble
showing it in an Emacs window.

So I think the 'symbol' alternative still needs work.

Btw, since this icon is called "warning-suppress", did anyone think
about showing a cross or a strike-through over the icon/symbol?
Because using ⚠ as "warning-suppress" is at least strange, IMO.




This bug report was last modified 61 days ago.

Previous Next


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