Hi,

is it "normal" for emacs in Fedora to have 'backward-delete-char-untabify
bound to the Del key?  Or is this "normal" for emacs in general?  This
really doesn't give the expected behaviour, and IIRC it used to work
as expected at some time.

MOTT I use Ctrl-d, but when you press Del and the visible effect is
Backspace, that's a bit annoying.  To make it even more funny, M-x
describe-key says for backspace:

,----
| DEL (translated from <backspace>) runs the command
| delete-backward-char, which is an interactive compiled Lisp function.
`----

Fortunately, (global-set-key (kbd "<delete>") 'delete-char) works around
it, but now 'backward-delete-char-untabify isn't bound to a key anymore,
and 'forward-delete-char-untabify seems to be missing at all.


-- 
Fedora 18?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to