emacs-devel
[Top][All Lists]
Advanced

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

Re: File name completion with non-ascii filenames


From: Richard Stallman
Subject: Re: File name completion with non-ascii filenames
Date: Fri, 21 Dec 2001 06:13:02 -0700 (MST)

    Is this the proper way of comparing unibyte characters
    case-insensitively?  That is, are the tables used by DOWNCASE set up
    for unibyte characters as well?

I am not sure.  There may be no way to do it really right
except to decode the filenames and compare them in the Emacs
represetation.  But I am not sure that is worth the trouble
or the slowdown.

    Come to think about this, what does completion_ignore_case have to do
    with comparing file names?

The reason for comparing them is for completion.



reply via email to

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