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-cvs-unicode Date: Mon, 24 Sep 2007 10:57:20 +0200 Message-ID: <11782415-B1D4-44BA-A97F-18FCC06650EA@Web.DE> References: <873ax4o3p1.fsf@thievol.homelinux.org> NNTP-Posting-Host: lo.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 1190624289 25666 80.91.229.12 (24 Sep 2007 08:58:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2007 08:58:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Thierry Volpiatto Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 24 10:58:04 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 1IZjlG-0001UZ-Nf for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Sep 2007 10:57:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZjlD-0005da-Vc for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Sep 2007 04:57:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZjkt-0005dV-KO for help-gnu-emacs@gnu.org; Mon, 24 Sep 2007 04:57:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZjkr-0005cg-1b for help-gnu-emacs@gnu.org; Mon, 24 Sep 2007 04:57:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZjkq-0005cO-Mb for help-gnu-emacs@gnu.org; Mon, 24 Sep 2007 04:57:24 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZjkq-00058P-Ax for help-gnu-emacs@gnu.org; Mon, 24 Sep 2007 04:57:24 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id 93883A0D81ED; Mon, 24 Sep 2007 10:57:22 +0200 (CEST) Original-Received: from [195.4.204.128] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #197) id 1IZjko-0002JN-00; Mon, 24 Sep 2007 10:57:22 +0200 In-Reply-To: <873ax4o3p1.fsf@thievol.homelinux.org> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX18oveVmaxczORbA/htc8nSeSV1FnP4n69xK9Qlc I5qz42OT5JfqfXfycjzLSLGgGMIE65vUgFixExuvXHHe7g4QrA iecg2GhfnjCozBnPn+YA== X-Detected-Kernel: Linux 2.4-2.6 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:47794 Archived-At: Am 24.09.2007 um 10:41 schrieb Thierry Volpiatto: > I have installed emacs-cvs-23.0.0-r7 from gentoo. > every things is working correctly except the french accentued > characters. My configuration is the same that on emacs-cvs-23.0.50 > where everythings works perfectly. > When i hit one of these keys (e with accents say...) i have first in > mini-buffer the right char followed by a "-" > If i hit a second time the same key, i have (in the current buffer > now) > a chinese or japonese sign instead of my "e accent"!!! > Do i have something else to modify to make emacs-unicode working > with french accents ? Did you try to launch Unicode Emacs 23.0.0 with the option -Q? This makes it run not using any of your pre-Unicode settings. To find out what "code" any Emacs sees when a key is pressed, use C-h k . You'll also "see" when input is finished, then the *Help* buffer will open or change its previous contents. To make Unicode Emacs 23.0.0 a very useful tool don't use set- language-environment! Rather take care to set environment variable LC_CTYPE to something like fr_FR.UTF-8 and make sure that the value of file-name-coding-system and default-file-name-coding-system is the one your system actually uses. There is no unify-8859-on-decoding- mode or unify-8859-on-encoding-mode necessary. For me, on Mac OS X, LC_CTYPE and (prefer-coding-system 'utf-8) do the most. -- Greetings Pete The day Microsoft makes something that doesn't suck is the day they start selling vacuum cleaners. Ernest Jan Plugge