Skip to content
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

M-x cider-jack-in throws "Symbol’s function definition is void: sesman-current-sessions" message #41

Closed
habreu71 opened this issue Jan 20, 2019 · 1 comment

Comments

@habreu71
Copy link

Hi,

I'm experiencing this problem after following the Upgrading steps at https://github.com/flyingmachine/emacs-for-clojure

Everytime I do M-x cider-jack-in I'm getting the message below:

Symbol’s function definition is void: sesman-current-sessions

I'm using Emacs25-nox on Devuan Ascii (Debian without systemd).

Please help. Thank you in advance for any hint or help.

Hector.

@habreu71
Copy link
Author

I managed to fix it as follows:

  1. I installed emacs-nox default package (emacs24-nox) along with emacs25-nox, since in my Linux distro it's emacs24 who has the metapackages.

  2. I follow the instructions at https://github.com/flyingmachine/emacs-for-clojure (including the upgrade) but additionally I made sure that all the .elc files were deleted:

cd .emacs.d
find . -name '*.elc' | xargs rm

See:
https://emacs.stackexchange.com/questions/31364/cider-jack-in-symbols-function-definition-is-void-clojure-project-dir-with-cl
syl20bnr/spacemacs#3129
clojure-emacs/cider#1556

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant