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: Drew Adams
Subject: RE: File name completion problem with non-ascii file names
Date: Sun, 27 Apr 2008 09:16:34 -0700

>     (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."

FWIW, on a January Windows build, this gives "p".

In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-04-19 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include
-fno-crossjumping'





reply via email to

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