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 18:53:55 +0300 Message-ID: References: <47EDA753.4030107@gmail.com> <87od8x67r5.fsf@gmx.de> <87wsnl4miu.fsf@gmx.de> <47EE6385.8060900@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1206806077 1972 80.91.229.12 (29 Mar 2008 15:54:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 15:54:37 +0000 (UTC) Cc: lekktu@gmail.com, svenjoac@gmx.de, emacs-pretest-bug@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 16:55:07 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 1JfdOT-0001zE-RR for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 16:54:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfdNs-0000n2-9e for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 11:54:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfdNm-0000mN-Od for emacs-devel@gnu.org; Sat, 29 Mar 2008 11:54:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfdNl-0000m9-6j for emacs-devel@gnu.org; Sat, 29 Mar 2008 11:54:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfdNl-0000m6-1n for emacs-devel@gnu.org; Sat, 29 Mar 2008 11:54:13 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfdNk-0004zj-ME for emacs-devel@gnu.org; Sat, 29 Mar 2008 11:54:12 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JfdNk-0001L2-DO for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 11:54:12 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JfdNh-0004z5-Di for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 11:54:12 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfdNh-0004yj-3H for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 11:54:09 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-21-101.inter.net.il [80.230.21.101]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JOV85362 (AUTH halo1); Sat, 29 Mar 2008 18:51:30 +0300 (IDT) In-reply-to: <47EE6385.8060900@gmail.com> (lennart.borgman@gmail.com) 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:93807 gmane.emacs.pretest.bugs:21766 Archived-At: > Date: Sat, 29 Mar 2008 16:43:01 +0100 > From: "Lennart Borgman (gmail)" > Cc: lekktu@gmail.com, Sven Joachim , emacs-pretest-bug@gnu.org > > Eli Zaretskii wrote: > >> From: Sven Joachim > >> Date: Sat, 29 Mar 2008 15:45:13 +0100 > >> Cc: lekktu@gmail.com, lennart.borgman@gmail.com, emacs-pretest-bug@gnu.org > >> > >> On 2008-03-29 14:53 +0100, Eli Zaretskii wrote: > >> > >>> Done. Please try again. > >> The crash is fixed, but the name of the home directory is displayed > >> funnily: with HOME set to /home/sven/bäh (iso-latin-1 encoded "ä"), > >> (expand-file-name "~") gives "/home/sven/b\344h" as result. Emacs 22 > >> decodes the non-ASCII character correctly, LC_ALL being set to de_DE. > > > > That probably means I used the wrong to/make-multibyte function to fix > > the problem. Will look into it, thanks. > > FYI: I get the same results as Sven. Please try again with the latest CVS.