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

Re: [MiNT] Emacs keys (was: Conholio v0.8)



Hi,

On Friday 17 September 2010, Trecourt Nicolas wrote:
> PS: I have a strange bug in emacs, [backspace] sends something else,
> and [del] sends backspace. It does not happens in nano, irssi, mutt,
> ..., only emacs.

Have you configured Emacs keys[1]?  That was a common problem with it
at some point.

[1] Maybe something like this:
;; Translate `C-h' to DEL.
(keyboard-translate ?\C-h ?\C-?)
;;
;; Translate DEL to `C-h'.
(keyboard-translate ?\C-? ?\C-h)

(It's a long time since I used Emacs last...)


	- Eero