unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Forms mode binds [TAB]
@ 2002-09-08  5:01 Thomas Morgan
  0 siblings, 0 replies; only message in thread
From: Thomas Morgan @ 2002-09-08  5:01 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-08  5:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-08  5:01 Forms mode binds [TAB] Thomas Morgan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).