From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Morgan Newsgroups: gmane.emacs.bugs Subject: Forms mode binds [TAB] Date: 08 Sep 2002 01:01:24 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <87heh1nkgr.fsf@cricket.magic.csuhayward.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031461688 18828 127.0.0.1 (8 Sep 2002 05:08:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 8 Sep 2002 05:08:08 +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 17nuIp-0004tY-00 for ; Sun, 08 Sep 2002 07:08:07 +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 17nuIq-0002mb-00; Sun, 08 Sep 2002 01:08:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17nuIU-0002k4-00 for bug-gnu-emacs@gnu.org; Sun, 08 Sep 2002 01:07:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17nuIS-0002jn-00 for bug-gnu-emacs@gnu.org; Sun, 08 Sep 2002 01:07:46 -0400 Original-Received: from pintail.mail.pas.earthlink.net ([207.217.120.122]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17nuIS-0002jg-00 for bug-gnu-emacs@gnu.org; Sun, 08 Sep 2002 01:07:44 -0400 Original-Received: from user-2ivebgm.dialup.mindspring.com ([165.247.46.22] helo=cricket.magic.csuhayward.edu) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17nuIR-0005qV-00 for bug-gnu-emacs@gnu.org; Sat, 07 Sep 2002 22:07:43 -0700 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 29 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3454 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3454 Forms mode tries to bind [TAB], generating this error message: To bind the key TAB, use "\t", not [TAB] This change fixes it. *** /src/emacs/lisp/forms.el.~2.43.~ Sat May 18 04:04:49 2002 --- /src/emacs/lisp/forms.el Sun Sep 8 00:03:18 2002 *************** *** 1405,1411 **** (defun forms--mode-commands1 (map) "Helper routine to define keys." ! (define-key map [TAB] 'forms-next-field) (define-key map [S-tab] 'forms-prev-field) (define-key map [next] 'forms-next-record) (define-key map [prior] 'forms-prev-record) --- 1405,1411 ---- (defun forms--mode-commands1 (map) "Helper routine to define keys." ! (define-key map "\t" 'forms-next-field) (define-key map [S-tab] 'forms-prev-field) (define-key map [next] 'forms-next-record) (define-key map [prior] 'forms-prev-record) Diff finished at Sun Sep 8 00:04:10 GNU Emacs 21.3.50.3 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-09-04 on cricket