bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24651: 25.1; frame-inherited-parameters only partially works


From: martin rudalics
Subject: bug#24651: 25.1; frame-inherited-parameters only partially works
Date: Thu, 3 Dec 2020 16:45:06 +0100

>>> When a val is nil, it
>>> won't override a default parameter whose value is non-nil.  But I never
>>> figured out what inherited parameters are useful for in the first place
>>> so maybe this is of no importance.
>
> They were introduced so as to associate specific frames with specific 
emacsclients.

And there a non-nil parameter in 'default-frame-alist' is supposed to
override a nil parameter in 'frame-inherited-parameters'.  Such that
with emacs -Q setting

(setq default-frame-alist '((alpha . 50)))
(setq frame-inherited-parameters '(alpha))

in *scratch*, C-x 5 2 will produce a semi-transparent frame.

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]