From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: emacs cannot read accent properly in a path Date: Sat, 23 Dec 2006 15:09:46 +0100 Message-ID: <3577A1C7-EC8D-4190-9032-82E290916D10@Web.DE> References: <8032977.post@talk.nabble.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166883012 2980 80.91.229.10 (23 Dec 2006 14:10:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Dec 2006 14:10:12 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 23 15:10:10 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gy7Ze-0008SV-OH for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Dec 2006 15:10:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gy7Ze-0005Ec-5W for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Dec 2006 09:10:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gy7ZQ-0005BQ-JQ for help-gnu-emacs@gnu.org; Sat, 23 Dec 2006 09:09:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gy7ZO-00057c-V5 for Help-gnu-emacs@gnu.org; Sat, 23 Dec 2006 09:09:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gy7ZO-00057I-Ni for Help-gnu-emacs@gnu.org; Sat, 23 Dec 2006 09:09:50 -0500 Original-Received: from [217.72.192.234] (helo=fmmailgate03.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gy7ZN-0004pJ-VV for Help-gnu-emacs@gnu.org; Sat, 23 Dec 2006 09:09:50 -0500 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id F0C0E4A18038; Sat, 23 Dec 2006 15:09:48 +0100 (CET) Original-Received: from [84.245.188.246] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.107 #114) id 1Gy7ZM-0002Et-00; Sat, 23 Dec 2006 15:09:48 +0100 In-Reply-To: <8032977.post@talk.nabble.com> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: PG X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de 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:39864 Archived-At: Am 23.12.2006 um 11:41 schrieb PG: > Thanks in advance for any hint You could set environment variables LC_CTYPE or LANG to fr_FR.UTF-8 or such. You can set in .emacs: (prefer-coding-system 'utf-8) (set-default-coding-systems 'utf-8) (setq file-name-coding-system 'utf-8) -- Greetings Pete Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.