emacs-devel
[Top][All Lists]
Advanced

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

Re: support for rxvt-unicode in rxvt.el


From: Emanuele Giaquinta
Subject: Re: support for rxvt-unicode in rxvt.el
Date: Sun, 25 Sep 2005 02:23:26 +0200

On 9/25/05, Dan Nicolaescu <address@hidden> 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))




reply via email to

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