Emacs #47
Replies: 6 comments 5 replies
-
You can also dynamically set the font (or set it in the |
Beta Was this translation helpful? Give feedback.
-
Yes, this is a good summary. Such supplementation worked for me for years for MUFI PUA characters and I want to keep it this way. However it doesn't work when a PUA character is from a private plane. |
Beta Was this translation helpful? Give feedback.
-
This is very good to know. |
Beta Was this translation helpful? Give feedback.
-
In Aquamacs you can do Options --> Appearance --> Font for Text-Mode, then choose JuniusX (the font changes before you dismiss the dialog box, so you can easily get the size right). And that also works! |
Beta Was this translation helpful? Give feedback.
-
The present situation is that Emacs displays the characters correctly when the font is selected explicitely e.g. with set-fontset-font. I would like it to do it automatically as it is done for BMP. In due time I will consult the Emacs mailing lists and report the outcome. |
Beta Was this translation helpful? Give feedback.
-
As I mentioned in another thread, I had a problem with the Scotland flag emoji, the problem could be relevant for possible use of tags for Junicode. I hope to solve the problem with the help of https://emacs.stackexchange.com/questions/62219/how-do-i-get-colour-emoji-to-display-in-emacs. I will test it soon but not immediately. |
Beta Was this translation helpful? Give feedback.
-
I just learned that you can set font in command line, e.g.
![EmacsPUA 2020-12-12 19-31-40](https://user-images.githubusercontent.com/8024702/101992132-45089380-3cb1-11eb-8d37-33ec03a7f7dd.png)
emacs -fn "DejaVu Sans Mono-12"
(an example from https://www.gnu.org/software/emacs/manual/html_node/emacs/Font-X.html#Font-X).
So I tried
emacs -fn "JuniusX"
and it worked. It's not exactly what I want, but I asked to close my bug report.
Actually I tried first
emacs -fn "JuniusX-subset"
emacs -fn "JuniusX-Regular-subset"
because I'm quite confused what the actual font name is.
Beta Was this translation helpful? Give feedback.
All reactions