]> git.eshelyaron.com Git - emacs.git/commit
Support emacsclient on Windows with server on GNU or Unix systems
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Sep 2023 07:02:00 +0000 (10:02 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Sep 2023 07:02:00 +0000 (10:02 +0300)
commit738d8543337ee01eaa889f26da473dc84f652b8a
tree5b4ec04a085911b63e948cd4cb572b36ac2b9224
parentf0a89fa1d0e5b380ecadb57052c95b31110c0323
Support emacsclient on Windows with server on GNU or Unix systems

* lisp/server.el (server-process-filter): If 'tty-name' is literally
"CONOUT$", assume the client runs on MS-Windows and force the
frame type to GUI.  This allows to run emacsclient on MS-Windows
when the server runs on a Posix host.  (Bug#65812)
lisp/server.el