After running (server-start)
in Emacs, I evaluated
(daemonp)
and
(server-running-p)
The first one returns nil
, whereas the second one returns t
. So, how are a daemon and a server different in Emacs? The official website http://www.nongnu.org/emacsdoc-fr/manuel/emacs-server.html does not seem be distinguish the two.