> From: "Richard M. Stallman" <[EMAIL PROTECTED]> > Date: Sat, 23 Jul 2005 10:02:16 -0400 > Cc: [email protected], [EMAIL PROTECTED] > > - in the shell, type "xterm& RET" > - in the xterm, start "emacs -nw" > - in the Emacs you just started, I expect that (getenv "COLORTERM") > matches > "\\`rxvt", > > That would be a bug in xterm, right? The tty created by xterm should > not inherit the value of TERM from the tty under which xterm was run.
The problem is not with TERM but with COLORTERM. If TERM is set to xterm and COLORTERM is set to something that has "rxvt" as its substring, we assume that we run under rxvt, not xterm. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
