emacsorphanage / fontawesome

fontawesome utility
33 stars 6 forks source link

Unicode boxes when using counsel-fontawesome #12

Closed technician77 closed 7 years ago

technician77 commented 7 years ago

Hello Syohex,

quite likely that it's just me being stupid, but when I use counsel-fontawesome I get unicodeboxes on the selected entry in the list. The other unselected entries show fine. When inserting the selected entry it's also a unicode box. I use Source-Code-Pro as my default font. I have no special unicode configuration except (prefer-coding-system 'utf-8-auto). Do I need to do some configuration you know of to make it work as intended? Emacs is GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-11-15 on Win7.

image

Kind regards, technician77

syohex commented 7 years ago

Do I need to do some configuration you know of to make it work as intended?

Sorry I don't know. However I cannot reproduce this issue on macOS, so it seems that this is windows issue.

technician77 commented 7 years ago

image

Fixed using this: (set-fontset-font t 'unicode "FontAwesome" nil 'prepend)

Uh, I'm really fond of font awesome but could "Fond awesome" be a typo? See screenshots

syohex commented 7 years ago

Ah sorry it's typo. I have fixed.