From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: How to restore the layout? Date: Mon, 24 Jun 2013 19:38:35 +0200 Message-ID: <51C8841B.1060609@gmx.at> References: <51C5AA68.4000204@alice.it> <51C6B138.50903@gmx.at> <51C6CF57.9030203@alice.it> <51C87C3E.90904@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372095531 10559 80.91.229.3 (24 Jun 2013 17:38:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Jun 2013 17:38:51 +0000 (UTC) Cc: Angelo Graziosi , emacs To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 24 19:38:51 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 1UrAj5-0004VN-12 for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 19:38:51 +0200 Original-Received: from localhost ([::1]:46580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrAj4-0004Bs-MZ for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 13:38:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrAj0-0004Au-V1 for emacs-devel@gnu.org; Mon, 24 Jun 2013 13:38:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrAj0-0002LX-33 for emacs-devel@gnu.org; Mon, 24 Jun 2013 13:38:46 -0400 Original-Received: from mout.gmx.net ([212.227.17.22]:52705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrAiz-0002LS-Qc for emacs-devel@gnu.org; Mon, 24 Jun 2013 13:38:46 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.29]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MK7RL-1UsXlh2Eej-001Q3I for ; Mon, 24 Jun 2013 19:38:44 +0200 Original-Received: (qmail invoked by alias); 24 Jun 2013 17:38:44 -0000 Original-Received: from 62-47-51-28.adsl.highway.telekom.at (EHLO [62.47.51.28]) [62.47.51.28] by mail.gmx.net (mp029) with SMTP; 24 Jun 2013 19:38:44 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19ofLUnUwVoQCTsQDviaqiCaaZPnbckDcMoKfdKT7 FRJpc1pgQJuM2i In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.22 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:160958 Archived-At: > BTW, the last paragraph of window-persistent-parameters' docstring > seems to have been caught mid-change: > > 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'. What I intended to say is that if a parameter was not saved then - `set-window-configuration' leaves its value unaltered (which may have changed since the last call to `current-window-configuration'), while - `window-state-put' doesn't set it for the new window. Do you mean it's badly worded? Or do you mean that the description doesn't fit the code? martin