tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.2.9-24.4); larger files give "File exists, but cannot be re


From: robn
Subject: Re: tramp (2.2.9-24.4); larger files give "File exists, but cannot be read" message
Date: Thu, 24 Apr 2014 23:29:21 -0400
User-agent: SquirrelMail/1.4.22

Hi Michael,
Your patch works.
Cheers,
Rob

> Rob Newton <address@hidden> writes:
>
>> Michael,
>
> Hi Rob,
>
>> Thanks for looking into this Michael. I actually only started using
>> tramp very recently, and am getting some good value from it already.
>> Drop me a line when you have something for me to test.
>
> Could you check the following patch (line numbers might be slightly
> different)?
>
> --8<---------------cut here---------------start------------->8---
> *** /home/albinus/src/emacs-24/lisp/net/tramp-sh.el.~117001~   2014-04-22
> 11:30:19.020790556 +0200
> --- /home/albinus/src/emacs-24/lisp/net/tramp-sh.el   2014-04-22
> 11:30:19.224794113 +0200
> ***************
> *** 2371,2378 ****
>                                   (append
>                                    copy-args
>                                    (list
> !                                   (shell-quote-argument source)
> !                                   (shell-quote-argument target)
>                                     "&&" "echo" "tramp_exit_status" "0"
>                                     "||" "echo" "tramp_exit_status"
> "1"))))))
>                   (tramp-message
> --- 2371,2377 ----
>                                   (append
>                                    copy-args
>                                    (list
> !                                   source target
>                                     "&&" "echo" "tramp_exit_status" "0"
>                                     "||" "echo" "tramp_exit_status"
> "1"))))))
>                   (tramp-message
> --8<---------------cut here---------------end--------------->8---
>
>> -Rob
>
> Best regards, Michael.
>





reply via email to

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