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 19:52:37 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <51C6B138.50903@gmx.at> <51C6CF57.9030203@alice.it> <51C87C3E.90904@gmx.at> <83ehbrju1d.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372096405 21172 80.91.229.3 (24 Jun 2013 17:53:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Jun 2013 17:53:25 +0000 (UTC) Cc: martin rudalics , Emacs developers , Angelo Graziosi To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 24 19:53:26 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 1UrAxA-0007JZ-My for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 19:53:24 +0200 Original-Received: from localhost ([::1]:34076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrAxA-000060-CD for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 13:53:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrAx6-0008VT-TY for emacs-devel@gnu.org; Mon, 24 Jun 2013 13:53:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrAx5-0002wL-Oz for emacs-devel@gnu.org; Mon, 24 Jun 2013 13:53:20 -0400 Original-Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:44685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrAx4-0002vM-4I; Mon, 24 Jun 2013 13:53:18 -0400 Original-Received: by mail-ee0-f41.google.com with SMTP id d17so6291515eek.28 for ; Mon, 24 Jun 2013 10:53:17 -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=JLL2mza6y7/8NtG4Uxx1kzGFS3+5rYuuguWkouiIuEg=; b=cOGOj2YqGhTulcozKuHihUvqGXvjJcoFIZuiEit1gQfIaupwDktWvJmshNFDVnRPOz /M6s75lN/BXXEnzke0NmlLLR2qkhVAGAI63hKn35sMqMJdV+F4WPpsNBr10WGi2JGUQB V8iSc1CzC2X/gao0YAYiTXC9s6cUrzlRVmDuRDkXHKn4soyzYf5l5AG4QeCUSH2zN5zT 5wjz74Ti8dJP/uPS7ozVMq1KYMvq7EOZW/f14n8rm55wFLYJSr+MaABb2j42VTWL65Ry frpoO01l/i1zWo3mo99DC5358TdmLJIvO/1SfVgDJRLbJxx2HNizrfsur3y10mKUGcPA RSBg== X-Received: by 10.15.76.71 with SMTP id m47mr25540613eey.70.1372096397222; Mon, 24 Jun 2013 10:53:17 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Mon, 24 Jun 2013 10:52:37 -0700 (PDT) In-Reply-To: <83ehbrju1d.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::229 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:160962 Archived-At: On Mon, Jun 24, 2013 at 7:30 PM, Eli Zaretskii wrote: -c >> Parameters not saved by `current-window-configuration' or >> `window-state-get' are left alone by `set-window-configuration' >> respectively are not installed by `window-state-put'. > > No, it's just a style you are not used to. Much as I try, I fail to see how to parse that sentence, but I'm willing to believe it is correct. Still, I'd recommend rewriting it in an easier-to-parse way. (After some effort, I suppose "respectively" distributes "parameters not saved by c-w-c" to "left alone by s-w-c" and "or w-s-g" to "not installed by w-s-p". If that is a common idiom in English, is not one I've ever found, so my recommendation still stands.) J