Closed halloleo closed 10 years ago
Yes, it appears all-completions
in this mode is returning completions without the preceding path. I shouldn't have assumed completions always contain the user input. Need to look closer how minibuffer.el
deals with this.
Hey @halloleo, sorry it took so long to fix, but it should be working now.
There's another issue with Shell mode: ido-at-point doesn't list the directory contents.
When I use
ido-at-point-mode
in a shell buffer (in Shell mode) and I complete a filename in a sub-directoryido-at-point-mode
deletes the (upper) directory from the command-line:Here the the situation just before I hit TAB for the completion:
And now the situation just after the completion:
So
ido-at-point-mode
has removed the directory portion "user-lisp/" from the command line. This is obviously wrong, because in the current shell directory is no fileleo-ess.el
, only in the sub-directoryuser-lisp/
.