How can I tell Emacs find-file not to collapse paths with '//'
- by mmccoo
In Emacs find-file, if I give it a file like
/a/b//c/d
It complains that it's can't find file /c/d
How can I get emacs to behave more like csh? Ie //+ should be treated the same as / instead of as a marker to start a fresh/new path.