+2005-11-02 Lars Hansen <larsh@soem.dk>
+ * net/tramp.el (tramp-action-out-of-band): Handle scp message
+ "Permission denied".
+
2005-11-01 Richard M. Stallman <rms@gnu.org>
* textmodes/flyspell.el (flyspell-external-point-words):
(tramp-message 10 "'set mode' error ignored.")
(tramp-message 9 "Process has finished.")
(throw 'tramp-action 'ok))
+ (goto-char (point-min))
+ (when (re-search-forward "^.cp.?: \\(.+: Permission denied.?\\)$" nil t)
+ (error "Remote host: %s" (match-string 1)))
(tramp-message 9 "Process has died.")
(throw 'tramp-action 'process-died)))
(t nil)))