GNU bug report logs -
#73297
30.0.91; on NetBSD 10, raccoon glyph fails to show
Previous Next
Reported by: Van Ly <van.ly <at> sdf.org>
Date: Mon, 16 Sep 2024 15:14:02 UTC
Severity: normal
Tags: notabug
Found in version 30.0.91
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
tags 73297 notabug
thanks
> Date: Mon, 16 Sep 2024 15:13:01 +0000
> From: Van Ly via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> The raccoon glyph shows visually in the web browser but does not inside graphical gnu emacs.
>
> character: 🦝 (displayed as 🦝) (codepoint 129437, #o374635, #x1f99d)
>
> Steps to reproduce behavior
>
> 1. start, emacs -Q --init-dir=/tmp/xxx
> 2. enter, the following one line in the file /tmp/example.html
>
> <pre>🦝</pre>
>
> Expected behavior, the glyph presented in the web browser is shown in emacs.
This character belongs to what Emacs calls the 'emoji script. The
default fontset assigns this script to Noto Emoji and Noto Color Emoji
fonts. If you don't have any of these fonts installed, and cannot
install them, you need to customize the default fontset (using
set-fontset-font) to use some other font for Emoji display.
This is not a bug in Emacs, this is due to a lack of proper
configuration of your fonts for displaying Emoji.
This bug report was last modified 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.