-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file-icons font causing issues with one glyph #319
Comments
After some more digging: I can insert the correct character in emacs (29 ftw!) Next to that I copy/paste the weird character from the web page - 👁 Highlight the correct emoji
highlight the bad character -
I've no idea what is causing the composition (when the correct glyph is displayed) nor why |
Arch Linux - fully up-to-date
Emacs 29.0.50 (but I get the same in 28.1)
all-the-icons - 20220427.1911 (from melpa)
This is a weird one and has taken me a long time to discover the culprit.
When I visit Get Emoji all emojis are displayed using my system installed emoji font JoyPixels - 6.6.
Except for one.
U+1F441 - 👁 is rendered from the
file-icons.ttf
font installed byall-the-icons
at$HOME/.local/share/fonts/
This happens in Firefox 100 and Chromium 101.
Partial page Screenshot - Firefox
Partial page Screenshot - Chromium
LibreOffice apps Writer and Calc both display correctly using the system emoji font.
Copy/paste that bottom line of Gestures and Body Parts emoji from GetEmoji.com into emacs:
Emacs partial screenshot
U+1F441 isn't even getting rendered in emacs.
If I move
file-icons.ttf
somewhere else, the JoyPixels font is used (as I think it always should be).Here are the results:
I'm scratching my head over this.
Why would one single glyph cause these problems?
More importantly how can we fix it so file-icons doesn't stomp over the system emoji font.
The text was updated successfully, but these errors were encountered: