defunkt / gist.el

Yet another Emacs paste mode, this one for Gist.
550 stars 90 forks source link

Error running gist-list with Emacs 25.1.1 #93

Closed halcyon closed 7 years ago

halcyon commented 7 years ago

I'm using gist-1.3.1 and recently upgraded to GNU Emacs 25.1.1 (x86_64-apple-darwin15.6.0)

This error occurs when I run M-x gist-list.

apply: Wrong type argument: listp, [eieio-class-tag--gh-api-callback eieio-class-tag--gh-cache "~/.emacs.d/var/pcache/gh/gh-gist-api/halcyon" "gh/gh-gist-api/halcyon" "25.1.1/0.4/gh-3" #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8 data ( ...)) gh-cache-entry 1474469827.703224 300 nil]

halcyon commented 7 years ago

Following the directions from #76 of uninstalling gist.el and its dependencies, then reinstalling gist.el resolved the issue.