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
3dc847a3
Commit
3dc847a3
authored
Feb 26, 2009
by
Michael Albinus
Browse files
* net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
parent
f8d7c2d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/tramp.el
lisp/net/tramp.el
+2
-1
No files found.
lisp/ChangeLog
View file @
3dc847a3
2009-02-26 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-remote-coding-commands): Add
"base64". (Bug#2463)
2009-02-26 Juanma Barranquero <lekktu@gmail.com>
* x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
...
...
lisp/net/tramp.el
View file @
3dc847a3
...
...
@@ -6124,7 +6124,8 @@ and end of region, and are expected to replace the region contents
with the encoded or decoded results, respectively.")
(defconst tramp-remote-coding-commands
'((b64 "mimencode -b" "mimencode -u -b")
'((b64 "base64" "base64 -d")
(b64 "mimencode -b" "mimencode -u -b")
(b64 "mmencode -b" "mmencode -u -b")
(b64 "recode data..base64" "recode base64..data")
(b64 tramp-perl-encode-with-module tramp-perl-decode-with-module)
...
...
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