[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Wrong number of arguments: #[(start
From: |
Kai Grossjohann |
Subject: |
Re: Wrong number of arguments: #[(start |
Date: |
Tue, 06 Apr 2004 17:06:58 +0200 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) |
Leonid Petrov <address@hidden> writes:
> tramp-uuencode-region(1 21)
> funcall(tramp-uuencode-region 1 21)
I see. It's tramp-uu.el which doesn't run on Emacs 20. Hm. Hmmm...
I guess it's because tramp-uu.el calls base64-encode-region with a
third arg t which means not to break long lines into shorter lines.
Actually, I don't have the foggiest idea what that arg might mean. I
shall investigate.
Kai