Kévin Le Gouguec writes: > * A caveat for terminals: > > As Eli mentions, icons.el already knows to fall back to a suitable > representation on TTYs. In practice though, the Linux TTY can display a > few non-ASCII characters; as a result, here (6.13 if that matters) Emacs > falls back to warnings-suppress's _symbol_ representation… > > (symbol ,(if (and (eq system-type 'windows-nt) > (null window-system)) > " » " > " ■ ")) ; 👈 that one > > … which one could bikeshed too, if one were so inclined 🫣 Over at bug#60854, I note that Robert mentioned: > Whilst youʼre changing stuff, the text should not be "stop", it should > be "suppress" or "ignore" or something. Referring to the current 'text presentation. In light of all this, how do we feel about the attached patch? (FTR, "×" displays fine in a Linux TTY here; I do not have a Windows console handy however so that patch might go overboard)