diff options
| author | David Aspinall | 1999-11-10 11:19:18 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-10 11:19:18 +0000 |
| commit | fbd6503030f49315fe2ae1036bf99ef73ca659b7 (patch) | |
| tree | 4becaf658a4c9dd8e5e42ba8bb633727c375b656 | |
| parent | a2ad26dab4504e38f22e22e7cd329b258a5c6dff (diff) | |
Removed unsociable key-bindings.
| -rw-r--r-- | isa/x-symbol-isa.el | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/isa/x-symbol-isa.el b/isa/x-symbol-isa.el index 7c0d5ef5..d0cfbf81 100644 --- a/isa/x-symbol-isa.el +++ b/isa/x-symbol-isa.el @@ -207,17 +207,21 @@ ;;; useful key bindings ;;;=========================================================================== -(global-set-key [(meta l)] 'x-symbol-INSERT-lambda) -(global-set-key [(meta n)] 'x-symbol-INSERT-notsign) -(global-set-key [(meta a)] 'x-symbol-INSERT-logicaland) -(global-set-key [(meta o)] 'x-symbol-INSERT-logicalor) -(global-set-key [(meta f)] 'x-symbol-INSERT-universal1) -(global-set-key [(meta t)] 'x-symbol-INSERT-existential1) +;; FIXME: these break some standard bindings, and should only be set +;; for proof shell, script (or minibuffer) modes. -(global-set-key [(meta A)] 'x-symbol-INSERT-biglogicaland) -(global-set-key [(meta e)] 'x-symbol-INSERT-equivalence) -(global-set-key [(meta u)] 'x-symbol-INSERT-notequal) -(global-set-key [(meta m)] 'x-symbol-INSERT-arrowdblright) +;(global-set-key [(meta l)] 'x-symbol-INSERT-lambda) -(global-set-key [(meta i)] 'x-symbol-INSERT-longarrowright) +;(global-set-key [(meta n)] 'x-symbol-INSERT-notsign) +;(global-set-key [(meta a)] 'x-symbol-INSERT-logicaland) +;(global-set-key [(meta o)] 'x-symbol-INSERT-logicalor) +;(global-set-key [(meta f)] 'x-symbol-INSERT-universal1) +;(global-set-key [(meta t)] 'x-symbol-INSERT-existential1) + +;(global-set-key [(meta A)] 'x-symbol-INSERT-biglogicaland) +;(global-set-key [(meta e)] 'x-symbol-INSERT-equivalence) +;(global-set-key [(meta u)] 'x-symbol-INSERT-notequal) +;(global-set-key [(meta m)] 'x-symbol-INSERT-arrowdblright) + +;(global-set-key [(meta i)] 'x-symbol-INSERT-longarrowright) |
