bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2940: 23.0.92; C-s in dired fails to find files with umlauts


From: Alp Aker
Subject: bug#2940: 23.0.92; C-s in dired fails to find files with umlauts
Date: Mon, 11 Jul 2011 18:02:16 -0400 (EDT)

Eli Zaretskii wrote:

   (require 'ucs-normalize)
   (setq file-name-coding-system 'utf-8-hfs)

It could be that Emacs should do this on that platform automatically, yes. But some Darwin expert should look into this and provide feedback, before we decide.

I'm no expert, but it doesn't look as if this is necessary. /lisp/term/ns-win.el already defines a coding system utf-8-nfd that performs normalization and it sets that as the value of file-name-coding-system. This takes care of the fact that the HFS+ filesystem uses decomposed file names, and indeed I can't reproduce (in either 24.0.50 or 23.3) the behavior described in the original bug report.

OTOH, the code in question has been present in ns-win.el since the NS code was first merged into the main branch (rev 89434), so I'm not sure how the OP's problem arose in the first place.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]