emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rxvt vs xterm keybindings


From: Richard M. Stallman
Subject: Re: rxvt vs xterm keybindings
Date: Fri, 22 Jul 2005 20:48:03 -0400

    (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]