On 20 Mar 2005, at 20:53, Michael Albinus wrote:
Maybe you play a little bit with `tramp-process-connection-type'.
Hi Michael.
No, that didn't help. Nor did I expect it to because the
process-connection-type issue was resolved with the release of Panther.
That is an indication that `uudecode-decode-region' is not
working
correctly for you.
Could you, please, open some text in a buffer, and apply the following
commands:
M-: (tramp-uuencode-region (point-min) (point-max))
M-: (uudecode-decode-region (point-min) (point-max))
OK, cool. That narrows the problem down much better:
Invalid state: Bogus value for `default-process-coding-system', nil
In top-level XEmacs, its value is: (undecided . raw-text)
(btw, this all works properly in GNU Emacs, but I'm not sure if that's
helpful information or not.)
Andrew