]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix prompt in tramp-adb.el
authorJürgen Hötzel <juergen@archlinux.org>
Tue, 11 Aug 2015 06:57:45 +0000 (08:57 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 11 Aug 2015 06:57:45 +0000 (08:57 +0200)
* lisp/net/tramp-adb.el (tramp-adb-prompt): Match leading escape
sequence.  Recent adb version send initial escape sequences, even
when terminal type is set to TERM=dumb.

lisp/net/tramp-adb.el

index b81f5974cc7b28e93b9e2bcd5a2094edd7722d14..d04d8f63af1d9f5cc65bbacf1465d385ebe07d5e 100644 (file)
@@ -59,7 +59,7 @@ It is used for TCP/IP devices."
 
 ;;;###tramp-autoload
 (defcustom tramp-adb-prompt
-  "^\\(?:[[:digit:]]*|?\\)?\\(?:[[:alnum:]]*@[[:alnum:]]*[^#\\$]*\\)?[#\\$][[:space:]]"
+  "^\\(?:[[:digit:]]*|?\\)?\\(?:[[:alnum:]\e;\[]*@[[:alnum:]]*[^#\\$]*\\)?[#\\$][[:space:]]"
   "Regexp used as prompt in almquist shell."
   :type 'string
   :version "24.4"