On 9/25/05, Dan Nicolaescu <[EMAIL PROTECTED]> wrote: > I got word that is OK to install your patch, so I did that. > I did not install the part that adds key bindings as it does not seem > to be needed. If the key bindings prove to be necessary we can install > them later.
Very good; as Andreas pointed out, there is a redundant check on ncolors. Thanks. Index: rxvt.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/term/rxvt.el,v retrieving revision 1.14 diff -u -r1.14 rxvt.el --- rxvt.el 24 Sep 2005 23:20:45 -0000 1.14 +++ rxvt.el 25 Sep 2005 00:15:15 -0000 @@ -240,7 +240,7 @@ (list color color color)) (setq ncolors (1- ncolors)))) - ((and (> ncolors 0) (= ncolors 72)) ; rxvt-unicode + ((= ncolors 72) ; rxvt-unicode ;; 64 non-gray colors (let ((levels '(0 139 205 255)) (r 0) (g 0) (b 0)) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel