unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Mike FABIAN <maiku.fabian@gmail.com>
Cc: larsi@gnus.org, stephen.berman@gmx.net, 15420@debbugs.gnu.org
Subject: bug#15420: 24.3; Symbols like 🚴 (U+1F6B4) are not displayed by default
Date: Thu, 15 Aug 2019 17:38:50 +0300	[thread overview]
Message-ID: <83imqyqyrp.fsf@gnu.org> (raw)
In-Reply-To: <m3o90qn5l6.fsf@ari.site> (message from Mike FABIAN on Thu, 15 Aug 2019 11:25:09 +0200)

> From: Mike FABIAN <maiku.fabian@gmail.com>
> Date: Thu, 15 Aug 2019 11:25:09 +0200
> Cc: Lars Ingebrigtsen <larsi@gnus.org>, 15420@debbugs.gnu.org
> 
> For years I did build with my little extra  patch on top of git master,
> like this:
> 
> commit 258c86a974f788a33a019a082473781a2a603043
> Author: Mike FABIAN <mfabian@redhat.com>
> Date:   Tue Sep 17 18:41:50 2013 +0200
> 
>     Display some symbols correctly by default
>     
>     For example display U+1F6B4 BICYCLIST and Egyptian Hieroglyphs
>     correctly by default.
> 
> diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
> index 0413646dfb3..bba5c58c79a 100644
> --- a/lisp/international/fontset.el
> +++ b/lisp/international/fontset.el
> @@ -912,6 +912,10 @@ setup-default-fontset
>  		    '("gnu-unifont" . "iso10646-1") nil 'prepend)
>    (set-fontset-font "fontset-default" nil
>  		    '("mutt-clearlyu" . "iso10646-1") nil 'prepend)
> +  (set-fontset-font "fontset-default" nil
> +		    '("Symbola" . "iso10646-1") nil 'prepend)
> +  (set-fontset-font "fontset-default" nil
> +		    '("Noto Sans Egyptian Hieroglyphs" . "iso10646-1") nil 'prepend)
>    (set-fontset-font "fontset-default" '(#x20000 . #x2FFFF)
>  		    '(nil . "unicode-sip"))
>  
> 
> But now I tried again with current master without that patch and it
> worked. Symbola was used for the bicycles and "Noto Sans  Egyption
> Hieroglyphs" for the  hieroglyph even without my patch. So something
> seems to have been fixed.

You will see in lisp/international/fontset.el that the #x1F680 --
#x1F6FF block is now configured to use Symbola by default, which is
why the BICYCLE and BICYCLIST are displayed without any changes.  As
for the Egyptian Hieroglyphs, we don't do anything about them, so if
you see a change in behavior, that must be due to some changes on your
system not directly related to Emacs.  In general, the hieroglyphs
still require fontset customizations, because most fonts that support
them don't explicitly announce that support (and the number of fonts
supporting Egyptian Hieroglyphs is very small anyway, and most of them
aren't free).

In any case, this is not a bug, and I see nothing we can do here to
make the situation significantly better.  Users who want the
hieroglyphs will have to customize their fontset.





  reply	other threads:[~2019-08-15 14:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-19 13:58 bug#15420: 24.3; Symbols like 🚴 (U+1F6B4) are not displayed by default Mike FABIAN
2019-08-15  3:42 ` Lars Ingebrigtsen
2019-08-15  9:01   ` Stephen Berman
2019-08-15  9:25     ` Mike FABIAN
2019-08-15 14:38       ` Eli Zaretskii [this message]
2019-08-15 15:19         ` Stephen Berman
2019-08-15 15:40           ` Eli Zaretskii
2019-08-17 13:50             ` Stephen Berman
2019-08-17 14:09               ` Eli Zaretskii
2019-08-17 14:56                 ` Stephen Berman
2019-08-17 15:03                   ` Eli Zaretskii
2019-09-29 13:53                     ` Lars Ingebrigtsen
2019-08-15 15:22     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83imqyqyrp.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=15420@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=maiku.fabian@gmail.com \
    --cc=stephen.berman@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).