cjohansson / emacs-ssh-deploy

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

Support both symbolic and true local roots #12

Closed cjohansson closed 8 years ago

cjohansson commented 8 years ago

Currently it supports symbolic and true local paths but only one or the other. True paths should be calculated from the defined local root and the current buffer file-name. But we can't calculate the true path for remote roots since there is no direct access to that file-system.