GNU bug report logs - #73297
30.0.91; on NetBSD 10, raccoon glyph fails to show

Previous Next

Package: emacs;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73297 in the body.
You can then email your comments to 73297 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#73297; Package emacs. (Mon, 16 Sep 2024 15:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Van Ly <van.ly <at> sdf.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 16 Sep 2024 15:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Van Ly <van.ly <at> sdf.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.91; on NetBSD 10, raccoon glyph fails to show
Date: Mon, 16 Sep 2024 15:13:01 +0000
[Message part 1 (text/plain, inline)]
Hello,

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.

See attached picture of raccoon glyph in emacs and web browser.

[gnu-emacs-bug-report-diagnostics.text (application/octet-stream, attachment)]
[raccoon-glyph-in-emacs.jpeg (image/jpeg, attachment)]
[raccoon-glyph-in-browser.jpeg (image/jpeg, attachment)]
[example.html (text/html, inline)]
[Message part 6 (text/plain, inline)]

-- 
vl

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#73297; Package emacs. (Mon, 16 Sep 2024 17:48:02 GMT) Full text and rfc822 format available.

Message #8 received at 73297 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Van Ly <van.ly <at> sdf.org>
Cc: 73297 <at> debbugs.gnu.org
Subject: Re: bug#73297: 30.0.91; on NetBSD 10, raccoon glyph fails to show
Date: Mon, 16 Sep 2024 20:47:25 +0300
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.




Added tag(s) notabug. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 16 Sep 2024 17:48:03 GMT) Full text and rfc822 format available.

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Thu, 26 Dec 2024 19:45:02 GMT) Full text and rfc822 format available.

Notification sent to Van Ly <van.ly <at> sdf.org>:
bug acknowledged by developer. (Thu, 26 Dec 2024 19:45:02 GMT) Full text and rfc822 format available.

Message #15 received at 73297-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: van.ly <at> sdf.org
Cc: 73297-done <at> debbugs.gnu.org
Subject: Re: bug#73297: 30.0.91; on NetBSD 10, raccoon glyph fails to show
Date: Thu, 26 Dec 2024 21:42:32 +0200
> Cc: 73297 <at> debbugs.gnu.org
> Date: Mon, 16 Sep 2024 20:47:25 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> 
> 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.

Closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 24 Jan 2025 12:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 143 days ago.

Previous Next


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