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: Non-ASCII characters Key binding (emacs 21.4) Date: 18 Oct 2005 09:06:10 -0700 Organization: http://groups.google.com Message-ID: <1129651570.108244.78910@g49g2000cwa.googlegroups.com> References: <87mzl8j14y.fsf-monnier+gnu.emacs.help@gnu.org> <1129651136.682593.202470@f14g2000cwb.googlegroups.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 1129651961 15461 80.91.229.2 (18 Oct 2005 16:12:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Oct 2005 16:12:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 18 18:12:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ERu2n-0006Uo-9M for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Oct 2005 18:10:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERu2k-00016Y-0y for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Oct 2005 12:10:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.isc.org!news.glorb.com!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 84.101.13.31 Original-X-Trace: posting.google.com 1129651575 16347 127.0.0.1 (18 Oct 2005 16:06:15 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 18 Oct 2005 16:06:15 +0000 (UTC) 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:134744 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:30326 Archived-At: Hey, I've found a way : (read-key-sequence "") returns 3945 (???) if y type "=E9" so : (local-set-key (vector 3945) (lambda()(interactive) (insert "é"))) Works !! But I cannot explain why... :/