Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.emacs.help > #60689 > unrolled thread

How to display 'all' emoji

Started byCecil Westerhof <Cecil@decebal.nl>
First post2023-03-29 17:58 +0200
Last post2023-03-30 07:05 +0200
Articles 6 — 2 participants

Back to article view | Back to gnu.emacs.help


Contents

  How to display 'all' emoji Cecil Westerhof <Cecil@decebal.nl> - 2023-03-29 17:58 +0200
    Re: How to display 'all' emoji HASM <hasm@example.invalid> - 2023-03-29 09:31 -0700
      Re: How to display 'all' emoji Cecil Westerhof <Cecil@decebal.nl> - 2023-03-29 20:01 +0200
    Re: How to display 'all' emoji Cecil Westerhof <Cecil@decebal.nl> - 2023-03-29 19:33 +0200
      Re: How to display 'all' emoji HASM <hasm@example.invalid> - 2023-03-29 13:52 -0700
        Re: How to display 'all' emoji Cecil Westerhof <Cecil@decebal.nl> - 2023-03-30 07:05 +0200

#60689 — How to display 'all' emoji

FromCecil Westerhof <Cecil@decebal.nl>
Date2023-03-29 17:58 +0200
SubjectHow to display 'all' emoji
Message-ID<87o7oblfb0.fsf@munus.decebal.nl>
I am playing a little with emoji. Some are displayed in black and
white for example:
    ☕ Hot Beverage

But most are not, for example:
    🫖 Teapot

This displays a box with 01FAD6 in it.

Is there a font I could use to display 'all' emoji correctly? And if
it could be done in colour …

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

[toc] | [next] | [standalone]


#60691

FromHASM <hasm@example.invalid>
Date2023-03-29 09:31 -0700
Message-ID<87edp7a59t.fsf@127.0.0.1>
In reply to#60689
> Some are displayed in black and  white for example: ..
> But most are not, for example ...
> This displays a box with 01FAD6 in it.

As much as I don't like emojis, they do both display as color emojis in
my
  Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
maybe it is your older emacs
  Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
that doesn't display them properly.

> Is there a font I could use to display 'all' emoji correctly? And if
> it could be done in colour …

This is the only font I set for emacs in my init files:
  -adobe-courier-medium-r-normal--20-140-100-100-m-110-iso8859-15

-- HASM


[toc] | [prev] | [next] | [standalone]


#60696

FromCecil Westerhof <Cecil@decebal.nl>
Date2023-03-29 20:01 +0200
Message-ID<877cuzl9n0.fsf@munus.decebal.nl>
In reply to#60691
HASM <hasm@example.invalid> writes:

>> Some are displayed in black and  white for example: ..
>> But most are not, for example ...
>> This displays a box with 01FAD6 in it.
>
> As much as I don't like emojis, they do both display as color emojis in
> my
>   Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
> maybe it is your older emacs
>   Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
> that doesn't display them properly.

It is mostly solved. See my own reply.


>> Is there a font I could use to display 'all' emoji correctly? And if
>> it could be done in colour …
>
> This is the only font I set for emacs in my init files:
>   -adobe-courier-medium-r-normal--20-140-100-100-m-110-iso8859-15

How do I set this font? When I use:
    (set-frame-font "-adobe-courier-medium-r-normal--20-140-100-100-m-110-iso8859-15" nil t)

I get:
    (error "Font not available" …

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

[toc] | [prev] | [next] | [standalone]


#60694

FromCecil Westerhof <Cecil@decebal.nl>
Date2023-03-29 19:33 +0200
Message-ID<87fs9nlawr.fsf@munus.decebal.nl>
In reply to#60689
Cecil Westerhof <Cecil@decebal.nl> writes:

> I am playing a little with emoji. Some are displayed in black and
> white for example:
>     ☕ Hot Beverage
>
> But most are not, for example:
>     🫖 Teapot
>
> This displays a box with 01FAD6 in it.
>
> Is there a font I could use to display 'all' emoji correctly? And if
> it could be done in colour …

found it:
    (set-fontset-font t '(#x1f000 . #x1faff)
              (font-spec :family "Noto Color Emoji"))

Works for most and in colour. One that does not work:
    🫶 Heart Hands

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

[toc] | [prev] | [next] | [standalone]


#60697

FromHASM <hasm@example.invalid>
Date2023-03-29 13:52 -0700
Message-ID<875yaj9t6i.fsf@127.0.0.1>
In reply to#60694
> Is there a font I could use to display 'all' emoji correctly? And if
> it could be done in colour …

Also see
  https://emacs.stackexchange.com/questions/62049/override-the-default-font-for-emoji-characters

-- HASM

[toc] | [prev] | [next] | [standalone]


#60698

FromCecil Westerhof <Cecil@decebal.nl>
Date2023-03-30 07:05 +0200
Message-ID<87y1nekewp.fsf@munus.decebal.nl>
In reply to#60697
HASM <hasm@example.invalid> writes:

>> Is there a font I could use to display 'all' emoji correctly? And if
>> it could be done in colour …
>
> Also see
>   https://emacs.stackexchange.com/questions/62049/override-the-default-font-for-emoji-characters

I will look at it.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

[toc] | [prev] | [standalone]


Back to top | Article view | gnu.emacs.help


csiph-web