[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10348: 24.0.92; Save and load window states
From: |
Stefan Monnier |
Subject: |
bug#10348: 24.0.92; Save and load window states |
Date: |
Sun, 25 Dec 2011 19:22:49 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
> So we'd either have to copy the parameter list when creating a window
> configuration, not use `setcdr' in `set-window-parameter', or make a new
> slot for parameters that must not be modified destructively. Neither
> solution seems attractive to me.
Copying the alist seems perfectly fine to me. This said, while we're
copying, we may as well filter at the same time: Emacs-23 did not
preserve parameters, so rather than preserving them all, we could make
Emacs-24 preserve only those params mentioned in a new var
`window-configuration-saved-parameters'. For all I know, this new var
might even be shared with `window-state-saved-parameters'.
Stefan
- bug#10348: 24.0.92; Save and load window states, (continued)
- bug#10348: 24.0.92; Save and load window states, Stefan Monnier, 2011/12/23
- bug#10348: 24.0.92; Save and load window states, martin rudalics, 2011/12/24
- bug#10348: 24.0.92; Save and load window states, Stefan Monnier, 2011/12/25
- bug#10348: 24.0.92; Save and load window states, martin rudalics, 2011/12/25
- bug#10348: 24.0.92; Save and load window states, Juri Linkov, 2011/12/25
- bug#10348: 24.0.92; Save and load window states, martin rudalics, 2011/12/26
- bug#10348: 24.0.92; Save and load window states,
Stefan Monnier <=
- bug#10348: 24.0.92; Save and load window states, martin rudalics, 2011/12/26
- bug#10348: 24.0.92; Save and load window states, martin rudalics, 2011/12/26
- bug#10348: 24.0.92; Save and load window states, martin rudalics, 2011/12/28
- bug#10348: 24.0.92; Save and load window states, Stefan Monnier, 2011/12/28
- bug#10348: 24.0.92; Save and load window states, martin rudalics, 2011/12/28
- bug#10348: 24.0.92; Save and load window states, Stefan Monnier, 2011/12/29
- bug#10348: 24.0.92; Save and load window states, martin rudalics, 2011/12/29
bug#10348: 24.0.92; Save and load window states, Juri Linkov, 2011/12/24