From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Beck Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Non ascii-characters and File Completion Date: Sat, 02 Feb 2008 14:09:19 +0100 Message-ID: <87ejbv5wu8.fsf@sophokles.streitblatt.de> References: <87hcgsh1sz.fsf@sophokles.streitblatt.de> <7dbe73ed0802020357p143d5bdp63025700c190495b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1201959560 14484 80.91.229.12 (2 Feb 2008 13:39:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 13:39:20 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 14:39:41 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JLIao-0007Hp-Ga for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 14:39:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLIaM-0003Sm-QT for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 08:39:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLIaH-0003Qy-Oi for emacs-devel@gnu.org; Sat, 02 Feb 2008 08:39:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLIaE-0003NJ-AD for emacs-devel@gnu.org; Sat, 02 Feb 2008 08:39:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLIaE-0003NB-02 for emacs-devel@gnu.org; Sat, 02 Feb 2008 08:39:02 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLIaD-0000GO-W8 for emacs-devel@gnu.org; Sat, 02 Feb 2008 08:39:02 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JLIaD-00039c-C8 for emacs-pretest-bug@gnu.org; Sat, 02 Feb 2008 08:39:01 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JLIaA-0000FQ-If for emacs-pretest-bug@gnu.org; Sat, 02 Feb 2008 08:39:01 -0500 Original-Received: from mo-p07-ob.rzone.de ([81.169.146.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLIa9-0000FH-HQ for emacs-pretest-bug@gnu.org; Sat, 02 Feb 2008 08:38:58 -0500 X-RZG-CLASS-ID: mo07 X-RZG-AUTH: z4gQVF2k7GqAyN1G8LhyeJlD2pc= Original-Received: from fb-laptop (p549962D8.dip.t-dialin.net [84.153.98.216]) by post.webmailer.de (fruni mo59) (RZmta 16.5) with ESMTP id g06e3bk128TLa2 for ; Sat, 2 Feb 2008 14:38:55 +0100 (MET) (envelope-from: ) In-Reply-To: <7dbe73ed0802020357p143d5bdp63025700c190495b@mail.gmail.com> (Mathias Dahl's message of "Sat, 2 Feb 2008 12:57:21 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88006 gmane.emacs.pretest.bugs:20854 Archived-At: "Mathias Dahl" writes: >> (cd "~/tmp") >> (shell-command "touch file-=C3=A4-text") >> (shell-command "touch file-=C3=B6-text") >> C-x C-f file >> >> This completes up to "file-=C3=A4" (and ignores "file-=C3=B6") >> >> Another tab comletes to =C2=BBfile-=C3=A4-text". >> >> C-x C-f file=C3=B6 correctly completes "touch >> file-=C3=B6-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.=20 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=3Dnone > locale-coding-system: utf-8-unix > default-enable-multibyte-characters: t > > /Mathias --=20 Florian Beck