Stefan Monnier <[EMAIL PROTECTED]> writes: > >> > How about we put something like that at the beginning of term/xterm.el > >> > and do > >> > > >> > (if (and (getenv "COLORTERM") > >> > (string-match "\\`rxvt" (getenv "COLORTERM"))) > >> > (load "term/rxvt") > > Let's say you have the following scenario: > > - start a shell in an rxvt > - 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", so your code will wrongly think it's running in an rxvt whereas > it's actually running in an xterm.
True, but IMHO this is a _very_ unlikely scenario. > I'd rather output a warning telling the user that she should not > use TERM=xterm when running in an rxvt. If you prefer this way... but please consider my previous message before making a final decision. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
