[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to restore the layout?
From: |
Stephen J. Turnbull |
Subject: |
Re: How to restore the layout? |
Date: |
Tue, 25 Jun 2013 12:22:00 +0900 |
Stephen Berman writes:
> A more idiomatic, though to my ear still stilted, phasing would be:
>
> Parameters not saved by `current-window-configuration' or
> `window-state-get' are respectively left alone by
> `set-window-configuration' or not installed by `window-state-put'.
Idiomatically, in American English, "respectively" normally does not
create sets of correspondences across clauses, it creates analogies
within clauses which bind positionally across clauses:
`set-window-configuration' (respectively, `window-state-put')
affects only parameters saved by `current-window-configuration'
(respectively, `window-state-get').
Typically in technical writing the word "respectively" is often
abbreviated to "resp." or even elided:
`set-window-configuration' (`window-state-put') affects only
parameters saved by `current-window-configuration'
(`window-state-get').
It's very much like an alist of the form (KEY . (VALUE1 VALUE2 ...)),
as the parenthetical phrases can contain sequences of items.
- Re: How to restore the layout?, (continued)
- Re: How to restore the layout?, Eli Zaretskii, 2013/06/28
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/28
- Re: How to restore the layout?, Eli Zaretskii, 2013/06/28
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/28
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/28
- Re: How to restore the layout?, Jan Djärv, 2013/06/28
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/28
- RE: How to restore the layout?, Drew Adams, 2013/06/28
- Re: How to restore the layout?,
Stephen J. Turnbull <=
- Re: How to restore the layout?, martin rudalics, 2013/06/24
Re: How to restore the layout?, Juanma Barranquero, 2013/06/23