Cannot connect emacsclient to seemingly working service #596
Unanswered
aserranoni
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
I have a very big (doom) emacs config and would love to use emacs-plus as a homebrew service. I've installed
the 28.2 version with the flags
--with-dbus --with-xwidgets --with-no-titlebar-and-round-corners --with-json --with-native-comp --with-modern-black-dragon-icon
and everything went well.Running
brew services list
indicates the emacs service has started. As for the dependencies, dbus appears as stopped, and unbound indicates error 256, which I don't know what means. Also, the temporary log files are there with my startup messages and all that. On the other hand, runningps
does not return any emacs process.At this point, don't even know if emacs is running or not. As of right now, I'd like to know if running
emacs --daemon
creates one of thoseserver
file that are generated when you runM-x server-start
. If so, where does it go to when the emacs-plus service is spawn up?Can anyone give me more details on that?
Beta Was this translation helpful? Give feedback.
All reactions