rejeep / f.el

Modern API for working with files and directories in Emacs
GNU General Public License v3.0
685 stars 69 forks source link

Fix for: f-slash for non-existent directories #29 #42

Open nikitazu opened 9 years ago

nikitazu commented 9 years ago

Lets temporary override the behaviour of f-slash.

The discussion is in issue 29.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.01%) to 97.46% when pulling cd6504fa22dec44f5ebe61a58f515b23d348207a on nikitazu:f-slash-not-existent-directories into 05410117f2c150e5976e945abd63bce4937c12e8 on rejeep:master.

rejeep commented 9 years ago

I'm not sure I like the dynamic variable idea because I think it's bad API. It's hard to document. Instead, I think that f should not require real paths whenever possible. It's better for performance also.