Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4265deab
Commit
4265deab
authored
Nov 19, 2009
by
Michael Albinus
Browse files
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
variables for computing the prompt for reading password.
parent
470bce7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/tramp.el
lisp/net/tramp.el
+6
-0
No files found.
lisp/ChangeLog
View file @
4265deab
2009-11-19 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
variables for computing the prompt for reading password.
2009-11-19 Glenn Morris <rgm@gnu.org>
* dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
...
...
lisp/net/tramp.el
View file @
4265deab
...
...
@@ -3804,6 +3804,12 @@ The method used must be an out-of-band method."
(tramp-error
v 'file-error "Cannot find copy program: %s" copy-program))
;; Set variables for computing the prompt for reading
;; password.
(setq tramp-current-method (tramp-file-name-method v)
tramp-current-user (tramp-file-name-user v)
tramp-current-host (tramp-file-name-host v))
(unwind-protect
(with-temp-buffer
;; The default directory must be remote.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment