Guillaume Demeyère <[email protected]> writes: > Hello Michael,
Hi Guillaume, > I tried to apply the correction, but I get the same error. > > To make sure I understand well the patch I need to apply, I attach to > this message the corrected function tramp-find-inline-compress, which > I updated with your diff. > Prior to executing the exact same test as last message, I evaluated > this function in my emacs -Q (through C-x C-e). Hmm, it might be that at this point Tramp was not loaded yet. So it has been loaded, and the old function has overwritten the patched one ... > The test gives me the same error. Attached is the new tramp debug file > I get. It behaves like yesterday, that's why I believe the patch was not active. Anyway, I meanwhile believe Tramp should suppress compressing at all when running on MS-Windows. Could you throw the patch away, and try the following: emacs -Q -l tramp -l tramp-sh This loads tramp.el and tramp-sh.el. Afterwards, eval the following form in *scratch* (setq tramp-inline-compress-start-size nil) Now everything will work fine, I hope. > Guillaume Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
