]> granicus.if.org Git - python/commit
(py-backspace-function): New variable.
authorBarry Warsaw <barry@python.org>
Tue, 4 Nov 1997 19:21:50 +0000 (19:21 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 4 Nov 1997 19:21:50 +0000 (19:21 +0000)
commit6d48c4a00b4a6846251dbb84acc24872ee52ce4b
treeb62edfed0801b335eb348abfd9a7a9733de0d833
parenta97a3f34d678d702d8a09c89309e80958b331e6c
(py-backspace-function): New variable.

(py-electric-backspace, py-electric-delete): Support the XEmacs 20 Way
for backspace and delete mappings.  In XEmacs 19, Emacs 19, and Emacs
20, both backspace and delete keysyms are bound to
py-electric-backspace.  In XEmacs 20, backspace and delete keysyms are
bound separately, allowing the user to specify forward or backward
deletion of the delete keysym through the variable
delete-key-deletes-forward.  All this is the Right Way To Do It and
this implementation was largely ripped from CC Mode.
Misc/python-mode.el