From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim 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 17:02:06 +0100 Message-ID: <87r6dt4iyp.fsf@gmx.de> References: <47EDA753.4030107@gmail.com> <87od8x67r5.fsf@gmx.de> <87wsnl4miu.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206806622 3798 80.91.229.12 (29 Mar 2008 16:03:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 16:03:42 +0000 (UTC) Cc: lekktu@gmail.com, lennart.borgman@gmail.com, emacs-pretest-bug@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 17:04:13 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 1JfdXQ-0005FJ-Ho for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 17:04:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfdWo-0005kE-Cd for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 12:03:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfdWk-0005jt-UE for emacs-devel@gnu.org; Sat, 29 Mar 2008 12:03:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfdWi-0005iK-DE for emacs-devel@gnu.org; Sat, 29 Mar 2008 12:03:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfdWi-0005iC-4p for emacs-devel@gnu.org; Sat, 29 Mar 2008 12:03:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfdWh-0006iu-CC for emacs-devel@gnu.org; Sat, 29 Mar 2008 12:03:27 -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 1JfdWf-0001cZ-Px for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 12:03:26 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JfdWb-0006i4-M5 for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 12:03:24 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JfdWa-0006gr-DO for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 12:03:21 -0400 Original-Received: (qmail invoked by alias); 29 Mar 2008 16:03:11 -0000 Original-Received: from p5486765D.dip.t-dialin.net (EHLO debian) [84.134.118.93] by mail.gmx.net (mp030) with SMTP; 29 Mar 2008 17:03:11 +0100 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1/l4fQ/aiDl/Vu9QJSC7G4/nt3wpWfzke/jQSPuns XJL8eFkxc/MaVp In-Reply-To: (Eli Zaretskii's message of "Sat, 29 Mar 2008 18:31:16 +0300") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.2.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:93808 gmane.emacs.pretest.bugs:21767 Archived-At: 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. The encoding of the file names need to match the locale, but that's to be expected, I think. Sven