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: Sun, 13 Jan 2002 00:36:29 -0700 (MST)

There are several places in file_name_completion that currently deal
with coding systems.  For instance, the part that checks
completion-ignored-extensions, and the part that checks
Vcompletion_regexp_list, and the part that compares various
possible completions.

Once you have decoded the file name from the directory, it would be
better to save that and use it in all the rest of the code.

The part that checks Vcompletion_regexp_list seems to have a bug
because it checks the regexps against the raw (not decoded) file name
data.



reply via email to

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