Skip to main content
edited body
Source Link
Drew
  • 80.9k
  • 10
  • 125
  • 265

After running (server-start) in Emacs, I evaluated

(daemonp) 

and

(server-running-p) 

The first one returns "nil"nil, whereas the second one returns "t"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.

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.

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.

Source Link
zell
  • 213
  • 2
  • 6

How are a daemon and a server different in Emacs?

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.