emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 7bd271f 05/11: * eglot.el (eglot--make-process):


From: João Távora
Subject: [elpa] externals/eglot 7bd271f 05/11: * eglot.el (eglot--make-process): Use 'utf-8-emacs-unix
Date: Sun, 10 Jun 2018 09:57:28 -0400 (EDT)

branch: externals/eglot
commit 7bd271fe3a48fcf59aca7111beded341de24192a
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    * eglot.el (eglot--make-process): Use 'utf-8-emacs-unix
    
    Attempt to improve the situation reported in #14.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 950cf6a..5ede791 100644
--- a/eglot.el
+++ b/eglot.el
@@ -258,7 +258,7 @@ CONTACT is in `eglot'.  Returns a process object."
                  (apply #'open-network-stream name stdout contact))
                 (t (make-process
                     :name name :command contact :buffer stdout
-                    :coding 'no-conversion :connection-type 'pipe
+                    :coding 'utf-8-emacs-unix :connection-type 'pipe
                     :stderr (setq stderr (format "*%s stderr*" name)))))))
     (process-put proc 'eglot-stderr stderr)
     (set-process-buffer proc (get-buffer-create stdout))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]