From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: translation to bug? Date: Mon, 02 Sep 2002 02:13:04 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1030928901 30013 127.0.0.1 (2 Sep 2002 01:08:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Sep 2002 01:08:21 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17lfhU-0007ny-00 for ; Mon, 02 Sep 2002 03:08:20 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17lgFT-0006cV-00 for ; Mon, 02 Sep 2002 03:43:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17lfiw-0006qa-00; Sun, 01 Sep 2002 21:09:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17lfhf-0006ld-00 for emacs-devel@gnu.org; Sun, 01 Sep 2002 21:08:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17lfhd-0006lQ-00 for emacs-devel@gnu.org; Sun, 01 Sep 2002 21:08:30 -0400 Original-Received: from imailg1.svr.pol.co.uk ([195.92.195.179]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17lfhZ-0006l8-00; Sun, 01 Sep 2002 21:08:25 -0400 Original-Received: from modem-990.binger.dialup.pol.co.uk ([62.25.239.222] helo=bundalo.shootybangbang.com) by imailg1.svr.pol.co.uk with esmtp (Exim 3.35 #1) id 17lfhY-000546-00; Mon, 02 Sep 2002 02:08:24 +0100 Original-Received: from jpw by bundalo.shootybangbang.com with local (Exim 3.32 #1 (Debian)) id 17lfm4-0007Lv-00; Mon, 02 Sep 2002 02:13:04 +0100 Original-To: rms@gnu.org In-Reply-To: (message from Richard Stallman on Sun, 01 Sep 2002 20:02:20 -0400) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7303 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7303 > Does this fix it? > > *** x-win.el.~1.155.~ Thu May 16 11:41:59 2002 > --- x-win.el Sun Sep 1 19:50:46 2002 > *************** > *** 1187,1192 **** > --- 1187,1193 ---- > (define-key function-key-map [M-return] [?\M-\C-m]) > (define-key function-key-map [M-escape] [?\M-\e]) > (define-key function-key-map [iso-lefttab] [backtab]) > + (define-key function-key-map [S-iso-lefttab] [backtab]) > > ;; These tell read-char how to convert > ;; these special chars to ASCII. It does. Thanks. -- John Paul Wallington