When I launch emacs with /usr/bin/emacs everything is fine.
But when I launch /usr/bin/emacs --daemon and then emacsclient it seems like emacs isn’t loading everything or so. I don’t have evil keybindings and find-file only results is ‘accessing an empty ring’ in the minibuffer for example.
What did you expect to happen?
Emacs starts up and works as Emacsclient just as normal Emacs does.
Steps to reproduce
Start emacs as a daemon using /usr/bin/emacs --daemon &
Start emacsclient as a client to the daemon, using emacsclient -c
System information
In the case of a emacsclient even M-x wont work. So for this dump I started emacs using /usr/bin/emacs.
Ok, this happens when a new emacs was installed that does not have copilot executeable is installed yet. Starting emacs normally once and then running M-x copilot-install-server did the trick for me.