GNU bug report logs -
#32975
Emacs 26.1; GTK Warnings
Previous Next
Reported by: Tjernlund <tjernlund <at> tjernlund.se>
Date: Sun, 7 Oct 2018 18:33:02 UTC
Severity: normal
Tags: fixed
Fixed in version 26.2
Done: Robert Pluim <rpluim <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #104 received at 32975 <at> debbugs.gnu.org (full text, mbox):
> From: Tjernlund <tjernlund <at> tjernlund.se>
> Cc: rudalics <at> gmx.at, rpluim <at> gmail.com, 32975 <at> debbugs.gnu.org
> Date: Fri, 12 Oct 2018 07:31:15 +0200
>
> > > > > ;; Color settings.
> > > > > (setq default-frame-alist '((background-color . "#333333") (foreground-color . "White") (cursor-color .
> > > > "White")))
> > > > > (setq initial-frame-alist default-frame-alist)
> > > > >
> > > > > I think one of the should inherit the other.
> > > >
> > > > Throw away the second form. It's redundant.
> > > >
> > >
> > > But I cannot, the color settings will not work, just tried it to confirm.
> >
> > How do you start Emacs?
>
> Usually from the terminal, no args other than file names.
Any non-default command-line options? Do you have something in your
~/.Xdefaults or in site-init file? Anything else in your ~/.emacs or
other init files besides those two lines?
> Unless I have the new colors in both variables, it wont display the right colors.
> Just try with my values. Either the first or the second Frame gets different colors.
I just tried that, and I cannot reproduce what you describe. The
first setting alone, for the default-frame-alist, is enough to set the
colors for the initial frame and all other frames I create. As I
would expect, and as Martin said. initial-frame-alist is only needed
if you want the initial frame to look different from all the rest.
So some other factor is at work here, most probably in your other
customizations.
This bug report was last modified 6 years and 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.