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

* bug#37832: internal-border face ignored in Emacs 26.3 for macOS
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2019-10-20 14:46 UTC (permalink / raw)
  To: Andrea Cardaci; +Cc: 37832

> From: Andrea Cardaci <cyrus.and@gmail.com>
> Date: Sun, 20 Oct 2019 15:25:54 +0200
> 
> 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.

Sounds like a macOS specific issue, because this works fine for me on
MS-Windows both with Emacs 26.3 and with the current master branch
(which will eventually become Emacs 27).





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

* bug#37832: internal-border face ignored in Emacs 26.3 for macOS
  2019-10-20 14:46 ` Eli Zaretskii
@ 2019-10-21 11:02   ` Alan Third
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Third @ 2019-10-21 11:02 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 37832, Andrea Cardaci

On Sun, Oct 20, 2019 at 05:46:41PM +0300, Eli Zaretskii wrote:
> > From: Andrea Cardaci <cyrus.and@gmail.com>
> > Date: Sun, 20 Oct 2019 15:25:54 +0200
> > 
> > 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.
> 
> Sounds like a macOS specific issue, because this works fine for me on
> MS-Windows both with Emacs 26.3 and with the current master branch
> (which will eventually become Emacs 27).

Yes, for whatever reason the NS port doesn’t clear the internal border
like the other front ends, so it just uses the default background
colour.
-- 
Alan Third





^ 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).