emacs-devel
[Top][All Lists]
Advanced

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

Re: supporting more faces on 256 colors xterms


From: Juri Linkov
Subject: Re: supporting more faces on 256 colors xterms
Date: Sat, 05 Jun 2004 02:12:02 +0300
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:
> Sorry, I don't know what `custom-display' and how it is supposed to
> work, so I cannot do it. If somebody can help with that it would be
> great. 

`custom-display' is an editable list of face specifications.  Even
though I don't know too much about it either, it seems the patch below
correctly adds the support for `min-colors' to `custom-display'.  So,
unless someone familiar with cus-edit.el will raise the objections,
I will install it.

--- emacs/lisp/cus-edit.el.~1.193.~     2004-05-29 21:49:28 +0300
+++ emacs/lisp/cus-edit.el      2004-06-04 21:30:25 +0300
@@ -2729,6 +2729,10 @@
 Match frames with no color support.")
                                           mono)))
                  (group :sibling-args (:help-echo "\
+The minimum number of colors the frame should support.")
+                        (const :format "" min-colors)
+                        (integer :tag "Minimum number of colors" ))
+                 (group :sibling-args (:help-echo "\
 Only match frames with the specified intensity.")
                         (const :format "\
 Background brightness: "

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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