emacs-devel
[Top][All Lists]
Advanced

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

Is this a bug? (arbitrary user parameters in default-frame-alist not set


From: Juanma Barranquero
Subject: Is this a bug? (arbitrary user parameters in default-frame-alist not set in subsequent frames)
Date: Sun, 3 Jan 2010 00:35:11 +0100

I'll file a bug report, assuming it is unexpected.

 emacs -Q --eval "(add-to-list 'default-frame-alist '(my-parameter . t))"
 M-: (frame-parameter nil 'my-parameter)   =>   t
 C-x 5 2
 M-: (frame-parameter nil 'my-parameter)   =>   nil

This happens for user-defined frame parameters; for example, if you
set `background-color' it is correctly passed.

Aare initial-frame-alist and default-frame-alist intended for
"meaningful" stuff (X resources and other things that can affect frame
creation) only, or should user values be honored too?

    Juanma




reply via email to

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