> On 12. Mar 2025, at 15:38, Eugen Fabian Karban via mc > <[email protected]> wrote: > > The problem ist by the file 'file_without_spaces_utf8_nonlocal_chars_à_á_' > hier the debug result ist true (?) and it should be false.
OK, thanks, that makes sense now. > Anyway i will make a test with a recent version of mc an report. Yes, please try with master. There was a recent fix for line endings that could theoretically match [[:space:]]. I just tried it with the editor and it works as expected. If it still doesn't work, we would need to turn your report into a unit test and see why it fails. It's not clear to me why this shouldn't work correctly from the current code. It should call `mc_search` with filename and pattern in regex mode and there shouldn't be a match.
-- mc mailing list [email protected] https://lists.midnight-commander.org/mailman/listinfo/mc
