all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs-28.2 to emacs-29.1 made default-frame-alist/initial-frame-alist settings non functional
@ 2023-09-20 12:49 Joakim Tjernlund
  2023-09-21  0:40 ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Joakim Tjernlund @ 2023-09-20 12:49 UTC (permalink / raw)
  To: emacs-devel@gnu.org

I have in site-start.el:
(setq default-frame-alist '((background-color . "#333333") (foreground-color . "White") (cursor-color . "White")))
(setq initial-frame-alist default-frame-alist)

These settings stopped working in emacs-29.1.
As I use MATE I also have:

cat /etc/xrdb/Emacs.ad 
Emacs.default.attributeForeground:	WINDOW_FOREGROUND
Emacs.default.attributeBackground:	WINDOW_BACKGROUND
 
Emacs*Foreground:		WINDOW_FOREGROUND
Emacs*Background:		WINDOW_BACKGROUND
Emacs*menubar*foreground:	FOREGROUND
Emacs*menubar*background:	BACKGROUND
Emacs*popup*Foreground:		FOREGROUND
Emacs*popup*Background:		BACKGROUND
Emacs*Dialog*foreground:	FOREGROUND
Emacs*Dialog*background:	BACKGROUND
Emacs*XlwScrollBar.Foreground:	FOREGROUND
Emacs*XlwScrollBar.Background:	BACKGROUND
Emacs*topToolBarShadowColor:	BACKGROUND
Emacs*bottomToolBarShadowColor:	BACKGROUND
Emacs*backgroundToolBarColor:	BACKGROUND
Emacs.scroll-bar.attributeBackground: BACKGROUND
Emacs.scroll-bar.attributeForeground: FOREGROUND
Emacs.mode-line.attributeForeground: FOREGROUND
Emacs.tool-bar.attributeBackground: BACKGROUND
Emacs.tool-bar.attributeForeground: FOREGROUND

(MATE replaces the sym names FOREGROUND/BACKGROUND etc. with Theme colours)

Removing this file make emacs-29.1 work again w.r.t default-frame-alist/initial-frame-alist settings above.

  Jocke

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

* Re: emacs-28.2 to emacs-29.1 made default-frame-alist/initial-frame-alist settings non functional
  2023-09-20 12:49 emacs-28.2 to emacs-29.1 made default-frame-alist/initial-frame-alist settings non functional Joakim Tjernlund
@ 2023-09-21  0:40 ` Stefan Kangas
  2023-09-21  9:06   ` Joakim Tjernlund
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Kangas @ 2023-09-21  0:40 UTC (permalink / raw)
  To: Joakim Tjernlund, emacs-devel

Thanks, but could you please send this to bug-gnu-emacs@gnu.org?  That
would record it in our bug tracker, so that we don't lose track of it.

Please also include the output of `M-x report-emacs-bug', and what it is
that you see, and what you expected to see instead.



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

* Re: emacs-28.2 to emacs-29.1 made default-frame-alist/initial-frame-alist settings non functional
  2023-09-21  0:40 ` Stefan Kangas
@ 2023-09-21  9:06   ` Joakim Tjernlund
  0 siblings, 0 replies; 3+ messages in thread
From: Joakim Tjernlund @ 2023-09-21  9:06 UTC (permalink / raw)
  To: stefankangas@gmail.com, emacs-devel@gnu.org

On Wed, 2023-09-20 at 17:40 -0700, Stefan Kangas wrote:
> Thanks, but could you please send this to bug-gnu-emacs@gnu.org?  That
> would record it in our bug tracker, so that we don't lose track of it.
> 
> Please also include the output of `M-x report-emacs-bug', and what it is
> that you see, and what you expected to see instead.

Done, thanks.

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

end of thread, other threads:[~2023-09-21  9:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 12:49 emacs-28.2 to emacs-29.1 made default-frame-alist/initial-frame-alist settings non functional Joakim Tjernlund
2023-09-21  0:40 ` Stefan Kangas
2023-09-21  9:06   ` Joakim Tjernlund

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.