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

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

bug#41071: make-frame with internal-border face not working


From: Eli Zaretskii
Subject: bug#41071: make-frame with internal-border face not working
Date: Mon, 04 May 2020 17:38:51 +0300

> From: 王凯 <wangkai.kaiwk@bytedance.com>
> Date: Mon, 4 May 2020 15:30:09 +0800
> 
> (defface test
>   '((t (:inherit default :background "green")))
>   "Face used by the ivy-posframe."
>   :group 'ivy-posframe)
> 
> (set-face-background
> 'internal-border
> (face-attribute 'test :background)
> (make-frame `((internal-border-width . 100)
>                (parent-frame . ,(window-frame)))))
> 
> (set-face-background
> 'internal-border
> (face-attribute 'test :background)
> (make-frame `((internal-border-width . 100))))
> 
> Eval code above in emacs, internal-border-width works but the
> :background not.

It does here, so I guess this could be macOS specific.





reply via email to

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