emacs-devel
[Top][All Lists]
Advanced

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

Re: File name completion problem with non-ascii file names


From: Andreas Schwab
Subject: Re: File name completion problem with non-ascii file names
Date: Sun, 27 Apr 2008 20:07:27 +0200
User-agent: Gnus/5.110008 (No Gnus v0.8) Emacs/22.1 (gnu/linux)

Ari Roponen <address@hidden> writes:

> when I use C-x C-f to visit a file, TAB-completion completes too
> much if there are non-ascii characters in file name. Here is a
> simple recipe to demonstrate the problem:
>
>     (let ((default-directory temporary-file-directory))
>       (with-temp-file "pöytä-1.txt"
>         (insert "Pöytä is a Finnish word for table."))
>       (with-temp-file "pöytä-2.txt"
>         (insert "Other file."))
>       (file-name-completion "p" "."))
>     ;; => "pöytä-1."

Should be fixed now.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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