From: Vladimir N. <loc...@gm...> - 2019-02-21 06:43:42
|
Hello, everyone. I found a slightly strange behaviour of matlab-shell on Windows. I am not totally sure if it is matlab-mode's issue, or the matlab-shell wrapper suggested at Emacs Wiki (https://www.emacswiki.org/emacs/MatlabMode , https://github.com/mlt/matlabShell ) , but I thought I'd better document it here. So, suppose we opened the matlab shell: On my Z:\ drive I have a catalogue called Temp (note the capital letter). When I type in cd z:\t TAB, matlab-shell does its best to help me, and proposes the following: cd z:\tTemp Note that instead of replacing t with Temp, it appended Temp to t. I am not sure, but this seems like a bug. -- Yours sincerely, Vladimir Nikishkin |