(if (and (getenv "COLORTERM")
(string-match "\\`rxvt" (getenv "COLORTERM")))
(load "term/rxvt")
THE REST OF TERM/XTERM.EL
)
This approach may be good, but that is an ugly way to do it. Most of
the code either is, or could be put, into functions. Only the CALLS
to these functions should be conditional.
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
