comparison lisp/net/tramp-smb.el @ 84739:ed643c57fe39

* rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook) (rfn-eshadow-update-overlay-hook): New defvars. (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay): Run the hooks. * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar. (tramp-rfn-eshadow-setup-minibuffer) (tramp-rfn-eshadow-update-overlay): New defuns. Hook into rfn-eshadow.el. * net/tramp-smb.el (tramp-smb-errors): Add error message for call timeout.
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 21 Sep 2007 05:24:06 +0000
parents b3182f0c969c
children f7642749252b
comparison
equal deleted inserted replaced
84738:c98c5f510060 84739:ed643c57fe39
77 (mapconcat 77 (mapconcat
78 'identity 78 'identity
79 '(;; Connection error / timeout 79 '(;; Connection error / timeout
80 "Connection to \\S-+ failed" 80 "Connection to \\S-+ failed"
81 "Read from server failed, maybe it closed the connection" 81 "Read from server failed, maybe it closed the connection"
82 "Call timed out: server did not respond"
82 ;; Samba 83 ;; Samba
83 "ERRDOS" 84 "ERRDOS"
84 "ERRSRV" 85 "ERRSRV"
85 "ERRbadfile" 86 "ERRbadfile"
86 "ERRbadpw" 87 "ERRbadpw"