Guillaume Demeyère <[email protected]> writes: > Hello Michael,
Hi Guillaume, > So I missed the trailing slash, very good point. However, if I forget > this slash when I copy-paste on a local directory, I get > "funcall-interactively: File is a directory: c:/blabla/tmp", which > seems more reasonable than a base64 error. Good point. I will add a respective error message in Tramp. > So I re-did the test with the trailing slash, and it does work, > indeed. Ahh, finally. Good to know. > I also noticed that, when tramp-inline-compress-start-size is *not* > nil, the error only appears on certain files : the copy works well on > others. That's why I suspect an encoding error. To make my point, I > ran the test on two different files : Main.js and file1.txt. On > file1.txt (only text), the copy-paste works. On Main.js (JS file), the > copy-paste fails. Compression happens only for files with a size larger than tramp-inline-compress-start-size (4096 per default). I suppose it works for files which are smaller. I have committed the changed initial value of tramp-inline-compress-start-size for win32 systems to the repositories. Will be available with Emacs 26.3, and the next Tramp version in ELPA. > Regards, > > Guillaume Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
