Subject: Re: NetBSD-current(ish): No Alt-key in emacs on console
To: None <mycroft@duality.gnu.ai.mit.edu>
From: Mike Long <mike.long@analog.com>
List: netbsd-bugs
Date: 11/19/1993 09:19:15
Emacs is easy to fix.  I installed 19.19 with your (Charles Hannum's)
patches, and all I needed to do to get the Alt key to work with pccons
was to put the following in /usr/local/lib/emacs/site-lisp/default.el:

(set-input-mode nil nil t)

The above should work for any Emacs 19.  It won't work for Emacs 18,
but I would expect that few NetBSD users are using v18.

I do not have X installed, but my kernel does have X support compiled
in (XSERVER, UCONSOLE).
-- 
Mike Long                                         Mike.Long@Analog.com
VLSI Design Engineer                              voice: (617)461-4030
Analog Devices, SPD Div.                            FAX: (617)461-3010
Norwood, MA 02062                            *this = !opinion(Analog);

------------------------------------------------------------------------------