Bad-ptr / persp-mode.el

named perspectives(set of buffers/window configs) for emacs
401 stars 44 forks source link

Add support for multi-hop tramp files. #17

Closed farosas closed 9 years ago

farosas commented 9 years ago

When using tramp multi-hop syntax, the file name (as reported by buffer-file-name), might contain only the last hop, which causes the file to not be found when restoring perspectives.

This pull request addresses this issue by detecting tramp files and assembling their full path based on the tramp-default-proxies-alist variable.

Closes #16.