[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Replacement for `aput' from obsolete assoc.el?
From: |
Drew Adams |
Subject: |
RE: Replacement for `aput' from obsolete assoc.el? |
Date: |
Sat, 9 Jun 2012 09:10:16 -0700 |
> In an API, dunno exactly how emacs does this..., but setting
> several frame properties at once is a typical usage from XEmacs.
...
> (set-frame-properties FRAME PLIST)
> Change some properties of a frame.
> PLIST is a property list.
See GNU Emacs function `modify-frame-parameters'.
You pass it an alist, not a plist.
And an alist of frame parameters is what you get from function
`frame-parameters'.
And an alist of frame parameters is the value of user options such as
`default-frame-alist'.
And yes, since Emacs uses alists for frame parameters you can take advantage (or
disadvantage) of shadowing frame-parameter values.
- Re: Replacement for `aput' from obsolete assoc.el?, (continued)
- Re: Replacement for `aput' from obsolete assoc.el?, Stephen J. Turnbull, 2012/06/08
- Re: Replacement for `aput' from obsolete assoc.el?, Stefan Monnier, 2012/06/08
- Re: Replacement for `aput' from obsolete assoc.el?, Stephen J. Turnbull, 2012/06/09
- Re: Replacement for `aput' from obsolete assoc.el?, Andreas Schwab, 2012/06/09
- Re: Replacement for `aput' from obsolete assoc.el?, Thien-Thi Nguyen, 2012/06/09
- Re: Replacement for `aput' from obsolete assoc.el?, Stephen J. Turnbull, 2012/06/10
- RE: Replacement for `aput' from obsolete assoc.el?, Drew Adams, 2012/06/09
- RE: Replacement for `aput' from obsolete assoc.el?, Drew Adams, 2012/06/09
- Re: Replacement for `aput' from obsolete assoc.el?, Vitalie Spinu, 2012/06/09
- Re: Replacement for `aput' from obsolete assoc.el?, Stephen J. Turnbull, 2012/06/10
- RE: Replacement for `aput' from obsolete assoc.el?,
Drew Adams <=
- Re: Replacement for `aput' from obsolete assoc.el?, Stefan Monnier, 2012/06/09
- Re: Replacement for `aput' from obsolete assoc.el?, Stephen J. Turnbull, 2012/06/10