iqbalansari / emacs-emojify

Display emojis in Emacs
GNU General Public License v3.0
408 stars 40 forks source link

Is it possible to use openmoji that I downloaded manually? #85

Open bbigras opened 3 years ago

bbigras commented 3 years ago

My goal is to package openmoji in my distro.

I downloaded openmoji and set emojify-emojis-dir to ~/src/openmoji/color and emojify-emoji-set to 72x72.

I did a test and emacs tries to load the png:

[pid 22993] faccessat(AT_FDCWD, "/home/bbigras/src/openmoji/color/72x72", F_OK) = 0
[pid 22993] faccessat(AT_FDCWD, "/home/bbigras/src/openmoji/color/72x72/1f373.png", F_OK) = -1 ENOENT (No such file or directory)

The problem is that the filename is all in uppercase: 1F373.png.

Could emacs-emojify be non-case-sensitive?