unicode-fonts icon indicating copy to clipboard operation
unicode-fonts copied to clipboard

Configure Unicode fonts for Emacs

Results 16 unicode-fonts issues
Sort by recently updated
recently updated
newest added

`void-variable` error while calling `(unicode-fonts-setup)`. This happens on Emacs startup. Very interestingly: - It only happens recently for unknown reason. (There's no Emacs upgrade or unicode-fonts package upgrade) - Even...

The readme says use `(unicode-fonts-setup)` in the init file. When starting Emacs as daemon, this is executed but has no effect. Afterwards, running an `emacsclient -c .` opens an X...

All this package does is to override Emacs' font backends to provide a better font fallback behavior, but right now, every block especially the CJK blocks are littered with a...

There is some problem with the cache saving. I have persistent-soft installed and unicode-fonts, too. my init.el has: (require 'unicode-fonts) (unicode-fonts-setup) But every time I launch emacs the font mapping...

When I install unicode-fonts through melpa and execute `(unicode-fonts-setup)`, I get the following error. How do I fix this please? ```` Debugger entered--Lisp error: (cl-assertion-failed ((tconc-p tc) "TC must be...

As per title. `unicode-fonts-debug-insert-block` is not declared interactive so it cannot be called through `M-x` like in the manual.

Okay so this is gonna sound weird. Unicode 9 has this 🤜 character (among others). It's in "Supplemental Symbols and Pictographs", with code x1F91C, in which you can also find...

Hi, a great package, almost all symbols are shown correctly. I used to use https://github.com/tumashu/chinese-fonts-setup to set up Chinese fonts. However, it cannot set symbols correctly. But when using unicode-fonts,...

This may not be the most elegant solution but it works for me. I had to use `select-frame` because otherwise the progress reports went to nowhere. I also tried to...

Hi Roland et. al.— I thought I had `unicode-font-setup` working correctly, but then I noticed I was missing the character `("⁴" (8308, 2074, ⁴) SUPERSCRIPT FOUR (NUMBER 4))`. It's definitely...