From owner-freebsd-current Sun Oct 12 13:57:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA15620 for current-outgoing; Sun, 12 Oct 1997 13:57:00 -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 NAA15416; Sun, 12 Oct 1997 13:52:37 -0700 (PDT) (envelope-from tlambert@usr05.primenet.com) Received: (from tlambert@localhost) by usr05.primenet.com (8.8.5/8.8.5) id NAA20684; Sun, 12 Oct 1997 13:51:46 -0700 (MST) From: Terry Lambert Message-Id: <199710122051.NAA20684@usr05.primenet.com> Subject: Re: possible sc0 problem To: sos@sos.freebsd.dk (Søren Schmidt) Date: Sun, 12 Oct 1997 20:51:46 +0000 (GMT) Cc: wollman@khavrinen.lcs.mit.edu, jkh@time.cdrom.com, phk@critter.freebsd.dk, rickl@ic.net, current@FreeBSD.ORG, sos@FreeBSD.ORG In-Reply-To: <199710121930.VAA16825@sos.freebsd.dk> from "Søren Schmidt" at Oct 12, 97 09:30:24 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I'd be happy to send you my /etc/keymap file... And it actually does > > the right thing (sets the high bit rather than prepending escape). > > That is not the right thing!! When do you 7bit handicapped yankies > get it that almost evrybody else on this globe use 8bit chars ! When someone from a country without an NRCS weighs in, I suppose... 8-). Seriously, Emacs is showing its age here; the correct fix is to fix Emacs to use a key-down/key-up mechanism if it wants to know the state of shift keys like "left shift", "right shift", "ctrl", "left alt", and "right alt", respectively. Alternately, use an X version of it, which is already interfaced this way Or use an editor that isn't expecting to toggle the high bit of a 7 bit ASCII character set to promiscuously encode key state for a key that never made it to the big time anywhere but the MIT media lab and SAIL. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.