openbsd-ports/editors/emacs21/pkg/MESSAGE
mark 12cdfceea1 Emacs 21.1.1 adds tty font-locking that does not play nice with termcap.
This bug is being looked into.  It only affects tty font-lock settings
within a .emacs file.  If you do not use color syntaxing in Emacs under
an xterm, this will not affect you.  For those that do, setting TERM
to xterm (rather then one of the color xterm variants) is a temporary
fix.
2002-02-24 21:09:21 +00:00

14 lines
315 B
Plaintext

+---------------
| There are known problems with color terms and tty
| font-locking under OpenBSD. This is being looked
| into.
|
| For now, if you run emacs21 in an xterm,
|
| setenv TERM xterm (csh)
| or
| export TERM=xterm (ksh)
|
| prior to using a 21.x font-lock capable .emacs file.
+---------------