Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Apr 2002 08:23:45 -0400
From:      "Jonathan Arnold" <jdarnold@buddydog.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: help : emacs <- META & backspace/del keys
Message-ID:  <200204080823450631.049E57FF@mail.attbi.com>
In-Reply-To: <200204072058.g37KwVj05457@zerg.codec.ro>
References:  <200204072058.g37KwVj05457@zerg.codec.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
>   Does anyone know how to set META key as ALT key in emacs (my META key

I've been playing with this and hope to have a complete answer soon.
You don't mention where you want this to happen, but I assume it is
on a console, as X usually has this working correctly.

But if you do a man kbdcontrol, you can load a keymap with it:

kbdcontrol -l us.emacs.kbd

for instance. But this one is pretty broken, in that arrow keys stop=
 working.

kbdcontrol -l us.pc-ctrl-kbd

is a little better but still some problems. You can copy it into your=
 directory
and edit it yourself, although the syntax is a little odd. Once you get one=
 you
like, you can add it to your /etc/rc.conf:

keymap =3D us.emacs.kbd

man rc.conf for more info.

I hope to post a complete investigation on my FreeBSD weblog.

-- 
Jonathan Arnold     (mailto:jdarnold@buddydog.org)
Daemon Dancing in the Dark, a FreeBSD weblog:
     http://jdarnold.tzo.com/FreeBSD



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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