> On 6 Jun 2019, at 16:30, Robert Weiner <[email protected]> wrote: > > Try commenting out the second line in hpath:is-p, namely: > (setq path (hpath:mswindows-to-posix path)) > and see if that changes anything.
No, the change didn't have the desired effect. Action Key on the midline breaks the line and creates a new bullet item. > Otherwise, use edebug to step through the function and see where it decides > that the path is not valid since I can't duplicate your setup very easily. I will need to figure out how to use the edebug. > Certainly we should be able to recognize it as valid once it is mounted. The > path is probably getting changed somewhere and then showing up as invalid. The thing is, C-x f, once given '/i/src' and tab-keyed, it is able to generate a *Completions* buffer by looking ahead along the path. Maybe how the mount is being done isn't to blame.
