From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.help Subject: Re: How to swap M-TAB and M-` Date: Sat, 26 Oct 2002 10:40:06 -0400 Organization: The Ohio State University Dept. of Computer and Info. Science Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035643634 12177 80.91.224.249 (26 Oct 2002 14:47:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Oct 2002 14:47:14 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 185SDY-0003AH-00 for ; Sat, 26 Oct 2002 16:47:12 +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 185SCo-0007Hv-00; Sat, 26 Oct 2002 10:46:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: eta.cis.ohio-state.edu Mail-Copies-To: nobody User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (sparc-sun-solaris2.8) Cancel-Lock: sha1:uYsm/GPfev6G3Oba+/AByueAiDk= Original-Xref: shelby.stanford.edu gnu.emacs.help:106418 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2968 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2968 Jiri Pejchal writes: > That's it. But when I try: > > (keyboard-translate ?\M-` ?\M-\t) > > I get following error: > > Error in init file: Args out of range: #^[t nil nil nil nil nil nil nil nil nil nil ni\ > l nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil .... Try placing (setq debug-on-error t) at the top of your .emacs and post the resulting backtrace. -- Benjamin