From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: How to restore the layout? Date: Mon, 24 Jun 2013 22:10:11 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <51C6B138.50903@gmx.at> <51C6CF57.9030203@alice.it> <51C87C3E.90904@gmx.at> <83ehbrju1d.fsf@gnu.org> <87r4frcq9v.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372104664 14982 80.91.229.3 (24 Jun 2013 20:11:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Jun 2013 20:11:04 +0000 (UTC) Cc: martin rudalics , Eli Zaretskii , Angelo Graziosi , Emacs developers To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 24 22:11:03 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UrD6N-0002MI-55 for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 22:11:03 +0200 Original-Received: from localhost ([::1]:35414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrD6M-0007Iq-Mk for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 16:11:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrD6I-0007IJ-F5 for emacs-devel@gnu.org; Mon, 24 Jun 2013 16:10:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrD6G-0003iy-58 for emacs-devel@gnu.org; Mon, 24 Jun 2013 16:10:58 -0400 Original-Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:57090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrD6C-0003hJ-Pp; Mon, 24 Jun 2013 16:10:52 -0400 Original-Received: by mail-ee0-f51.google.com with SMTP id e52so6326198eek.10 for ; Mon, 24 Jun 2013 13:10:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ZUiKGml5rjUg9R1eqO6QXQ/Ng4kiVdYid6STsV/7Crk=; b=htQ8omU5TnhwoZBjr15Edz5D0G9Jl7/s77gS+lRuarSOhB3z8Sr3M0XIc73cAYsR6n vcbY2xOaw+3M8v2A5ggF+dM/ybPy631Eg+mvEbS5DUm9zjvTempU3sYLqceL5bm7YJD8 8UlRc6xBtkvpC6qiZ02GF2y+4GAOiaMeTazcxJfBfc+WH00W704y7fe7JWuSlqjPP+JV wfx9HxqonJ9NI4CzoAS3PGBb9ChG8UbOYZqfpMOWFnnKWox65hIIaUs3ZVuczlxYRT4f UxmHtr93j3nWZia2TwlSdqILkf/NbLuS0PBuBpsk6Jf8+2Jf7Veyi/EWv3Bq2hTFMKDL g6yg== X-Received: by 10.14.218.8 with SMTP id j8mr26354005eep.129.1372104651859; Mon, 24 Jun 2013 13:10:51 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Mon, 24 Jun 2013 13:10:11 -0700 (PDT) In-Reply-To: <87r4frcq9v.fsf@rosalinde.fritz.box> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::233 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160982 Archived-At: On Mon, Jun 24, 2013 at 8:33 PM, Stephen Berman 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.