![데몬 모드에서 Emacs를 사용할 때 다른 Emacs 창에서 다른 Emacs 세션을 어떻게 로드할 수 있습니까?](https://linux55.com/image/27795/%EB%8D%B0%EB%AA%AC%20%EB%AA%A8%EB%93%9C%EC%97%90%EC%84%9C%20Emacs%EB%A5%BC%20%EC%82%AC%EC%9A%A9%ED%95%A0%20%EB%95%8C%20%EB%8B%A4%EB%A5%B8%20Emacs%20%EC%B0%BD%EC%97%90%EC%84%9C%20%EB%8B%A4%EB%A5%B8%20Emacs%20%EC%84%B8%EC%85%98%EC%9D%84%20%EC%96%B4%EB%96%BB%EA%B2%8C%20%EB%A1%9C%EB%93%9C%ED%95%A0%20%EC%88%98%20%EC%9E%88%EC%8A%B5%EB%8B%88%EA%B9%8C%3F.png)
답변1
emacs 정보 문서에서:
You can run multiple Emacs servers on the same machine by giving
each one a unique "server name", using the variable `server-name'. For
example, `M-x set-variable <RET> server-name <RET> foo <RET>' sets the
server name to `foo'. The `emacsclient' program can specify a server by
name, using the `-s' option.
이것이 도움이 됩니까?