rejeep / f.el

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

WIP: Implement filesystem case sensitivity #112

Closed Phundrak closed 2 years ago

Phundrak commented 2 years ago

This is a draft for implementing filesystem case sensitivity in f.el.

This should fix issues with case-insensitive filesystems as shown in #82.

Phundrak commented 2 years ago

Merged manually