Aha. Ok, thx för the info. I didnt know lyckas implemented. Will take a look at server.el. Skickat från min Samsung Galaxy-smartphone. -------- Originalmeddelande -------- Från: Eli Zaretskii Datum: 2020-01-03 15:26 (GMT+01:00) Till: arthur miller Kopia: netjune@outlook.com, michael.albinus@gmx.de, 38807@debbugs.gnu.org Ämne: Re: bug#38807: [Feature request]: Support lisp workers like web workers. > From: arthur miller > CC: "38807@debbugs.gnu.org" <38807@debbugs.gnu.org> > Date: Fri, 3 Jan 2020 13:35:49 +0000 > > I mean that emacsclient is sort of rendering thread while Emacs server is sort of hard working part. No, it isn't. emacsclient just sends a command to Emacs telling it to visit a file and display it in a frame. All the rendering is done by the "server", i.e. Emacs itself. > I have honestly never looked at the code for server/client so I don't know how separation is done. It's easy to see that by reading server.el.