help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs cannot read accent properly in a path


From: Peter Dyballa
Subject: Re: emacs cannot read accent properly in a path
Date: Sat, 23 Dec 2006 15:09:46 +0100


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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]