How can I tell Emacs find-file not to collapse paths with '//'

Posted by mmccoo on Stack Overflow See other posts from Stack Overflow or by mmccoo
Published on 2009-06-24T18:51:10Z Indexed on 2010/04/21 22:33 UTC
Read the original article Hit count: 198

Filed under:

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.

© Stack Overflow or respective owner

Related posts about emacs