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, 22 Dec 2015 06:42:47 +0100

Hi!

> I haven't had time to see what actually happens in the code, though. However,
> the " if (STRING_MULTIBYTE (file))" looks suspicious as the decoded value needs
> to be checked even for strings like "a". (However, I don't really know what
> STRING_MULTIBYTE does.)

Does removing the STRING_MULTIBYTE test make it work?

Yes, it does:

(file-name-all-completions "a" ".")
("aaosecond.txt")

    -- Anders


reply via email to

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