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: Mathias Dahl
Subject: Re: Non ascii-characters and File Completion
Date: Sat, 2 Feb 2008 12:57:21 +0100

> (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?

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




reply via email to

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