From owner-freebsd-current Sun Oct 12 13:39:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA14591 for current-outgoing; Sun, 12 Oct 1997 13:39:29 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from usr05.primenet.com (tlambert@usr05.primenet.com [206.165.6.205]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA14549; Sun, 12 Oct 1997 13:39:05 -0700 (PDT) (envelope-from tlambert@usr05.primenet.com) Received: (from tlambert@localhost) by usr05.primenet.com (8.8.5/8.8.5) id NAA19590; Sun, 12 Oct 1997 13:35:54 -0700 (MST) From: Terry Lambert Message-Id: <199710122035.NAA19590@usr05.primenet.com> Subject: Re: possible sc0 problem To: sos@sos.freebsd.dk (Søren Schmidt) Date: Sun, 12 Oct 1997 20:35:54 +0000 (GMT) Cc: phk@critter.freebsd.dk, rickl@ic.net, current@FreeBSD.ORG, sos@FreeBSD.ORG In-Reply-To: <199710121640.SAA16172@sos.freebsd.dk> from "Søren Schmidt" at Oct 12, 97 06:40:37 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > BLAME JORDAN !!! :) :) > > He's the one that wanted the left ALT key to behave like META, ie it > prepends an ESC to the key pressed (for EMACS fanatics).... Meta is supposed to set bit 8 on the characters hit with it set. Otherwise we would lose the historical significance of "buckey-bits", a great loss to mankind. Yes, this conflicts with International character sets. Emacs predates Internationalization. Fix Emacs, if it upsets you. Or use only English or 7 bit National Replaement Character Sets in it, as the original designers intended. 8-) 8-). Really, Emacs should be smart enough to determine the Alt key state on its own, if it wants that binding for the key. Probably it should use "scan code mode" on the console, and many Wyse terminals that support it (like the Wyse 60) so it can assign meaning to key-down/key-up events as much or as little as it wants. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.