emacs-devel
[Top][All Lists]
Advanced

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

Re: Non ascii-characters and File Completion


From: Florian Beck
Subject: Re: Non ascii-characters and File Completion
Date: Sat, 02 Feb 2008 14:09:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"Mathias Dahl" <address@hidden> writes:

>> (cd "~/tmp")
>> (shell-command "touch file-ä-text")
>> (shell-command "touch file-ö-text")
>> C-x C-f file<tab>
>>
>> This completes up to "file-ä" (and ignores "file-ö")
>>
>> Another tab comletes to »file-ä-text".
>>
>> C-x C-f file<tab><backspace>ö<tab> correctly completes "touch
>> file-ö-text".
>>
>> Seems like C-x C-f completes one character too many.
>
> That works as expected for me under GNU Emacs 23.0.60.1
> (i686-pc-linux-gnu, GTK+ Version 2.10.3) of 2008-02-01 on localhost.
> (I'm a Swede so I use those characters as well.)
>
> Have you tried the same with emacs -Q?

Yes. Same problem. 

However, the bug disappears when I get rid of my experimental CFLAGS.

Sorry for the noise.

Strange effect, though, as I have been using them for quite some time
and this was the only problem I ran into.

>
> Here are my Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: en_US.UTF-8
>   value of $LC_CTYPE: en_US.UTF-8
>   value of $LC_MESSAGES: en_US.UTF-8
>   value of $LC_MONETARY: sv_SE.UTF-8
>   value of $LC_NUMERIC: sv_SE.UTF-8
>   value of $LC_TIME: en_US.UTF-8
>   value of $LANG: en_US.UTF-8
>   value of $XMODIFIERS: @im=none
>   locale-coding-system: utf-8-unix
>   default-enable-multibyte-characters: t
>
> /Mathias

-- 
Florian Beck




reply via email to

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