Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.emacs.help > #60689 > unrolled thread
| Started by | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| First post | 2023-03-29 17:58 +0200 |
| Last post | 2023-03-30 07:05 +0200 |
| Articles | 6 — 2 participants |
Back to article view | Back to gnu.emacs.help
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
| From | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| Date | 2023-03-29 17:58 +0200 |
| Subject | How 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]
| From | HASM <hasm@example.invalid> |
|---|---|
| Date | 2023-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]
| From | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| Date | 2023-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]
| From | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| Date | 2023-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]
| From | HASM <hasm@example.invalid> |
|---|---|
| Date | 2023-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]
| From | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| Date | 2023-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