[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New Tramp with uuencode on Windows
From: |
Kai Großjohann |
Subject: |
Re: New Tramp with uuencode on Windows |
Date: |
Sun, 15 Sep 2002 16:43:52 +0200 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) |
Rainer Thiel <address@hidden> writes:
> tramp: Encoding region using command `tramp-uuencode-region'...
> not: Wrong type argument: stringp, tramp-uuencode-region
> w32-handle-scroll-bar-event: Beginning of buffer
> Wrote c:/WINDOWS/Desktop/debug-tramp-nil-nil.txt
> Wrote c:/WINDOWS/Desktop/debug-tramp-plink.txt
> w32-handle-scroll-bar-event: End of buffer
Whee. Does this patch help? I forgot to actually load tramp-uu.el
which contains the new uuencode-in-Lisp implementation...
cvs server: Diffing .
cvs server: Diffing contrib
cvs server: Diffing lisp
Index: lisp/ChangeLog
===================================================================
RCS file: /cvsroot/tramp/tramp/lisp/ChangeLog,v
retrieving revision 2.203
diff -u -r2.203 ChangeLog
--- lisp/ChangeLog 13 Sep 2002 21:19:48 -0000 2.203
+++ lisp/ChangeLog 15 Sep 2002 14:42:33 -0000
@@ -1,3 +1,7 @@
+2002-09-15 Kai Großjohann <address@hidden>
+
+ * tramp.el (tramp-uuencode-region): Autoload it.
+
2002-09-13 Kai Großjohann <address@hidden>
Version 2.0.19 released.
Index: lisp/tramp.el
===================================================================
RCS file: /cvsroot/tramp/tramp/lisp/tramp.el,v
retrieving revision 2.212
diff -u -r2.212 tramp.el
--- lisp/tramp.el 13 Sep 2002 21:19:48 -0000 2.212
+++ lisp/tramp.el 15 Sep 2002 14:42:34 -0000
@@ -89,6 +89,9 @@
(require 'shell)
(require 'advice)
+(autoload 'tramp-uuencode-region "tramp-uu"
+ "Implementation of `uuencode' in Lisp.")
+
;; ;; It does not work to load EFS after loading TRAMP.
;; (when (fboundp 'efs-file-handler-function)
;; (require 'efs))
cvs server: Diffing test
cvs server: Diffing texi
cvs server: Diffing tramp2
kai
--
~/.signature is: umop 3p!sdn (Frank Nobis)
- New Tramp with uuencode on Windows, Kai Großjohann, 2002/09/13
- Re: New Tramp with uuencode on Windows, Rainer Thiel, 2002/09/14
- Re: New Tramp with uuencode on Windows,
Kai Großjohann <=
- Re: New Tramp with uuencode on Windows, Rainer Thiel, 2002/09/15
- Re: New Tramp with uuencode on Windows, Kai Großjohann, 2002/09/16
- Re: New Tramp with uuencode on Windows, Douglas Gray Stephens, 2002/09/16
- Re: New Tramp with uuencode on Windows, Kai Großjohann, 2002/09/17
- Re: New Tramp with uuencode on Windows, Douglas Gray Stephens, 2002/09/17
Re: New Tramp with uuencode on Windows, Douglas Gray Stephens, 2002/09/16