unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37832: internal-border face ignored in Emacs 26.3 for macOS
@ 2019-10-20 13:25 Andrea Cardaci
  2019-10-20 14:46 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Cardaci @ 2019-10-20 13:25 UTC (permalink / raw)
  To: 37832

The `internal-border` face is ignored and the `default` face
background is used instead. I'm experiencing this with Emacs 26.3
installed with `brew cask install emacs`.

Reproduce with the following `.emacs`:

(custom-set-variables
 '(default-frame-alist '((internal-border-width . 100))))

(custom-set-faces
 '(default ((t (:background "black" :foreground "white"))))
 '(internal-border ((t (:background "red")))))

Works fine on Linux version 26.1.


Andrea





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-21 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 13:25 bug#37832: internal-border face ignored in Emacs 26.3 for macOS Andrea Cardaci
2019-10-20 14:46 ` Eli Zaretskii
2019-10-21 11:02   ` Alan Third

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).