From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "josh" Newsgroups: gmane.emacs.help Subject: Re: rebinding iso keys Date: 4 Apr 2006 11:24:16 -0700 Organization: http://groups.google.com Message-ID: <1144175056.124239.147770@t31g2000cwb.googlegroups.com> References: <1143981191.612977.207370@i39g2000cwa.googlegroups.com> <1144089540.352542.307040@e56g2000cwe.googlegroups.com> <1144151567.025751.103020@t31g2000cwb.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 1144176061 3672 80.91.229.2 (4 Apr 2006 18:41:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Apr 2006 18:41:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 04 20:41:01 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FQqSU-0006Mw-6g for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Apr 2006 20:40:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQqST-0006SJ-Oq for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Apr 2006 14:40:53 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!t31g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 89.52.183.183 Original-X-Trace: posting.google.com 1144175061 9290 127.0.0.1 (4 Apr 2006 18:24:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 4 Apr 2006 18:24:21 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: t31g2000cwb.googlegroups.com; posting-host=89.52.183.183; posting-account=iTuGQQ0AAAB4O07HawgRcSIrHA-OIKM8 Original-Xref: shelby.stanford.edu gnu.emacs.help:138543 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:34162 Archived-At: Hi Miles, cool, thanks! This clears up some of my confusion, since C-x =3D produces Char: =E4 (04344, 2276, 0x8e4, file ...) point=3D192 of 192 (99%) column 0 and now not only does the following (produced using repeat-complex-command as suggested above) work: (local-set-key (quote [2276]) (quote TeX-a-umlaut)) but also (local-set-key [?\x8e4] 'TeX-a-umlaut) e4 being the iso code for "=E4" (as I recall, at least). My last question is now, why the "8" ? -j