mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-09 09:16:02 -08:00
(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
This commit is contained in:
parent
e7b52b6db2
commit
c37ee7cb84
2 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
* net/tramp.el (tramp-coding-commands): Additionally try "uudecode
|
||||
-o /dev/stdout" before trying "uudecode -o -". Suggested by Han
|
||||
Boetes.
|
||||
(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
|
||||
|
||||
2004-11-06 David Ponce <david@dponce.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -1535,8 +1535,9 @@ cat /tmp/tramp.$$
|
|||
rm -f /tmp/tramp.$$
|
||||
}"
|
||||
"Shell function to implement `uudecode' to standard output.
|
||||
Many systems support `uudecode -o -' for this or `uudecode -p', but
|
||||
some systems don't, and for them we have this shell function.")
|
||||
Many systems support `uudecode -o /dev/stdout' for this or
|
||||
`uudecode -o -' or `uudecode -p', but some systems don't, and for
|
||||
them we have this shell function.")
|
||||
|
||||
;; Perl script to implement `file-attributes' in a Lisp `read'able
|
||||
;; output. If you are hacking on this, note that you get *no* output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue