Discussion:
fix vt100 terminal initialization
Dan Nicolaescu
2006-05-08 19:38:37 UTC
Permalink
env TERM=vt100 emacs -nw
currently gives an error saying the the terminal-init-lk201 function
was not found.

Just change lisp/term/vt100.el:termina-init-vt100 to the following:

(defun terminal-init-vt100 ()
"Terminal initialization function for vt100."
(unless (fboundp 'terminal-init-lk201)
(load "term/lk201" nil t))
(terminal-init-lk201))

I guess nobody is using vt100 anymore otherwise this would have been
reported long time ago...
Han Boetes
2006-05-08 20:39:19 UTC
Permalink
Post by Dan Nicolaescu
env TERM=vt100 emacs -nw
currently gives an error saying the the terminal-init-lk201 function
was not found.
(defun terminal-init-vt100 ()
"Terminal initialization function for vt100."
(unless (fboundp 'terminal-init-lk201)
(load "term/lk201" nil t))
(terminal-init-lk201))
I guess nobody is using vt100 anymore otherwise this would have been
reported long time ago...
vt100 is the default TERM on OpenBSD, which I never use since it's
lack of color-support, but for lot's of newbies who run emacs in
the console for the first time figuring out how to set the TERM is
a pain, and since I always get questions on
irc.freenode.net#openbsd like `my emacs doesn't do colors, what
should I do?' without any further explanation I would really
appreciate working vt100 support. :-)


# Han
--
Lbh unir whfg ivbyngrq gur Qvtvgny Zvyyraavhz Pbclevtug Npg ol oernxvat gur
cebgrpgvba bs pbclevtugrq zngrevny. Vs lbh ner abg n pvgvmra be erfvqrag bs
gur HFN, lbh evfx orvat vzcevfbarq naq uryq jvgubhg onvy sbe hc gb gjb jrrxf
hcba ragel gb gur HFN (c) Copyright 2001 by Hartmann Schaffer (signature only)
Károly Lőrentey
2006-05-20 17:23:03 UTC
Permalink
????%i?????',???v?+???z{?

Loading...