jkitchin / scimax

An emacs starterkit for scientists and engineers
Other
1.03k stars 123 forks source link

Clean install. issue with scimax-jupyter #508

Open peteWT opened 3 weeks ago

peteWT commented 3 weeks ago
⛔ Error (use-package): scimax-jupyter/:catch: Eager macro-expansion failure: (void-function compat--plist-get)
jkitchin commented 2 weeks ago

weird. That function doesn't seem to be defined in my emacs, and it isn't called directly in scimax-jupyter. I did see some references in elpa/compat-xx/compat-29.el in my installation, but I don't know where that is loaded.

jkitchin commented 2 weeks ago

I saw some errors like this after updating my emacs. I had to update a package (it was f in my case). I also got rid of all the .elc compiled files. then the issue was resolved for me.

peteWT commented 2 weeks ago

I also got rid of all the .elc compiled files. then the issue was resolved for me.

Where do those reside?

jkitchin commented 2 weeks ago

they are usually in ~/.emacs.d/elpa and in the directories within that. Also in the directory where scimax is installed.

see https://gist.github.com/yuanmai/4411286 for a command to get rid of these.