emacs-pe / docker-tramp.el

TRAMP integration for docker containers
339 stars 26 forks source link

docker-tramp crashing when combining ido-mode and no-eol-conversion #13

Open jgkamat opened 8 years ago

jgkamat commented 8 years ago

This is a strage issue, here's the steps to reproduce on my end w/ a clean emacs

eval these:

(setq inhibit-eol-conversion t)
(ido-mode 1)

now, open a file w/ docker-tramp. This first file seems ok, but upon opening a second file, I get an error somewhat like this

byte-code: tramp-sh-handle-file-name-all-completions: internal error accessing `/root/': `.bashrc^M
./^M
../^M
.profile^M
ok^M

Obviously, theres something going on with windows newlines here, but I'm not sure whats causing it. If you cant reproduce this, let me know and I'll send you some more info.

This seems to happen on linux (debian), and on macos w/ the docker beta.