From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davi Leal Newsgroups: gmane.emacs.devel Subject: Re: acute accents Date: Sun, 30 Mar 2008 01:59:59 +0100 Message-ID: <200803300159.59788.davi@leals.com> References: <200803291134.21921.davi@leals.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: ger.gmane.org 1206838840 32640 80.91.229.12 (30 Mar 2008 01:00:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2008 01:00:40 +0000 (UTC) Cc: Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 30 03:01:11 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 1Jflup-00012Q-Kz for ged-emacs-devel@m.gmane.org; Sun, 30 Mar 2008 03:00:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfluD-0001jH-GR for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 21:00:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jflu7-0001j3-JR for emacs-devel@gnu.org; Sat, 29 Mar 2008 21:00:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jflu2-0001ht-BX for emacs-devel@gnu.org; Sat, 29 Mar 2008 21:00:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jflu2-0001hq-6V for emacs-devel@gnu.org; Sat, 29 Mar 2008 21:00:06 -0400 Original-Received: from 57.red-88-2-100.staticip.rima-tde.net ([88.2.100.57] helo=mail.leals.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jflu1-0001c7-R8 for emacs-devel@gnu.org; Sat, 29 Mar 2008 21:00:06 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.leals.com (Postfix) with ESMTP id 41984E3000A; Sun, 30 Mar 2008 03:00:04 +0200 (CEST) Original-Received: from mail.leals.com ([127.0.0.1]) by localhost (AMD.leals.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kzLWCflAAFEW; Sun, 30 Mar 2008 03:00:04 +0200 (CEST) Original-Received: from amd.leals.com (AMD.leals.com [192.168.0.2]) by mail.leals.com (Postfix) with ESMTP id 71341E30009; Sun, 30 Mar 2008 03:00:03 +0200 (CEST) User-Agent: KMail/1.9.7 In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:93848 Archived-At: Stefan Monnier wrote: > > I am unable to get acute accent working on yesterday CVS trunk, using t= he > > usual Spanish keyboard. For example: =E1 =E9 =ED =F3 =FA > > Tell us how to reproduce the problem, starting from "emacs -Q". > Describe *every* step. Assume we're complete idiots. Starting as "emacs -Q" works! I can type such character rightly. It seems it was a problem of my '.emacs' configuration file. All work rightly if I remove the below lines from my '.emacs': (setq locale-coding-system 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) (set-selection-coding-system 'utf-8) (prefer-coding-system 'utf-8) Maybe it was due to my Debian 'etch' system is already using by default UTF= =2D8.