]> git.eshelyaron.com Git - emacs.git/commitdiff
(server-start): Also don't get confused by CRs since we
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Apr 2008 15:37:07 +0000 (15:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Apr 2008 15:37:07 +0000 (15:37 +0000)
don't quote them.

lisp/ChangeLog
lisp/server.el

index 3c5a1e6994e508f1f6f32bf7734af19c3b9200d3..9ac6b7a541f4ba81176eb61070ae6e24aff67135 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * server.el (server-start): Also don't get confused by CRs since we
+       don't quote them.
+
 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-init-buffer): New function.
index 90adaace1569b0487744596c08329b00a78bf31b..88bb8cd769d358df2e823bce6e93a758a3b259db 100644 (file)
@@ -500,8 +500,9 @@ kill any existing server communications subprocess."
                       :filter 'server-process-filter
                       ;; We must receive file names without being decoded.
                       ;; Those are decoded by server-process-filter according
-                      ;; to file-name-coding-system.
-                      :coding 'raw-text
+                      ;; to file-name-coding-system.  Also don't get
+                      ;; confused by CRs since we don't quote them.
+                      :coding 'raw-text-unix
                       ;; The other args depend on the kind of socket used.
                       (if server-use-tcp
                           (list :family nil