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: Mon, 17 Oct 2005 12:48:26 +0200 Organization: 9Telecom Message-ID: References: <87d5m4c2r3.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1129547970 28204 80.91.229.2 (17 Oct 2005 11:19:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Oct 2005 11:19:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 17 13:19:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ERT07-00077d-Hp for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Oct 2005 13:17:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERT06-0000sW-Ix for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Oct 2005 07:17:54 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!usenet-fr.net!gaoland.net!grec.isp.9tel.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 31.13.101-84.rev.gaoland.net Original-X-Trace: aphrodite.grec.isp.9tel.net 1129546240 8304 84.101.13.31 (17 Oct 2005 10:50:40 GMT) Original-X-Complaints-To: abuse@9online.fr Original-NNTP-Posting-Date: Mon, 17 Oct 2005 10:50:40 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en In-Reply-To: <87d5m4c2r3.fsf@thalassa.informatimago.com> Original-Xref: shelby.stanford.edu gnu.emacs.help:134694 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:30276 Archived-At: > Now, if what you really want is to bind a function to a key, then use > local-set-key: (local-set-key (kbd "A-o") ...) or whatever key > combination you use to get 'ò'. Hi, As told in another thread(1), (local-set-key (kbd "é") ...) seems not to work if non-ASCII characters are entered by pressing one button, their button. It looks like these kind of keys cannot be reached by a local or global binding. I allowed myself to tell the problem in this thread cause it is a related subjetc and it seems you are a french user (and you may use a french keyboard) Do you know this problem and how to solve it ? -- Mounir AITTAHAR (1) /Non-ASCII characters Key binding (emacs 21.4)/