From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mounir AITTAHAR" Newsgroups: gmane.emacs.help Subject: Re: Translating keys Date: 18 Oct 2005 07:52:34 -0700 Organization: http://groups.google.com Message-ID: <1129647154.448886.308280@g49g2000cwa.googlegroups.com> References: <87d5m4c2r3.fsf@thalassa.informatimago.com> <87mzl89stz.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1129647456 31211 80.91.229.2 (18 Oct 2005 14:57:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Oct 2005 14:57:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 18 16:57:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ERsse-0000Di-1K for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Oct 2005 16:55:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERssd-00048t-1b for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Oct 2005 10:55:55 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 84.101.13.31 Original-X-Trace: posting.google.com 1129647159 9932 127.0.0.1 (18 Oct 2005 14:52:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 18 Oct 2005 14:52:39 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=84.101.13.31; posting-account=5sCX1wwAAADL-GczDyFDQJZ_-7LYJBrL Original-Xref: shelby.stanford.edu gnu.emacs.help:134742 Original-To: help-gnu-emacs@gnu.org 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:30324 Archived-At: Okay, emacs -nw (with "(set-keyboard-system latin-1)" + Xterm Meta sends escape) and emacs/X11 have the same behaviour when type "=E9" in a Azerty keyboard. So this line : (local-set-key (kbd "=E9") (lambda()(interactive)(insert "e acute"))) Or this one : (local-set-key (kbd "=E9") (lambda()(interactive)(insert "e acute"))) don't insert e acute. :(