From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 04 10:02:22 2013 Received: (at submit) by debbugs.gnu.org; 4 Dec 2013 15:02:22 +0000 Received: from localhost ([127.0.0.1]:58115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VoDy1-0007Xb-J8 for submit@debbugs.gnu.org; Wed, 04 Dec 2013 10:02:22 -0500 Received: from eggs.gnu.org ([208.118.235.92]:32792) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VoDxz-0007XT-5G for submit@debbugs.gnu.org; Wed, 04 Dec 2013 10:02:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoDxo-00039r-Ro for submit@debbugs.gnu.org; Wed, 04 Dec 2013 10:02:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoDxo-00039b-P6 for submit@debbugs.gnu.org; Wed, 04 Dec 2013 10:02:08 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoDxf-0007E2-Dj for bug-gnu-emacs@gnu.org; Wed, 04 Dec 2013 10:02:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoDxW-00032P-Ri for bug-gnu-emacs@gnu.org; Wed, 04 Dec 2013 10:01:59 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:28523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoDxW-000321-Kq for bug-gnu-emacs@gnu.org; Wed, 04 Dec 2013 10:01:50 -0500 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id rB4F1m2H017496 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 4 Dec 2013 15:01:49 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rB4F1kB3023587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 4 Dec 2013 15:01:47 GMT Received: from abhmp0011.oracle.com (abhmp0011.oracle.com [141.146.116.17]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rB4F1k5V020484 for ; Wed, 4 Dec 2013 15:01:46 GMT MIME-Version: 1.0 Message-ID: <182110eb-2981-45c0-addb-61219af38e0a@default> Date: Wed, 4 Dec 2013 07:01:46 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.50; `set-frame-parameter` broken for `tool-bar-lines` X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) emacs -Q M-x set-variable RET pop-up-frames RET t M-x tool-bar-mode ; turn it off, to start from zero M-x pp-eval-expression RET (frame-parameters) In frame *Pp Eval Output* search for `tool-bar-lines' =3D> 0 (good). In original frame (do all of the commands here, except isearch): M-x tool-bar-mode ; turn it on M-x pp-eval-expression RET (frame-parameters) In frame *Pp Eval Output* search for `tool-bar-lines' =3D> 2 (wrong). In original frame (do all of the commands here, except isearch): M-x pp-eval-expression RET (set-frame-parameter nil 'tool-bar-lines 1) M-x pp-eval-expression RET (frame-parameters) In frame *Pp Eval Output* search for `tool-bar-lines' =3D> 2 (wrong). In original frame (do all of the commands here, except isearch): M-x pp-eval-expression RET (set-frame-parameter nil 'tool-bar-lines 3) M-x pp-eval-expression RET (frame-parameters) In frame *Pp Eval Output* search for `tool-bar-lines' =3D> 2 (wrong). etc. It seems that the `tool-bar-lines' is always either 0 or 2. In GNU Emacs 24.3.50.2 (i686-pc-mingw32) of 2013-11-28 on LEG570 Bzr revision: 115271 rgm@gnu.org-20131128203155-qjc1xsp19z2k64b2 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --enable-checking 'CFLAGS=3D-O0 -g3' CPPFLAGS=3D-DGLYPH_DEBUG= =3D1' From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 04 08:44:45 2014 Received: (at 16052) by debbugs.gnu.org; 4 Jan 2014 13:44:45 +0000 Received: from localhost ([127.0.0.1]:33277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VzRWv-0007bq-7V for submit@debbugs.gnu.org; Sat, 04 Jan 2014 08:44:45 -0500 Received: from mout.gmx.net ([212.227.17.21]:50985) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VzRWs-0007bg-L7 for 16052@debbugs.gnu.org; Sat, 04 Jan 2014 08:44:43 -0500 Received: from [62.47.40.146] ([62.47.40.146]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MU11l-1Vr1Sq31Un-00Qo8N for <16052@debbugs.gnu.org>; Sat, 04 Jan 2014 14:44:41 +0100 Message-ID: <52C81046.7050803@gmx.at> Date: Sat, 04 Jan 2014 14:44:38 +0100 From: martin rudalics MIME-Version: 1.0 To: Drew Adams Subject: Re: bug#16052: 24.3.50; `set-frame-parameter` broken for `tool-bar-lines` References: <182110eb-2981-45c0-addb-61219af38e0a@default> In-Reply-To: <182110eb-2981-45c0-addb-61219af38e0a@default> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:HnAWXaF4dyVsNrlcVsT0ttXugDm8KNV99kfUrV5arwVrJuTyRDe 6vAIxJYpUMwjEb1IKsOCJ0qRT5Gm28tD2AyKwkeknFJtPBDX3ByDwFyGOpmaUWPo6i0/Tgl GXSh/aXo7N3LbXd3NllwR28T2Rz3WSaEombu02OX3JnTtQXT3Q9k819RTgLIQbhBJ9Lb1W4 GaLV3BZv35eoMcz0K0jrA== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16052 Cc: 16052@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) > emacs -Q > > M-x set-variable RET pop-up-frames RET t > M-x tool-bar-mode ; turn it off, to start from zero > M-x pp-eval-expression RET (frame-parameters) > > In frame *Pp Eval Output* search for `tool-bar-lines' => 0 (good). > > In original frame (do all of the commands here, except isearch): > > M-x tool-bar-mode ; turn it on > M-x pp-eval-expression RET (frame-parameters) > > In frame *Pp Eval Output* search for `tool-bar-lines' => 2 (wrong). > > In original frame (do all of the commands here, except isearch): > > M-x pp-eval-expression RET (set-frame-parameter nil 'tool-bar-lines 1) > M-x pp-eval-expression RET (frame-parameters) > > In frame *Pp Eval Output* search for `tool-bar-lines' => 2 (wrong). > > In original frame (do all of the commands here, except isearch): > > M-x pp-eval-expression RET (set-frame-parameter nil 'tool-bar-lines 3) > M-x pp-eval-expression RET (frame-parameters) > > In frame *Pp Eval Output* search for `tool-bar-lines' => 2 (wrong). > > etc. It seems that the `tool-bar-lines' is always either 0 or 2. Before using terms like "wrong" in bug reports please consult the Elisp manual: On each frame, the frame parameter `tool-bar-lines' controls how many lines' worth of height to reserve for the tool bar. What you see is either 0 when `tool-bar-mode' is turned off or 2 which probably comes from the actual toolbar pixel height divided by the frame's default line height. Explicitly setting the `tool-bar-lines' parameter has no effect when `auto-resize-tool-bars' is non-nil (which it is with emacs -Q). martin From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 04 11:08:20 2014 Received: (at 16052) by debbugs.gnu.org; 4 Jan 2014 16:08:20 +0000 Received: from localhost ([127.0.0.1]:33990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VzTlr-0003HI-FF for submit@debbugs.gnu.org; Sat, 04 Jan 2014 11:08:19 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:45945) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VzTlp-0003H8-1c for 16052@debbugs.gnu.org; Sat, 04 Jan 2014 11:08:17 -0500 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id s04G8FXK026762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 4 Jan 2014 16:08:16 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet22.oracle.com (8.14.5+Sun/8.14.5) with ESMTP id s04G8EWX012042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Jan 2014 16:08:15 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s04G8E9Y012034; Sat, 4 Jan 2014 16:08:14 GMT MIME-Version: 1.0 Message-ID: <48a0fee9-164b-4f89-81bc-61a1adcda3e8@default> Date: Sat, 4 Jan 2014 08:08:10 -0800 (PST) From: Drew Adams To: martin rudalics Subject: RE: bug#16052: 24.3.50; `set-frame-parameter` broken for `tool-bar-lines` References: <182110eb-2981-45c0-addb-61219af38e0a@default> <52C81046.7050803@gmx.at> In-Reply-To: <52C81046.7050803@gmx.at> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 16052 Cc: 16052@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) > > M-x tool-bar-mode ; turn it on > > M-x pp-eval-expression RET (frame-parameters) > > > > In frame *Pp Eval Output* search for `tool-bar-lines' =3D> 2 > > (wrong). > > M-x pp-eval-expression RET > > (set-frame-parameter nil 'tool-bar-lines 1) > > M-x pp-eval-expression RET (frame-parameters) > > > > In frame *Pp Eval Output* search for `tool-bar-lines' =3D> 2 > > (wrong). > Before using terms like "wrong" in bug reports please consult the > Elisp manual: >=20 > On each frame, the frame parameter `tool-bar-lines' controls > how many lines' worth of height to reserve for the tool bar. That does not contradict my expectation. Is there some nuanced interpretation of "reserved" that I need to guess here, such that perhaps "reserving" that much height does not actually give the tool bar area that much height? And actually, node (elisp) `Layout Parameters' says that it is "the number of lines to USE for the tool bar." Not just reserved but used. Furthermore, it says explicitly that "The default is 1 if Tool Bar mode is enabled, and 0 otherwise." That pretty much describes the intended default behavior, and it coincides with my uninformed expectation. > What you see is either 0 when `tool-bar-mode' is turned off or 2 > which probably comes from the actual toolbar pixel height divided > by the frame's default line height. What it really comes from should be *specified* in the manual. IOW, what is the default number? Otherwise, it is pretty reasonable to assume (as I did) that the default is one. Whether reasonable or not, users should not need to guess the default behavior for the on state. And see above. The manual in fact DOES say what the default is, and it is not 2. Is the manual wrong here or is the implementation bugged in this regard? > Explicitly setting the `tool-bar-lines' parameter has no effect > when `auto-resize-tool-bars' is non-nil (which it is with emacs -Q). Thanks for that explanation of what the implementation does. However, that too is unlikely to be guessed by users. And the doc does not say that at all, AFAICT. It says only that the tool bar gets resized automatically. All of the info regarding `tool-bar-lines' should be either documented in the same place or clearly interconnected using cross references. Layout parameter `tool-bar-lines' is documented primarily in node `Layout Parameters' - that it the reference doc for it. At the very least there needs to be a cross reference from there to node `Tool Bar' (and vice versa). And preferably it would be explicitly mentioned at `Layout Parameters' what the effect is of `auto-resize-tool-bars' on `tool-bar-lines' (the latter is ignored if the former is non-nil, i.e., it is IGNORED by DEFAULT). So if the behavior is as it is intended to be, then the doc is inadequate. It does not describe the behavior. And what it does suggest (i.e., by default, setting `tool-bar-lines' would do just what the `tool-bar-lines' doc says: change the number of tool bar lines) is something quite different from the actual behavior. From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 04 11:39:36 2014 Received: (at 16052) by debbugs.gnu.org; 4 Jan 2014 16:39:36 +0000 Received: from localhost ([127.0.0.1]:34049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VzUG7-00049w-It for submit@debbugs.gnu.org; Sat, 04 Jan 2014 11:39:35 -0500 Received: from mout.gmx.net ([212.227.15.18]:49350) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VzUG5-00049o-7g for 16052@debbugs.gnu.org; Sat, 04 Jan 2014 11:39:34 -0500 Received: from [62.47.40.146] ([62.47.40.146]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LlDx4-1VS5FV1GQ2-00b2jY for <16052@debbugs.gnu.org>; Sat, 04 Jan 2014 17:39:32 +0100 Message-ID: <52C8393F.8050801@gmx.at> Date: Sat, 04 Jan 2014 17:39:27 +0100 From: martin rudalics MIME-Version: 1.0 To: Drew Adams Subject: Re: bug#16052: 24.3.50; `set-frame-parameter` broken for `tool-bar-lines` References: <182110eb-2981-45c0-addb-61219af38e0a@default> <52C81046.7050803@gmx.at> <48a0fee9-164b-4f89-81bc-61a1adcda3e8@default> In-Reply-To: <48a0fee9-164b-4f89-81bc-61a1adcda3e8@default> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:S7r1rhHg7w8QKhW5omr7kYfKJaSbmwbzF5hfI869k9WeZ9S/pVo /kArbyQG1envQ2msKYiokzAl4l9yuhzwrHDHnpwKiekNxPdYrb5ppYMt67E87EWN9DB0wR6 6OxYiqntrHvwQbf+NwUaUML+GaifL6trW5arLzPAa5lel2A7/1ptTxRf4xa8EZOvmOU0M0e R41OnHVOYxU36jcbT7I/Q== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16052 Cc: 16052@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) >> Before using terms like "wrong" in bug reports please consult the >> Elisp manual: >> >> On each frame, the frame parameter `tool-bar-lines' controls >> how many lines' worth of height to reserve for the tool bar. > > That does not contradict my expectation. Is there some nuanced > interpretation of "reserved" that I need to guess here, such that > perhaps "reserving" that much height does not actually give the > tool bar area that much height? No. It's the term "lines' worth of height" you should have interpreted correctly. >> What you see is either 0 when `tool-bar-mode' is turned off or 2 >> which probably comes from the actual toolbar pixel height divided >> by the frame's default line height. > > What it really comes from should be *specified* in the manual. Patches welcome. Likely from someone who (1) uses toolbars and (2) on most relevant platforms. > IOW, what is the default number? One as stated. > Otherwise, it is pretty reasonable > to assume (as I did) that the default is one. Whether reasonable or > not, users should not need to guess the default behavior for the > on state. > > And see above. The manual in fact DOES say what the default is, > and it is not 2. 2 is not the default. It's calculated from the font height you or your system uses. > Is the manual wrong here or is the implementation > bugged in this regard? Your bug report is bugged. > So if the behavior is as it is intended to be, then the doc is > inadequate. It does not describe the behavior. And what it does > suggest (i.e., by default, setting `tool-bar-lines' would do just > what the `tool-bar-lines' doc says: change the number of tool bar > lines) is something quite different from the actual behavior. If you want to submit a patch, please do. I only asked you to not use the term "wrong" without consulting the manual first. I read your report and the manual and found the manual right and your report wrong. martin From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 20 11:17:02 2021 Received: (at 16052) by debbugs.gnu.org; 20 Aug 2021 15:17:03 +0000 Received: from localhost ([127.0.0.1]:35337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH6GU-0002LZ-Dj for submit@debbugs.gnu.org; Fri, 20 Aug 2021 11:17:02 -0400 Received: from quimby.gnus.org ([95.216.78.240]:32918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH6GS-0002FY-Lk for 16052@debbugs.gnu.org; Fri, 20 Aug 2021 11:17:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=i5cHtHznzF1b78an4tWEUUOF32Do903VfhCIpxQCEsU=; b=uWe0ArmgRH82DkTNsvFQMtLyi9 O5tOtD1A7g3WWJOTFtBI0RbRFDDj7OWRZjMzgRLSH1aT7ixOU5RB9Yu2zuzQTlOrXYpn6Q5O05WI9 XhMGbiQSnFMaJ4EuB8jfoVp7WCbpJa/eyEpCrCTRHfoV8IOpmEB5g6AT2E4ep7ZpvY1s=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mH6GH-0005KM-LT; Fri, 20 Aug 2021 17:16:53 +0200 From: Lars Ingebrigtsen To: martin rudalics Subject: Re: bug#16052: 24.3.50; `set-frame-parameter` broken for `tool-bar-lines` References: <182110eb-2981-45c0-addb-61219af38e0a@default> <52C81046.7050803@gmx.at> <48a0fee9-164b-4f89-81bc-61a1adcda3e8@default> <52C8393F.8050801@gmx.at> Date: Fri, 20 Aug 2021 17:16:49 +0200 In-Reply-To: <52C8393F.8050801@gmx.at> (martin rudalics's message of "Sat, 04 Jan 2014 17:39:27 +0100") Message-ID: <87h7fk5eou.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: martin rudalics writes: > If you want to submit a patch, please do. I only asked you to not use > the term "wrong" without consulting the manual first. I read your > report and the manual and found the manual right and your [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 16052 Cc: 16052@debbugs.gnu.org, Drew Adams X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) martin rudalics writes: > If you want to submit a patch, please do. I only asked you to not use > the term "wrong" without consulting the manual first. I read your > report and the manual and found the manual right and your report wrong. It seems like this is working as designed, so I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 20 11:17:07 2021 Received: (at control) by debbugs.gnu.org; 20 Aug 2021 15:17:07 +0000 Received: from localhost ([127.0.0.1]:35340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH6GY-0002PC-PJ for submit@debbugs.gnu.org; Fri, 20 Aug 2021 11:17:07 -0400 Received: from quimby.gnus.org ([95.216.78.240]:32932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH6GX-0002Jl-Ok for control@debbugs.gnu.org; Fri, 20 Aug 2021 11:17:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/qn9BzrONF7JQEQR0OXe0SgiUKfEHyBxSDqxIMDL84w=; b=CBu9fQU0SN6DRNFsRHDJuAY1fj NDB82ozz7PKuW7jZL2jT0IBHKhD9Pbzuoy0C1AqgxrZmyFDAUDIgU8QqRDpIpO3NOlhFRCv14zb4n lkA0yKF5IygkUsM4ubz4S2+H3PVpLMTwq3ajXlJvM6a2JPiBsF1SU97cAAJXk9puAe3k=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mH6GQ-0005KV-02 for control@debbugs.gnu.org; Fri, 20 Aug 2021 17:17:00 +0200 Date: Fri, 20 Aug 2021 17:16:55 +0200 Message-Id: <87fsv45eoo.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16052 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 16052 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 16052 quit From unknown Sat Jun 21 10:40:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 18 Sep 2021 11:24:07 +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