bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56691: outline-minor-mode displays navigation arrow buttons as emoji


From: Po Lu
Subject: bug#56691: outline-minor-mode displays navigation arrow buttons as emojis
Date: Sat, 13 Aug 2022 20:34:25 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Po Lu <luangruo@yahoo.com> writes:
>
>>> The Symbola Outline icons are of identical size:
>>
>> You can clearly see that the symbol on top is wider than the one on the
>> bottom.
>
> They glyphs are of identical size.

They are not, as you can see from this:

  ELISP> (string-pixel-width "⯆")
  10 (#o12, #xa, ?\C-j)
  ELISP> (string-pixel-width "⯈")
  9 (#o11, #x9, ?\C-i)

and from how the vertical box lines on the bottom are not aligned.  Both
on your system and on mine.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]