]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix CRLF handling in Tramp (don't merge)
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 22 Nov 2023 12:29:19 +0000 (13:29 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 22 Nov 2023 12:29:19 +0000 (13:29 +0100)
* lisp/net/tramp-sh.el (tramp-send-command-and-read): Use 'space'
instead of 'blank' in rx expression, in order to handle also CR
and alike.  Reported by Dominique Quatravaux
<dominique@quatravaux.org>.

lisp/net/tramp-sh.el

index 7dc75cb337a82f71e3b92e7a4c9962c30c01405d..aa1d025bf19b7ba35456d55a339fa6ebe9f6df8e 100644 (file)
@@ -5509,7 +5509,7 @@ raises an error."
                     (unless noerror signal-hook-function)))
                (read (current-buffer)))
            ;; Error handling.
-           (when (re-search-forward (rx (not blank)) (line-end-position) t)
+           (when (re-search-forward (rx (not space)) (line-end-position) t)
              (error nil)))
        (error (unless noerror
                 (tramp-error