emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tramp.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:18:48 -0500

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.39.2.9 emacs/lisp/net/tramp.el:1.39.2.10
*** emacs/lisp/net/tramp.el:1.39.2.9    Wed Oct 27 05:41:58 2004
--- emacs/lisp/net/tramp.el     Fri Nov 12 02:52:59 2004
***************
*** 159,165 ****
  
  (defgroup tramp nil
    "Edit remote files with a combination of rsh and rcp or similar programs."
!   :group 'files)
  
  (defcustom tramp-verbose 9
    "*Verbosity level for tramp.el.  0 means be silent, 10 is most verbose."
--- 159,166 ----
  
  (defgroup tramp nil
    "Edit remote files with a combination of rsh and rcp or similar programs."
!   :group 'files
!   :version "21.4")
  
  (defcustom tramp-verbose 9
    "*Verbosity level for tramp.el.  0 means be silent, 10 is most verbose."
***************
*** 1535,1542 ****
  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.")
  
  ;; Perl script to implement `file-attributes' in a Lisp `read'able
  ;; output.  If you are hacking on this, note that you get *no* output
--- 1536,1544 ----
  rm -f /tmp/tramp.$$
  }"
    "Shell function to implement `uudecode' to standard output.
! 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
***************
*** 5970,5975 ****
--- 5972,5979 ----
       base64-encode-region base64-decode-region)
      ("recode data..base64" "recode base64..data"
       base64-encode-region base64-decode-region)
+     ("uuencode xxx" "uudecode -o /dev/stdout"
+      tramp-uuencode-region uudecode-decode-region)
      ("uuencode xxx" "uudecode -o -"
       tramp-uuencode-region uudecode-decode-region)
      ("uuencode xxx" "uudecode -p"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]