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: acute accents Date: Sat, 29 Mar 2008 11:34:21 +0100 Message-ID: <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 1206786891 15393 80.91.229.12 (29 Mar 2008 10:34:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 10:34:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 11:35:21 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 1JfYPB-0006EI-DT for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 11:35:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfYOZ-0002mv-Jr for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 06:34:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfYOR-0002km-AA for emacs-devel@gnu.org; Sat, 29 Mar 2008 06:34:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfYOO-0002iK-N3 for emacs-devel@gnu.org; Sat, 29 Mar 2008 06:34:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfYOO-0002i3-7z for emacs-devel@gnu.org; Sat, 29 Mar 2008 06:34:32 -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 1JfYON-00070U-Oy for emacs-devel@gnu.org; Sat, 29 Mar 2008 06:34:32 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.leals.com (Postfix) with ESMTP id 6F86DE3000A for ; Sat, 29 Mar 2008 11:34:28 +0100 (CET) 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 u74CXwLdgIjW for ; Sat, 29 Mar 2008 11:34:26 +0100 (CET) Original-Received: from amd.leals.com (AMD.leals.com [192.168.0.2]) by mail.leals.com (Postfix) with ESMTP id 08101E30009 for ; Sat, 29 Mar 2008 11:34:25 +0100 (CET) User-Agent: KMail/1.9.7 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:93774 Archived-At: I am unable to get acute accent working on yesterday CVS trunk, using the=20 usual Spanish keyboard. For example: =E1 =E9 =ED =F3 =FA "n tilde" neither work: =F1 I have followed the steps exposed at [1] to compile and install it on Debia= n=20 stable 'etch'. [1] http://forcix.cx/work_environment/emacscvs.html ./configure --prefix=3D"~/software/emacs/YYYY-MM-DD" \ --with-xpm --with-jpeg --with-tiff --with-png --with-x make bootstrap make install Maybe I must do some emacs configuration to get it working?