comparison lisp/emulation/edt.el @ 12421:1e09e8fd3384

(edt-setup-default-bindings): Bind f1 and help like C-h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 29 Jun 1995 02:19:45 +0000
parents 8ae1d01fe37b
children 1d26583f8c2b
comparison
equal deleted inserted replaced
12420:0c728a1b2bed 12421:1e09e8fd3384
1767 ) 1767 )
1768 1768
1769 ;; GOLD bindings for a few Control keys. 1769 ;; GOLD bindings for a few Control keys.
1770 (edt-bind-gold-key "\C-g" 'keyboard-quit t); Just in case. 1770 (edt-bind-gold-key "\C-g" 'keyboard-quit t); Just in case.
1771 (edt-bind-gold-key "\C-h" 'help-for-help t) 1771 (edt-bind-gold-key "\C-h" 'help-for-help t)
1772 (edt-bind-gold-key [f1] 'help-for-help t)
1773 (edt-bind-gold-key [help] 'help-for-help t)
1772 (edt-bind-gold-key "\C-\\" 'split-window-vertically t) 1774 (edt-bind-gold-key "\C-\\" 'split-window-vertically t)
1773 1775
1774 ;; GOLD bindings for regular keys. 1776 ;; GOLD bindings for regular keys.
1775 (edt-bind-gold-key "a" 'edt-key-not-assigned t) 1777 (edt-bind-gold-key "a" 'edt-key-not-assigned t)
1776 (edt-bind-gold-key "A" 'edt-key-not-assigned t) 1778 (edt-bind-gold-key "A" 'edt-key-not-assigned t)