From unknown Wed Jun 18 23:10:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#12158 <12158@debbugs.gnu.org> To: bug#12158 <12158@debbugs.gnu.org> Subject: Status: 24.1; unclear, incomplete doc of window parameter `quit-restore' Reply-To: bug#12158 <12158@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:10:25 +0000 retitle 12158 24.1; unclear, incomplete doc of window parameter `quit-resto= re' reassign 12158 emacs submitter 12158 "Drew Adams" severity 12158 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 08 12:19:56 2012 Received: (at submit) by debbugs.gnu.org; 8 Aug 2012 16:19:56 +0000 Received: from localhost ([127.0.0.1]:42618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sz8zD-0002Z4-RQ for submit@debbugs.gnu.org; Wed, 08 Aug 2012 12:19:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35928) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sz8zB-0002Yv-1t for submit@debbugs.gnu.org; Wed, 08 Aug 2012 12:19:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sz8rI-00047D-1n for submit@debbugs.gnu.org; Wed, 08 Aug 2012 12:11:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:46578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz8rH-000479-US for submit@debbugs.gnu.org; Wed, 08 Aug 2012 12:11:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz8rG-0006Al-Rh for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2012 12:11:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sz8rA-00041g-WD for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2012 12:11:42 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:30191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz8rA-00040u-PU for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2012 12:11:36 -0400 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q78GBX21008178 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 8 Aug 2012 16:11:34 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q78GBXBm021998 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 8 Aug 2012 16:11:33 GMT Received: from abhmt112.oracle.com (abhmt112.oracle.com [141.146.116.64]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q78GBXj1031354 for ; Wed, 8 Aug 2012 11:11:33 -0500 Received: from dradamslap1 (/130.35.178.248) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 08 Aug 2012 09:11:32 -0700 From: "Drew Adams" To: Subject: 24.1; unclear, incomplete doc of window parameter `quit-restore' Date: Wed, 8 Aug 2012 09:11:31 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac11gHmItvtV23eISQufY1wLlessKw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) In (elisp) `Window Parameters', the description of `quit-restore' is not very helpful. It says what the parameter is used for, and how it is established, and even which function uses it. But it says _nothing_ about what the parameter value is or how to understand its various components. >From the description of `window-parameters' and experimenting using that function we can discover that `quit-restore' has a value that is a list. But that is all. What the parts of that list are and what they mean or are used for is a complete mystery. Here is an example `quit-restore' value: (frame frame # #) And? What is the expected form of the parameter value? Does it always have 4 elements? What are they - what do they mean? How are they used? OK, so there are two cross references here, that should presumably enlighten us. Following the first and searching for `quit-restore', we find NOTHING - it is not even mentioned in that node. Following the second and searching for `quit-restore', we find only this: "The function `quit-window' bases its decisions on information stored in WINDOW's `quit-restore' window parameter (*note Window Parameters::), and resets that parameter to `nil' after it's done." That does not help us at all to understand the `quit-restore' value. Searching the rest of the manual shows that there is nothing anywhere that helps us interpret `quit-restore' values. NOTE: It is possible that this comment applies also to other window parameters listed in this node. Please describe each parameter: its format (possible values), including the use/meaning of any components of possible values. In GNU Emacs 24.1.1 (i386-mingw-nt5.1.2600) of 2012-06-10 on MARVIN Windowing system distributor `Microsoft Corp.', version 5.1.2600 Configured using: `configure --with-gcc (4.6) --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/include' From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 09 04:52:40 2012 Received: (at 12158) by debbugs.gnu.org; 9 Aug 2012 08:52:40 +0000 Received: from localhost ([127.0.0.1]:43707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzOTw-0002kq-HE for submit@debbugs.gnu.org; Thu, 09 Aug 2012 04:52:40 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:55464) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1SzOTt-0002ki-Re for 12158@debbugs.gnu.org; Thu, 09 Aug 2012 04:52:39 -0400 Received: (qmail invoked by alias); 09 Aug 2012 08:44:27 -0000 Received: from 62-47-46-150.adsl.highway.telekom.at (EHLO [62.47.46.150]) [62.47.46.150] by mail.gmx.net (mp039) with SMTP; 09 Aug 2012 10:44:27 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/FONo4ht/FqFfYcHOihqUmZuEASlo4X+YqFZ7Iol jipUpS6ZTB7bUE Message-ID: <50237869.5000004@gmx.at> Date: Thu, 09 Aug 2012 10:44:25 +0200 From: martin rudalics MIME-Version: 1.0 To: Drew Adams Subject: Re: bug#12158: 24.1; unclear, incomplete doc of window parameter `quit-restore' References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 12158 Cc: 12158@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) > In (elisp) `Window Parameters', the description of `quit-restore' is not > very helpful. It says what the parameter is used for, and how it is > established, and even which function uses it. But it says _nothing_ > about what the parameter value is or how to understand its various > components. > >>From the description of `window-parameters' and experimenting using that > function we can discover that `quit-restore' has a value that is a list. > But that is all. What the parts of that list are and what they mean or > are used for is a complete mystery. Here is an example `quit-restore' > value: > > (frame frame # #) > > And? What is the expected form of the parameter value? Does it always > have 4 elements? What are they - what do they mean? How are they used? The value of the `quit-restore' parameter is set by the buffer display routines and inspected when quitting the window. Applications are not supposed to inspect or alter the value of this parameter. The window-pub branch contains a detailed description of an earlier version of this parameter. You can find it here: http://bzr.savannah.gnu.org/lh/emacs/old-branches/window-pub/annotate/head:/doc/lispref/windows.texi In the course of subsequent changes to the buffer display code, this description was omitted from the current version of the manual. > OK, so there are two cross references here, that should presumably > enlighten us. Following the first and searching for `quit-restore', we > find NOTHING - it is not even mentioned in that node. > > Following the second and searching for `quit-restore', we find only > this: > > "The function `quit-window' bases its decisions on information stored > in WINDOW's `quit-restore' window parameter (*note Window Parameters::), > and resets that parameter to `nil' after it's done." > > That does not help us at all to understand the `quit-restore' value. > Searching the rest of the manual shows that there is nothing anywhere > that helps us interpret `quit-restore' values. > > NOTE: It is possible that this comment applies also to other window > parameters listed in this node. Please describe each parameter: its > format (possible values), including the use/meaning of any components of > possible values. These parameters are listed in this node in order to tell programmers that their names are in use and which parts of the Emacs code use it. If any information is missing, please provide a report. martin From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 09 10:29:28 2012 Received: (at 12158) by debbugs.gnu.org; 9 Aug 2012 14:29:28 +0000 Received: from localhost ([127.0.0.1]:44875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzTjs-0003nw-Jf for submit@debbugs.gnu.org; Thu, 09 Aug 2012 10:29:28 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:30621) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzTjp-0003nl-AE for 12158@debbugs.gnu.org; Thu, 09 Aug 2012 10:29:26 -0400 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q79ELDnb023046 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 9 Aug 2012 14:21:14 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q79ELC5S006035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Aug 2012 14:21:13 GMT Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q79ELCxg010399; Thu, 9 Aug 2012 09:21:12 -0500 Received: from dradamslap1 (/10.159.217.233) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 09 Aug 2012 07:21:12 -0700 From: "Drew Adams" To: "'martin rudalics'" References: <50237869.5000004@gmx.at> Subject: RE: bug#12158: 24.1; unclear, incomplete doc of window parameter `quit-restore' Date: Thu, 9 Aug 2012 07:21:06 -0700 Message-ID: <7F77380D0CBD41C0AC4452F9BACC9709@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <50237869.5000004@gmx.at> Thread-Index: Ac12CzDbLyChUVBWTqC0lVN66/UmEgALlW2A X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 12158 Cc: 12158@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) > The value of the `quit-restore' parameter is set by the buffer display > routines and inspected when quitting the window. Applications are not > supposed to inspect or alter the value of this parameter. If this is supposed to be internal, then do not doc it. If not, please doc it so readers can understand. I only came to this doc because you pointed me to it explicitly, when trying to investigate a (user) bug. So it's not super clear (to me) just how internal this topic should be. > The window-pub branch contains a detailed description of an earlier > version of this parameter. You can find it here: > http://bzr.savannah.gnu.org/lh/emacs/old-branches/window-pub/a nnotate/head:/doc/lispref/windows.texi The existence of that description outside of Emacs does not help users much. > In the course of subsequent changes to the buffer display code, this > description was omitted from the current version of the manual. I guess you are saying that that omission was a mistake. Please include the missing info, then. > These parameters are listed in this node in order to tell programmers > that their names are in use and which parts of the Emacs code use it. > If any information is missing, please provide a report. It is not up to me to determine all that might be missing - I have no idea. The explanation should be be complete and understandable; that's all. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 09 14:09:56 2012 Received: (at 12158) by debbugs.gnu.org; 9 Aug 2012 18:09:56 +0000 Received: from localhost ([127.0.0.1]:45018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzXBD-00009Z-NB for submit@debbugs.gnu.org; Thu, 09 Aug 2012 14:09:56 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:33810) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1SzXBB-00009R-7N for 12158@debbugs.gnu.org; Thu, 09 Aug 2012 14:09:54 -0400 Received: (qmail invoked by alias); 09 Aug 2012 18:01:41 -0000 Received: from 62-47-46-101.adsl.highway.telekom.at (EHLO [62.47.46.101]) [62.47.46.101] by mail.gmx.net (mp037) with SMTP; 09 Aug 2012 20:01:41 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX189JrsKaE49zkrkb4o0SEEoFZRXtOHokd4RkdBO/S vMF7VHeXWMXu+f Message-ID: <5023FAFE.1030006@gmx.at> Date: Thu, 09 Aug 2012 20:01:34 +0200 From: martin rudalics MIME-Version: 1.0 To: Drew Adams Subject: Re: bug#12158: 24.1; unclear, incomplete doc of window parameter `quit-restore' References: <50237869.5000004@gmx.at> <7F77380D0CBD41C0AC4452F9BACC9709@us.oracle.com> In-Reply-To: <7F77380D0CBD41C0AC4452F9BACC9709@us.oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 12158 Cc: 12158@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) >> The value of the `quit-restore' parameter is set by the buffer display >> routines and inspected when quitting the window. Applications are not >> supposed to inspect or alter the value of this parameter. > > If this is supposed to be internal, then do not doc it. If not, please doc it > so readers can understand. The value of the parameter is supposed to be internal. > I only came to this doc because you pointed me to it explicitly, when trying to > investigate a (user) bug. So it's not super clear (to me) just how internal > this topic should be. I pointed you to it because you apparently were not aware of the existence of window parameters and looked for frame parameters instead. >> The window-pub branch contains a detailed description of an earlier >> version of this parameter. You can find it here: >> http://bzr.savannah.gnu.org/lh/emacs/old-branches/window-pub/a > nnotate/head:/doc/lispref/windows.texi > > The existence of that description outside of Emacs does not help users much. It can help anyone interested understand whether describing the parameter in the manual would help users at all. >> In the course of subsequent changes to the buffer display code, this >> description was omitted from the current version of the manual. > > I guess you are saying that that omission was a mistake. Your guess is wrong. > Please include the > missing info, then. AFAICT that information is of no practical value for users. OTOH informing users that a parameter with that name exists _is_ of practical value to avoid that they implement a parameter with the same name. And it is of practical value for users to know who creates that parameter and who uses it. Otherwise users might think that _they_ are supposed to change or check that parameter. If people think that the information I gave is not needed, I have no problems removing it from the manual. >> These parameters are listed in this node in order to tell programmers >> that their names are in use and which parts of the Emacs code use it. >> If any information is missing, please provide a report. > > It is not up to me to determine all that might be missing - I have no idea. The > explanation should be be complete and understandable; that's all. IMHO the present explantion is complete and understandable. Programmers who do need more information will find it in the doc-string of `display-buffer-record-window'. martin From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 05 09:37:22 2012 Received: (at control) by debbugs.gnu.org; 5 Nov 2012 14:37:22 +0000 Received: from localhost ([127.0.0.1]:50012 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVNnl-0002bE-MB for submit@debbugs.gnu.org; Mon, 05 Nov 2012 09:37:22 -0500 Received: from mail-da0-f44.google.com ([209.85.210.44]:47090) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVNnj-0002b3-KS for control@debbugs.gnu.org; Mon, 05 Nov 2012 09:37:20 -0500 Received: by mail-da0-f44.google.com with SMTP id h15so2712114dan.3 for ; Mon, 05 Nov 2012 06:34:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=27KwwRjm2PJS0KVir/mmP9OlfZdo5DjbsRh0gYI3h/8=; b=P71Pq8P6xUGmmPBFoAH4sfqbCFpgqIa/ld7om3KB2/xLkbuH1Ums2ZqULq8WPeVm/T xlZtGBChBlq98eYPzWwL7Sw7tzvSrmggiSDL4C3LQNfPvyYJgMG9QCCk5pp2HwvMFKgR hUaWtHtOoIS9qdaKhEuT6hw+mzJvbCVVX4vcpEwaHwkt0tANgLumdRLxct7QgFruDt38 H8l4BFS7cl92Q2I0Lrp+DrBF23JhEg51gj8UPn3GBsAUU0oB7IvSoYKGLwRKSUlfsBQo 7O/KxxDaIDi0xNdV4zvXTHBLaEj9TBSWR5Nd5WPTbf3qJ2+2KLESS+d6Tnxf/LuS0/+P 2zZA== Received: by 10.68.252.133 with SMTP id zs5mr30473004pbc.152.1352126053302; Mon, 05 Nov 2012 06:34:13 -0800 (PST) Received: from ulysses (cm198.gamma83.maxonline.com.sg. [202.156.83.198]) by mx.google.com with ESMTPS id x6sm10731538pav.29.2012.11.05.06.34.10 (version=SSLv3 cipher=OTHER); Mon, 05 Nov 2012 06:34:12 -0800 (PST) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 12158 Date: Mon, 05 Nov 2012 22:34:08 +0800 Message-ID: <87hap4rue7.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) close 12158 thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 09 04:50:23 2012 Received: (at 12158-done) by debbugs.gnu.org; 9 Nov 2012 09:50:23 +0000 Received: from localhost ([127.0.0.1]:57056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TWlEE-0001jv-SH for submit@debbugs.gnu.org; Fri, 09 Nov 2012 04:50:23 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:41465) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TWlEC-0001jn-O4 for 12158-done@debbugs.gnu.org; Fri, 09 Nov 2012 04:50:21 -0500 Received: (qmail invoked by alias); 09 Nov 2012 09:50:13 -0000 Received: from 62-47-52-3.adsl.highway.telekom.at (EHLO [62.47.52.3]) [62.47.52.3] by mail.gmx.net (mp039) with SMTP; 09 Nov 2012 10:50:13 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/9yCQneO/9xE7g5pz3NqNGJiqd16bshbzXwYrNiv 4HC8OvHFFuKjIu Message-ID: <509CD1D0.8030208@gmx.at> Date: Fri, 09 Nov 2012 10:50:08 +0100 From: martin rudalics MIME-Version: 1.0 To: Drew Adams Subject: Re: bug#12158: 24.1; unclear, incomplete doc of window parameter `quit-restore' References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 12158-done Cc: 12158-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.8 (/) > In (elisp) `Window Parameters', the description of `quit-restore' is not > very helpful. It says what the parameter is used for, and how it is > established, and even which function uses it. But it says _nothing_ > about what the parameter value is or how to understand its various > components. Should be documented with revision 110768 on Emacs 24 branch. Bug closed. martin From unknown Wed Jun 18 23:10:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 07 Dec 2012 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator