all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.