biviosoftware / home-env

MIT License
2 stars 2 forks source link

emacs Centos 7 server-start no longer working #75

Closed robnagler closed 1 year ago

robnagler commented 1 year ago

Running a normal emacsclient fails now with:

emacsclient: can't find socket; have you started the server?
emacsclient: To start the server in Emacs, type "M-x server-start".
emacsclient: No socket or alternate editor.  Please use:

        --socket-name
        --server-file      (or environment variable EMACS_SERVER_FILE)
        --alternate-editor (or environment variable ALTERNATE_EDITOR)

Server thinks it is started. This works on Fedora 36. @e-carlin assigning to you, because you may have updated server?

e-carlin commented 1 year ago
$ emacs --daemon
$ emacsclient README.md

That works for me.

Can you give me steps to reproduce?

robnagler commented 1 year ago
[py3;@v3 ~]$ emacs --daemon
("emacs")
No connection file "/tmp/emacs1000/server"
Starting Emacs daemon.
Restarting server
[py3;@v3 ~]$ cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
robnagler commented 1 year ago

I'll debug

robnagler commented 1 year ago

Wrong version of emacsclient (from a local install).