| ||||||
| 5/16 |
| 1999/9/1 [Computer/SW/Editors/Emacs] UID:16439 Activity:high |
8/31 In my emacs 19.34.1, M-x describe-bindings says that S-delete
(Shift-BackSpace on my kbd actually) is bound to kill-region.
However, when I add this
(global-unset-key "S-^?")
to my ~/.emacs, it complains that "Key sequence S - DEL uses invalid
prefix characters". How do I unset the S-delete key? Thx. --- yuen
\_ Wrong editor.
\_ Ask in comp.editors |