emacs-devel
[Top][All Lists]
Advanced

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

Re: reducing defface redundancy


From: Eli Zaretskii
Subject: Re: reducing defface redundancy
Date: Sat, 20 Apr 2002 10:14:18 +0300

> From: Miles Bader <address@hidden>
> Date: 20 Apr 2002 12:12:57 +0900
> 
> (defface subtle-yet-underlined-mode-line
>   '(:inherit mode-line
>     :underline t
>     (((background light) :background "grey90")
>      ((background dark)  :background "grey10"))))
> 
> So what'ya think?  It shouldn't be hard to implement, given the
> existance of `display-capable-p', it's backward-compatible, and whizzy
> as all hell (well, I think so anyway)...

I'm not sure this will make defface's we have less redundant and
repetitive, but I think the feature as such can be useful.



reply via email to

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