riscy / shx-for-emacs

An Emacs shell-mode (and comint-mode) extension that enables displaying small plots and graphics and lets users write shell commands in Emacs Lisp.
GNU General Public License v3.0
218 stars 10 forks source link

Make :ssh work with emacs-26 #6

Closed imarko closed 6 years ago

imarko commented 6 years ago

In emacs-26 the method part of the tramp path syntax is required by default. Build default-directory according to tramp-syntax to accommodate this.

imarko commented 6 years ago

Tested on emacs-26 with (tramp-change-syntax 'default) and (tramp-change-syntax 'simplified) and on emacs-25 with -Q