swank-clojure icon indicating copy to clipboard operation
swank-clojure copied to clipboard

clojure-jack-in fails with error in slime-face-inheritance-possible-p

Open tensorpudding opened this issue 12 years ago • 7 comments

Using Emacs 24.0.90.1, with clojure 1.3.0, swank-clojure 1.4.0-SNAPSHOT, I get:

error in process filter: Symbol's function definition is void: slime-face-inheritance-possible-p

when trying to run clojure-jack-in about 75% of the times I try.

tensorpudding avatar Nov 08 '11 04:11 tensorpudding

Does it go from working to breaking within a single Emacs instance, or is this on separate runs?

technomancy avatar Nov 08 '11 17:11 technomancy

It recurred across several different runs.

tensorpudding avatar Nov 08 '11 21:11 tensorpudding

Though, I've discovered if you run "lein swank" and then M-x slime-connect, then close the swank session and do a M-x clojure-jack-in, it will work. But if you close and restart emacs and run M-x clojure-jack-in, it fails.

tensorpudding avatar Nov 09 '11 17:11 tensorpudding

@tensorpudding Are you still having this problem with version 1.4.0?

tavisrudd avatar Jan 28 '12 23:01 tavisrudd

When having this error last night, I noticed that ~/.emacs.d/swank/slime-$SOMEHEX.el (the file containing slime-face-inheritance-possible-p) was truncated. I deleted ~/.emacs.d/swank/ and reinstalled swank-clojure and clojure-mode, and the problem went away.

pgarland avatar Feb 24 '12 01:02 pgarland

I can reproduce this on a freshly installed Precise Pangolin.

Raynes avatar May 12 '12 07:05 Raynes

Fails for me as well. It actually works on the initial load after a fresh install with M-x list-packages. After I shutdown emacs and reload it fails.

base698 avatar Aug 03 '15 20:08 base698