help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

normal-erase-is-backspace-mode: ESC+backspace


From: nunojsilva
Subject: normal-erase-is-backspace-mode: ESC+backspace
Date: Tue, 10 Oct 2017 08:16:31 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hello,

When using a terminal where normal-erase-is-backspace-mode is enabled,
and where the key labeled with the long left arrow ("backspace") is
deleting the char to the left, and the key labeled "Delete" is deleting
the char under the cursor -- that is, where both keys are working as I
want -- I am not able to use ESC "backspace". F1 b shows that M-DEL is
indeed bound correctly:

    M-DEL               backward-kill-word

But ESC backspace will result in the message:

    ESC <deletechar> is undefined

With F1 k ESC backspace further showing

    ESC <deletechar> (translated from M-DEL) is undefined

Looks like something probably needs to be configured in a different
way. Other M- combinations will work flawlessly with Escape (e.g. ESC b
for M-b, ESC f for M-f). (There is no Alt or Meta key available, so I
must use Escape.)

What would be a good way to address this, short of manually defining
keybindings such as ESC <deletechar>?

-- 
Nuno Silva


reply via email to

[Prev in Thread] Current Thread [Next in Thread]