From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Can't start emacs when filename contains national character Date: Sat, 29 Mar 2008 19:12:12 +0300 Message-ID: References: <47EDA753.4030107@gmail.com> <87od8x67r5.fsf@gmx.de> <87wsnl4miu.fsf@gmx.de> <87r6dt4iyp.fsf@gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1206807169 5548 80.91.229.12 (29 Mar 2008 16:12:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 16:12:49 +0000 (UTC) Cc: lekktu@gmail.com, lennart.borgman@gmail.com, emacs-pretest-bug@gnu.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 17:13:19 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 1JfdgE-0008Aw-SB for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 17:13:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jfdfd-0006G4-Ad for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 12:12:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfdfH-00065h-7r for emacs-devel@gnu.org; Sat, 29 Mar 2008 12:12:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfdfF-00064w-Au for emacs-devel@gnu.org; Sat, 29 Mar 2008 12:12:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfdfF-00064r-6u for emacs-devel@gnu.org; Sat, 29 Mar 2008 12:12:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfdfE-0008Pd-TL for emacs-devel@gnu.org; Sat, 29 Mar 2008 12:12:16 -0400 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 1JfdfE-00024S-IM for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 12:12:16 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JfdfB-0008P7-Ex for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 12:12:16 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfdfB-0008On-2U for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 12:12:13 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-21-101.inter.net.il [80.230.21.101]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FJF06859 (AUTH halo1); Sat, 29 Mar 2008 19:12:09 +0300 (IDT) In-reply-to: <87r6dt4iyp.fsf@gmx.de> (message from Sven Joachim on Sat, 29 Mar 2008 17:02:06 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:93810 gmane.emacs.pretest.bugs:21769 Archived-At: > From: Sven Joachim > Date: Sat, 29 Mar 2008 17:02:06 +0100 > Cc: lekktu@gmail.com, lennart.borgman@gmail.com, emacs-pretest-bug@gnu.org > > On 2008-03-29 16:31 +0100, Eli Zaretskii wrote: > > >> That probably means I used the wrong to/make-multibyte function to fix > >> the problem. Will look into it, thanks. > > > > Please try again, both with Latin-1 and UTF-8 encoded file names in > > $HOME. > > Works fine now, thanks. Thanks for testing. > The encoding of the file names need to match the locale, but that's > to be expected, I think. DECODE_FILE use file-name-coding-system, not locale-coding-system. So even if those are different, I think the code should work fine. Or am I missing something?