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

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

bug#22169: 25.0.50; File name compiletion doesn't work with non-ASCII ch


From: Anders Lindgren
Subject: bug#22169: 25.0.50; File name compiletion doesn't work with non-ASCII characters on OS X
Date: Tue, 15 Dec 2015 06:12:47 +0100

> file-name-coding-system
> utf-8-nfd

Where is that defined?

In ns-win.el
 

Can you try using utf-8-hfs?  (You might need to load ucs-normalize
first.)

It behaves like the original, as far as I can tell.

I tried setting it to nil. This made completion work. However, the letters are presented in decomposed form, so that pressing backspace first converts "å" to "a", a second backspace deletes the "a" -- this is not how we would like to present file names to users.

    -- Anders


reply via email to

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