emacs-devel
[Top][All Lists]
Advanced

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

Re: How to restore the layout?


From: Jambunathan K
Subject: Re: How to restore the layout?
Date: Tue, 25 Jun 2013 01:52:48 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Juanma Barranquero <address@hidden> writes:

> On Mon, Jun 24, 2013 at 8:33 PM, Stephen Berman <address@hidden> wrote:
>
>> 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'.
>
> To my Spaniard's ears it would seem better
>
>   Parameters not saved by `current-window-configuration' and
>   `window-state-get' are not restored by `set-window-configuration'
>   and `window-state-put', respectively.
>
> but I'm not sure how idiomatic that is.

I see two "nots".  Avoid two negatives.  

   The only parameter that is restored by ... are those that are saved
   with ...

Another variation would be

   Parameters that are restored by ... must be saved with a prior
   call to ...

You get the drift...



reply via email to

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