diff options
| author | Michael Albinus | 2011-03-12 16:19:29 +0100 |
|---|---|---|
| committer | Michael Albinus | 2011-03-12 16:19:29 +0100 |
| commit | f3afd36bad9bc292e23dc638d6a80c636954cfc0 (patch) | |
| tree | ea98d4616842f4fdcb5637ad4aaddf07c106273a /lisp | |
| parent | ecb0f94d1879163e49de80fe46dd2bee94615331 (diff) | |
| download | emacs-f3afd36bad9bc292e23dc638d6a80c636954cfc0.tar.gz emacs-f3afd36bad9bc292e23dc638d6a80c636954cfc0.zip | |
Sync with Tramp 2.2.1.
* net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
* net/trampver.el: Update release number.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/net/tramp-sh.el | 24 | ||||
| -rw-r--r-- | lisp/net/trampver.el | 4 |
3 files changed, 22 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8415861e292..cb7272ded58 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-03-12 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Sync with Tramp 2.2.1. | ||
| 4 | |||
| 5 | * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options. | ||
| 6 | |||
| 7 | * net/trampver.el: Update release number. | ||
| 8 | |||
| 1 | 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * progmodes/compile.el (compilation--previous-directory): Fix up | 11 | * progmodes/compile.el (compilation--previous-directory): Fix up |
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index ec75ea78fe1..ec5c46b2897 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -90,7 +90,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 90 | (tramp-login-args (("%h") ("-l" "%u"))) | 90 | (tramp-login-args (("%h") ("-l" "%u"))) |
| 91 | (tramp-remote-sh "/bin/sh") | 91 | (tramp-remote-sh "/bin/sh") |
| 92 | (tramp-copy-program "rcp") | 92 | (tramp-copy-program "rcp") |
| 93 | (tramp-copy-args (("%k" "-p") ("-r"))) | 93 | (tramp-copy-args (("-p" "%k") ("-r"))) |
| 94 | (tramp-copy-keep-date t) | 94 | (tramp-copy-keep-date t) |
| 95 | (tramp-copy-recursive t))) | 95 | (tramp-copy-recursive t))) |
| 96 | ;;;###tramp-autoload | 96 | ;;;###tramp-autoload |
| @@ -100,7 +100,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 100 | (tramp-login-args (("%h") ("-l" "%u"))) | 100 | (tramp-login-args (("%h") ("-l" "%u"))) |
| 101 | (tramp-remote-sh "/bin/sh") | 101 | (tramp-remote-sh "/bin/sh") |
| 102 | (tramp-copy-program "rcp") | 102 | (tramp-copy-program "rcp") |
| 103 | (tramp-copy-args (("%k" "-p"))) | 103 | (tramp-copy-args (("-p" "%k"))) |
| 104 | (tramp-copy-keep-date t))) | 104 | (tramp-copy-keep-date t))) |
| 105 | ;;;###tramp-autoload | 105 | ;;;###tramp-autoload |
| 106 | (add-to-list 'tramp-methods | 106 | (add-to-list 'tramp-methods |
| @@ -110,7 +110,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 110 | (tramp-async-args (("-q"))) | 110 | (tramp-async-args (("-q"))) |
| 111 | (tramp-remote-sh "/bin/sh") | 111 | (tramp-remote-sh "/bin/sh") |
| 112 | (tramp-copy-program "scp") | 112 | (tramp-copy-program "scp") |
| 113 | (tramp-copy-args (("-P" "%p") ("%k" "-p") ("-q") ("-r"))) | 113 | (tramp-copy-args (("-P" "%p") ("-p" "%k") ("-q") ("-r"))) |
| 114 | (tramp-copy-keep-date t) | 114 | (tramp-copy-keep-date t) |
| 115 | (tramp-copy-recursive t) | 115 | (tramp-copy-recursive t) |
| 116 | (tramp-gw-args (("-o" "GlobalKnownHostsFile=/dev/null") | 116 | (tramp-gw-args (("-o" "GlobalKnownHostsFile=/dev/null") |
| @@ -126,7 +126,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 126 | (tramp-async-args (("-q"))) | 126 | (tramp-async-args (("-q"))) |
| 127 | (tramp-remote-sh "/bin/sh") | 127 | (tramp-remote-sh "/bin/sh") |
| 128 | (tramp-copy-program "scp") | 128 | (tramp-copy-program "scp") |
| 129 | (tramp-copy-args (("-1") ("-P" "%p") ("%k" "-p") ("-q") ("-r"))) | 129 | (tramp-copy-args (("-1") ("-P" "%p") ("-p" "%k") ("-q") ("-r"))) |
| 130 | (tramp-copy-keep-date t) | 130 | (tramp-copy-keep-date t) |
| 131 | (tramp-copy-recursive t) | 131 | (tramp-copy-recursive t) |
| 132 | (tramp-gw-args (("-o" "GlobalKnownHostsFile=/dev/null") | 132 | (tramp-gw-args (("-o" "GlobalKnownHostsFile=/dev/null") |
| @@ -142,7 +142,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 142 | (tramp-async-args (("-q"))) | 142 | (tramp-async-args (("-q"))) |
| 143 | (tramp-remote-sh "/bin/sh") | 143 | (tramp-remote-sh "/bin/sh") |
| 144 | (tramp-copy-program "scp") | 144 | (tramp-copy-program "scp") |
| 145 | (tramp-copy-args (("-2") ("-P" "%p") ("%k" "-p") ("-q") ("-r"))) | 145 | (tramp-copy-args (("-2") ("-P" "%p") ("-p" "%k") ("-q") ("-r"))) |
| 146 | (tramp-copy-keep-date t) | 146 | (tramp-copy-keep-date t) |
| 147 | (tramp-copy-recursive t) | 147 | (tramp-copy-recursive t) |
| 148 | (tramp-gw-args (("-o" "GlobalKnownHostsFile=/dev/null") | 148 | (tramp-gw-args (("-o" "GlobalKnownHostsFile=/dev/null") |
| @@ -160,7 +160,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 160 | (tramp-async-args (("-q"))) | 160 | (tramp-async-args (("-q"))) |
| 161 | (tramp-remote-sh "/bin/sh") | 161 | (tramp-remote-sh "/bin/sh") |
| 162 | (tramp-copy-program "scp") | 162 | (tramp-copy-program "scp") |
| 163 | (tramp-copy-args (("-P" "%p") ("%k" "-p") ("-q") ("-r") | 163 | (tramp-copy-args (("-P" "%p") ("-p" "%k") ("-q") ("-r") |
| 164 | ("-o" "ControlPath=%t.%%r@%%h:%%p") | 164 | ("-o" "ControlPath=%t.%%r@%%h:%%p") |
| 165 | ("-o" "ControlMaster=auto"))) | 165 | ("-o" "ControlMaster=auto"))) |
| 166 | (tramp-copy-keep-date t) | 166 | (tramp-copy-keep-date t) |
| @@ -179,7 +179,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 179 | (tramp-async-args (("-q"))) | 179 | (tramp-async-args (("-q"))) |
| 180 | (tramp-remote-sh "/bin/sh") | 180 | (tramp-remote-sh "/bin/sh") |
| 181 | (tramp-copy-program "scp") | 181 | (tramp-copy-program "scp") |
| 182 | (tramp-copy-args (("-P" "%p") ("%k" "-p") ("-q") ("-r"))) | 182 | (tramp-copy-args (("-P" "%p") ("-p" "%k") ("-q") ("-r"))) |
| 183 | (tramp-copy-keep-date t) | 183 | (tramp-copy-keep-date t) |
| 184 | (tramp-copy-recursive t) | 184 | (tramp-copy-recursive t) |
| 185 | (tramp-gw-args (("-o" "GlobalKnownHostsFile=/dev/null") | 185 | (tramp-gw-args (("-o" "GlobalKnownHostsFile=/dev/null") |
| @@ -202,7 +202,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 202 | (tramp-async-args (("-q"))) | 202 | (tramp-async-args (("-q"))) |
| 203 | (tramp-remote-sh "/bin/sh") | 203 | (tramp-remote-sh "/bin/sh") |
| 204 | (tramp-copy-program "rsync") | 204 | (tramp-copy-program "rsync") |
| 205 | (tramp-copy-args (("-e" "ssh") ("%k" "-t") ("-r"))) | 205 | (tramp-copy-args (("-e" "ssh") ("-t" "%k") ("-r"))) |
| 206 | (tramp-copy-keep-date t) | 206 | (tramp-copy-keep-date t) |
| 207 | (tramp-copy-keep-tmpfile t) | 207 | (tramp-copy-keep-tmpfile t) |
| 208 | (tramp-copy-recursive t))) | 208 | (tramp-copy-recursive t))) |
| @@ -217,7 +217,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 217 | (tramp-async-args (("-q"))) | 217 | (tramp-async-args (("-q"))) |
| 218 | (tramp-remote-sh "/bin/sh") | 218 | (tramp-remote-sh "/bin/sh") |
| 219 | (tramp-copy-program "rsync") | 219 | (tramp-copy-program "rsync") |
| 220 | (tramp-copy-args (("%k" "-t") ("-r"))) | 220 | (tramp-copy-args (("-t" "%k") ("-r"))) |
| 221 | (tramp-copy-env (("RSYNC_RSH") | 221 | (tramp-copy-env (("RSYNC_RSH") |
| 222 | (,(concat | 222 | (,(concat |
| 223 | "ssh" | 223 | "ssh" |
| @@ -353,7 +353,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 353 | (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("%h"))) | 353 | (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("%h"))) |
| 354 | (tramp-remote-sh "/bin/sh") | 354 | (tramp-remote-sh "/bin/sh") |
| 355 | (tramp-copy-program "pscp") | 355 | (tramp-copy-program "pscp") |
| 356 | (tramp-copy-args (("-P" "%p") ("-scp") ("%k" "-p") | 356 | (tramp-copy-args (("-P" "%p") ("-scp") ("-p" "%k") |
| 357 | ("-q") ("-r"))) | 357 | ("-q") ("-r"))) |
| 358 | (tramp-copy-keep-date t) | 358 | (tramp-copy-keep-date t) |
| 359 | (tramp-copy-recursive t) | 359 | (tramp-copy-recursive t) |
| @@ -366,7 +366,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 366 | (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("%h"))) | 366 | (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("%h"))) |
| 367 | (tramp-remote-sh "/bin/sh") | 367 | (tramp-remote-sh "/bin/sh") |
| 368 | (tramp-copy-program "pscp") | 368 | (tramp-copy-program "pscp") |
| 369 | (tramp-copy-args (("-P" "%p") ("-sftp") ("%k" "-p") | 369 | (tramp-copy-args (("-P" "%p") ("-sftp") ("-p" "%k") |
| 370 | ("-q") ("-r"))) | 370 | ("-q") ("-r"))) |
| 371 | (tramp-copy-keep-date t) | 371 | (tramp-copy-keep-date t) |
| 372 | (tramp-copy-recursive t) | 372 | (tramp-copy-recursive t) |
| @@ -378,7 +378,7 @@ detected as prompt when being sent on echoing hosts, therefore.") | |||
| 378 | (tramp-login-args (("%h") ("-l" "%u") ("sh" "-i"))) | 378 | (tramp-login-args (("%h") ("-l" "%u") ("sh" "-i"))) |
| 379 | (tramp-remote-sh "/bin/sh -i") | 379 | (tramp-remote-sh "/bin/sh -i") |
| 380 | (tramp-copy-program "fcp") | 380 | (tramp-copy-program "fcp") |
| 381 | (tramp-copy-args (("%k" "-p"))) | 381 | (tramp-copy-args (("-p" "%k"))) |
| 382 | (tramp-copy-keep-date t))) | 382 | (tramp-copy-keep-date t))) |
| 383 | 383 | ||
| 384 | ;;;###tramp-autoload | 384 | ;;;###tramp-autoload |
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 1f3064c7066..462b8f11397 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | ;; should be changed only there. | 31 | ;; should be changed only there. |
| 32 | 32 | ||
| 33 | ;;;###tramp-autoload | 33 | ;;;###tramp-autoload |
| 34 | (defconst tramp-version "2.2.1-pre" | 34 | (defconst tramp-version "2.2.1" |
| 35 | "This version of Tramp.") | 35 | "This version of Tramp.") |
| 36 | 36 | ||
| 37 | ;;;###tramp-autoload | 37 | ;;;###tramp-autoload |
| @@ -44,7 +44,7 @@ | |||
| 44 | (= emacs-major-version 21) | 44 | (= emacs-major-version 21) |
| 45 | (>= emacs-minor-version 4))) | 45 | (>= emacs-minor-version 4))) |
| 46 | "ok" | 46 | "ok" |
| 47 | (format "Tramp 2.2.1-pre is not fit for %s" | 47 | (format "Tramp 2.2.1 is not fit for %s" |
| 48 | (when (string-match "^.*$" (emacs-version)) | 48 | (when (string-match "^.*$" (emacs-version)) |
| 49 | (match-string 0 (emacs-version))))))) | 49 | (match-string 0 (emacs-version))))))) |
| 50 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) | 50 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) |