From owner-freebsd-current Sun Oct 12 10:35:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA04623 for current-outgoing; Sun, 12 Oct 1997 10:35:32 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA04595; Sun, 12 Oct 1997 10:34:56 -0700 (PDT) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.7/8.8.7) with ESMTP id LAA07541; Sun, 12 Oct 1997 11:34:52 -0600 (MDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id LAA27736; Sun, 12 Oct 1997 11:34:49 -0600 (MDT) Date: Sun, 12 Oct 1997 11:34:49 -0600 (MDT) Message-Id: <199710121734.LAA27736@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Poul-Henning Kamp Cc: Rick Lotoczky , jkh@freebsd.org, sos@freebsd.org, current@freebsd.org Subject: Re: possible sc0 problem In-Reply-To: <14757.876670527@critter.freebsd.dk> References: <14757.876670527@critter.freebsd.dk> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >Did I miss something or did the virtual terminal capability go away using > >sc0? It was working fine with the -current kernel from a few days ago. > >It seems to have broken this morning (10/12/97) with the latest cvsup changes. > > I saw the same thing. Use the right ALT key as a workaround... It's probably this: jkh 1997/10/10 03:33:07 PDT Modified files: sys/i386/isa kbdtables.h Log: Change default keymap (I left all the international ones alone) so that LALT is META by default. This will make the emacs users happy. Approved by: sos Revision Changes Path 1.35 +2 -2 src/sys/i386/isa/kbdtables.h Nate