GNU bug report logs - #41071
make-frame with internal-border face not working

Previous Next

Package: emacs;

Reported by: 王凯 <wangkai.kaiwk <at> bytedance.com>

Date: Mon, 4 May 2020 09:19:02 UTC

Severity: normal

Merged with 37832

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 41071 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: 王凯 <wangkai.kaiwk <at> bytedance.com>
Cc: 41071 <at> debbugs.gnu.org
Subject: Re: bug#41071: make-frame with internal-border face not working
Date: Mon, 04 May 2020 17:38:51 +0300
> From: 王凯 <wangkai.kaiwk <at> 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.




This bug report was last modified 4 years and 291 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.