Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2003 10:05:42 +0200
From:      dick hoogendijk <dick@nagual.st>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Console Keyboard Difficulty
Message-ID:  <20031011080542.GA13673@lothlorien.nagual.st>
In-Reply-To: <Law9-F1123gc8HvDHoS0000573e@hotmail.com>
References:  <Law9-F1123gc8HvDHoS0000573e@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10 Oct yo _ wrote:

> The problem is that ctrl-h is supposed to activate the help system in
> emacs.

The default for emacs is the help system (ctrl-h). Normally you have to
put something like this in your ~/.emacs file to overrule it:

(global-unset-key "\e\e")
(global-unset-key "\C-x\C-u")
(define-key global-map "\C-h" 'backward-char)

I get what I want thsi way: ctrl-h = backward-char

Maybe somewhere in your global config this keybinding is already set
this way?

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilya



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031011080542.GA13673>