From owner-freebsd-hackers Wed Oct 9 08:26:48 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01860 for hackers-outgoing; Wed, 9 Oct 1996 08:26:48 -0700 (PDT) Received: from scruz.net (nic.scruz.net [165.227.1.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA01854 for ; Wed, 9 Oct 1996 08:26:45 -0700 (PDT) Received: from osprey.grizzly.com by scruz.net (8.7.3/1.34) id IAA01243; Wed, 9 Oct 1996 08:26:40 -0700 (PDT) Received: (from markd@localhost) by osprey.grizzly.com (8.7.5/8.7.3) id IAA01019; Wed, 9 Oct 1996 08:27:11 -0700 (PDT) Date: Wed, 9 Oct 1996 08:27:11 -0700 (PDT) Message-Id: <199610091527.IAA01019@osprey.grizzly.com> From: Mark Diekhans To: cracauer@wavehh.hanse.de CC: freebsd-hackers@freebsd.org In-reply-to: <9610091039.AA13572@wavehh.hanse.de> (cracauer@wavehh.hanse.de) Subject: Re: Alt/Meta-Key problems/ pty problem? Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >The problem occures on all non-native-X11 emacs instances, with >rlogin, telnet, on the system console etc. ... >If so, would you provide some hints where to get information on how >things should work? How do one use the Meta key in an application? How >is the key status transported trough the tty? How is responsible for >managing the status of the new modifier key: the pty, the keyboard >driver, the application, Elvis or who or what? Or is it just magic :-)? Meta-keys for curses emacs are 8-bit characters. By default, syscons doesn't generate them for the alt key. The kbdcontrol control command can be used to modify the characters generated by the keyboard. I will send you my keyboard file... Mark