rolandwalker / unicode-fonts

Configure Unicode fonts for Emacs
227 stars 28 forks source link

Unsafe call to `eieio-persistent-read'. #6

Closed jonnay closed 10 years ago

jonnay commented 11 years ago

I am not sure if this is a load-order issue, a pcache issue, or a persistent-soft issue, but I figured I would start here.

When doing a (unicode-fonts-setup) I get the error message Unsafe call to `eieio-persistent-read'.

rolandwalker commented 11 years ago

persistent-soft is supposed to work around that issue.

What version of Emacs are you running, and did you install CEDET separately?

jonnay commented 11 years ago

Yea, that's what I thought.

Emacs: 24.3.1 (emacs-mac-port) CEDET Version: 2.0, (not installed separate)

rolandwalker commented 10 years ago

I believe this should be fixed with latest revisions of this library and persistent-soft. It still would be better to remove the dependency on pcache and interact directly with eieio.

jonnay commented 10 years ago

After a recent update, this is fixed.