cjohansson / emacs-ssh-deploy

A deployment plugin via Tramp for Emacs.
GNU General Public License v3.0
154 stars 6 forks source link

Paths with space in them doesn't work right #25

Closed cjohansson closed 7 years ago

cjohansson commented 7 years ago

Reproduce issue:

  1. Have a local file with a space somewhere in it's path
  2. Upload it to remote
  3. Check where it is placed, spaces are replaced with '\ '

Fix: Remove (shell-quote-argument) from remote path in functions ssh-deploy--upload-via-tramp, ssh-deploy--upload-via-tramp-async, ssh-deploy--download-via-tramp, ssh-deploy--download-via-tramp-async.

cjohansson commented 7 years ago

Should be fixed now in this commit