Raymond Toy wrote:
There is one problem: mh-e expects DEL to scroll back the message
buffer. This doesn't work anymore since my backspace key doesn't say
DEL anymore.
I suspect every single package that binds DEL to something is broken
since the backspace key doesn't return DEL anymore. This is easy to
fix for an experienced user, but we should fix all of the packages to
bind the appropriate key depending on the setting of
delete-key-deletes-forward. (Hmm, What happens if the user changes
the value during a session? What should happen?)
IIRC, much of the hard work involved in implementing
delete-key-deletes-forward amounted to Gary Foster going through all
of the packages and fixing the various bindings for 'delete,
'backspace, ?\177, (control ?h) etc so that they worked right with the
new mechanism.
It may be that mh-e was overlooked in this process. I would suspect
that it's just a matter of moving a 'delete or ?\177 binding to
'backspace instead.
--
Glynn Clements <glynn(a)sensei.co.uk>