From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mopi <52hands@gmail.com> Newsgroups: gmane.emacs.help Subject: unicode path displays wrong in minibuffer Date: 28 May 2007 12:21:14 -0700 Organization: http://groups.google.com Message-ID: <1180380074.466446.275260@m36g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1180381258 30378 80.91.229.12 (28 May 2007 19:40:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 May 2007 19:40:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 28 21:40:56 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hsl5I-0002m9-R8 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 May 2007 21:40:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hsl5I-0007on-9Q for geh-help-gnu-emacs@m.gmane.org; Mon, 28 May 2007 15:40:52 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!postnews.google.com!m36g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 81.230.102.169 Original-X-Trace: posting.google.com 1180380086 24726 127.0.0.1 (28 May 2007 19:21:26 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 28 May 2007 19:21:26 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m36g2000hse.googlegroups.com; posting-host=81.230.102.169; posting-account=2hN_GQ0AAACPrJKt-6-vp_n8wTh4w5Ay Original-Xref: shelby.stanford.edu gnu.emacs.help:148921 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44510 Archived-At: It seems that some characters are displayed wrong in the minibuffer when I save a file. In *Messages* buffer it displays correctly as: Wrote d:/- Johans/tr=E4ning/2007.txt But in minibuffer the =E4-character gets escaped: Wrote d:/- Johans/tr\344ning/2007.txt I'm running GNU Emacs 22.0.99.1 on Win XP using Swedish keymap. I have tried both (setq file-name-coding-system 'iso-8859-15) (setq file-name-coding-system 'utf-8) as well as supplying nothing. All give the wrong display. I have not touched the variable default-file-name-coding-system and it's value is iso-latin-1-dos if that is relevant. Is there a solution or should I file a bug report somewhere? Thanks in advance.