From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Neuss Newsgroups: gmane.emacs.help Subject: Re: Rebinding keys Date: Mon, 25 Mar 2013 22:59:29 +0100 Message-ID: <878v5bi1j2.fsf@scipolis.de> References: <87boa7k23g.fsf@scipolis.de> <20130325144034.GB18924@earth> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1364274702 24536 80.91.229.3 (26 Mar 2013 05:11:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Mar 2013 05:11:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 26 06:12:07 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UKMB4-0004uW-K3 for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Mar 2013 06:12:06 +0100 Original-Received: from localhost ([::1]:46050 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKMAg-0005TN-Id for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Mar 2013 01:11:42 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: news.dfncis.de wcBWEKXBlIL/WSEm2P6f0gI4v0wOBKDP5acjDP6HivOIBi Cancel-Lock: sha1:zFngcWOVvci1gPZcv68J6jikAuI= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.help:197483 X-Mailman-Approved-At: Tue, 26 Mar 2013 01:09:58 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89757 Archived-At: Mark Skilbeck writes: > Oops. That [?a] should be [?\]] > > On Mon, Mar 25, 2013 at 02:40:34PM +0000, Mark Skilbeck wrote: >> Óla! >> >> The following ought to work (it worked for me in C-s): >> >> (define-key key-translation-map [?ä] [?a]) >> >> -- mgsk Thank you, Mark, this works. [And thanks also for all the other suggestions I got in this thread. As always, gnu.emacs.help has been a great resource.] Nicolas