Christian Johansson

Results 68 comments of Christian Johansson

I see, thanks for the tip, I’ll try that

Just want to add that this doesn’t happen when running tramp in multiple threads, it only happens with multiple processes.. maybe it’s an Emacs issue

If you can navigate to any difference regions in ediff then there are actual differences, it could be white-space differences only and that is impossible to spot f you're not...

Please let me know if you can reproduce the issue, I get it sometimes and I believe it's related to a race-condition happening with multiple asynchronous uploads of the same...

Thanks for the update, I get this issue sometimes myself when saving multiple times when on a bad connection

It uploads only files and not buffers, so if you upload an unsaved buffer (related to a file) it will actually upload the file as in the last saved state....

Yeah I would define a upload script that uploads the specific files, I’ll give an example when I’m at my computer

Here is an example, I haven't tested it, please let me know if it doesn't work. `.dir-locals.el` contents: ```emacs-lisp ((nil . ( (ssh-deploy-root-local . "/Users/username/Web/MySite/") (ssh-deploy-root-remote . "/ssh:[email protected]|sudo:[email protected]:/var/www/MySite/") (ssh-deploy-script ....

yes I get error sometimes too, I think it's a Tramp bug, would be nice to have a way to reproduce it