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

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

Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)


From: Peter Dyballa
Subject: Re: New C-h/Delete issue on emacs22.2.1-nox (Xquartz 2.3.0)
Date: Wed, 6 Aug 2008 00:39:40 +0200


Am 05.08.2008 um 06:32 schrieb matthew.a.hess:

- Pressing C-h deletes backwards instead of help.  Running the
describe-key command says that it's DEL (backward-delete-char-
untabify).

Invoke 'stty -a' to see your recent settings. 'stty ^h' should clear any binding of C-h.


I want to get my old key-bindings back:
Delete -> backwards-delete
M-Delete -> backwards-kill-word


        (global-set-key (kbd "DEL")   'backward-delete)               ?
        (global-set-key (kbd "M-DEL") 'backward-kill-word)    ?


--
Greetings

  Pete

These are my principles and if you don't like them... well, I have others.
                                - Groucho Marx







reply via email to

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