From owner-freebsd-questions Mon Apr 1 5:10:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 6224537B41B for <freebsd-questions@freebsd.org>; Mon, 1 Apr 2002 05:10:15 -0800 (PST) Received: from hades.hell.gr (patr530-a105.otenet.gr [212.205.215.105]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g31D9lQA015281; Mon, 1 Apr 2002 16:10:02 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g31D9fKG006833; Mon, 1 Apr 2002 16:09:41 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g31D9ajk006832; Mon, 1 Apr 2002 16:09:36 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 1 Apr 2002 16:09:35 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Jonathan Arnold <jdarnold@buddydog.org> Cc: freebsd-questions@freebsd.org Subject: Re: mail [sending itself mail, backspacing?] Message-ID: <20020401130934.GA6813@hades.hell.gr> References: <20020331221322.F63569-100000@earl-grey.cloud9.net> <200203312233270974.1BD2EE9B@mail.attbi.com> <20020401125111.GF4740@hades.hell.gr> <200204010757280214.1DD74B0A@mail.attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200204010757280214.1DD74B0A@mail.attbi.com> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-questions.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-questions> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-questions> X-Loop: FreeBSD.ORG On 2002-04-01 07:57, Jonathan Arnold wrote: > >If you do that, you can still invoke Emacs' help with `M-x help' or bind > >some other key to invoke the `help' function, like `ESC h' with proper key > >mappings in your .emacs file. > > While we're on the subject, how can I map the Alt key to be the Meta key > when running from the console? That takes a bit of syscons keymap hacking. You can copy one of the keymaps from /usr/share/sysconns/keymaps to your custom.map file, and edit the key entry for LeftAlt. The kbdmap(5) manpage says that using 'meta' instead of 'lalt' will do what you want :-) I haven't tested this, but if you try it out and it works, I'd be glad to know (a followup to the list would be nice). - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message