12cdfceea1
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.
14 lines
315 B
Plaintext
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.
|
|
+---------------
|