-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remapping unicode fonts on each startup #21
Comments
I can confirm that this is also happening to me after a recent set of package upgrades. This is a new problem for me as in the past, I only needed to wait for the mapping after I upgraded the package. I had never needed to explicitly require persistent-soft. Update: I can confirm that the files ucs-utils and unicode-fonts are being created in ~/.emacs.d/var/pcache |
Can conform also. I have already tried to uninstall and reinstall all plugins, did not help. |
Is this some interaction with something else that changed recently (I assume pcache)? Because it does not look like there have been any changes to unicode-fonts or persistent soft. |
Yep! Actually I solved the problem downgrading pcache. You can try to On 31/08/16 15:41, Dylan Schwilk wrote:
|
To which version did you downgrade pcache? And, could you somehow provide us with a tarball of your "~/.emacs.d/elpa/pcache-" directory? I'm having lots of trouble to find a way to properly "downgrade" the pcache pkg from MELPA |
I have pcache-0.3.1 from marmalade. The 20160724.1929 from melpa doesn't To downgrade I just removed the pcache directory from the elpa directory I am attaching the tar of my "~/.emacs.d/elpa/pcache-" My emacs version is 24.5.1 Let me know. On 01/09/16 11:31, João Pizani wrote:
|
It worked, thank you very much! |
Thanks. Yes, pcache 3.1 and all is well.
Can you expand on what you mean by "example code"? If we know what exactly is failing maybe we can move this issue over to https://github.com/sigma/pcache |
It seems that with Emacs 25.1 and 20160724.1929 from melpa everything works ok again! |
I had |
`pcache`'s constructor's call to `pcache-validate-repo` silently fails unless `subr-x` is `require`d. This fixes rolandwalker/unicode-fonts#21.
`pcache`'s constructor's call to `pcache-validate-repo` silently fails unless `subr-x` is `require`d. This fixes rolandwalker/unicode-fonts#21.
I believe that this is fixed in |
This has been happening to me non-stop. I'm on GNU Emacs 26.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.19) of 2017-08-25. |
for anyone who comes here in the future, what i did was:
also, for me this problem appeared to be caused by switching between different emacs binaries. |
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 starts again. I do not understand why.
The text was updated successfully, but these errors were encountered: