From unknown Sat Aug 16 15:54:46 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#45928 <45928@debbugs.gnu.org> To: bug#45928 <45928@debbugs.gnu.org> Subject: Status: Calc Trail window isn't correctly dedicated Reply-To: bug#45928 <45928@debbugs.gnu.org> Date: Sat, 16 Aug 2025 22:54:46 +0000 retitle 45928 Calc Trail window isn't correctly dedicated reassign 45928 emacs submitter 45928 Okam severity 45928 normal tag 45928 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 17 03:22:51 2021 Received: (at submit) by debbugs.gnu.org; 17 Jan 2021 08:22:51 +0000 Received: from localhost ([127.0.0.1]:44521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l13Kk-0007ft-9V for submit@debbugs.gnu.org; Sun, 17 Jan 2021 03:22:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:39418) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0zND-0001PC-8M for submit@debbugs.gnu.org; Sat, 16 Jan 2021 23:09:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0zND-0004h6-37 for bug-gnu-emacs@gnu.org; Sat, 16 Jan 2021 23:09:07 -0500 Received: from mail1.protonmail.ch ([185.70.40.18]:10355) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0zNA-0005bY-Dv for bug-gnu-emacs@gnu.org; Sat, 16 Jan 2021 23:09:06 -0500 Date: Sun, 17 Jan 2021 04:08:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1610856539; bh=aDB6KBWdHKysGLaeYB40Qmal04ageT6cx/RsOORfi1k=; h=Date:To:From:Reply-To:Subject:From; b=h4cFMtltA3VDLvHCW1v0u4T7nJuYL09BBekCUm2W0ATIqsWq+cMEjhMFnKWbj4WOs fqeUauj/NC0v8JFfspDJjk3VvtXsNcbbkxbLCZ8h5AEjKye5tMQ4Vh3KZK0Kx553AO 8R3el2RSnVkRw02yH8vftQHdS1hcaTdBv38IqlaU= To: bug-gnu-emacs@gnu.org From: Okam Subject: Calc Trail window isn't correctly dedicated Message-ID: <1ec8663b-c69b-2e53-f68f-5fbdf1ffc2e1@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.18; envelope-from=okamsn@protonmail.com; helo=mail1.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 17 Jan 2021 03:22:48 -0500 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: , Reply-To: Okam Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hello, In bug#44108, a patch is given to dedicate the windows created by Calc,=20 and this is applied in commit ca023e69e2d9ea79814a6c5f92c6e31c8f1efa70. I am currently using the native-comp branch, and find that the window=20 displaying the "*Calc Trail*" buffer is still not being set as=20 dedicated. This problem happens in `calc-trail-display` which uses the code (set-window-dedicated-p nil t) to dedicate the window. I find that running this code after the trail=20 is displayed works correctly, and that the window displaying the=20 "*Calculator*" buffer is being correctly dedicated. Thank you. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 19 00:06:30 2021 Received: (at 45928) by debbugs.gnu.org; 19 Jan 2021 05:06:30 +0000 Received: from localhost ([127.0.0.1]:49060 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l1jDp-0003ln-UN for submit@debbugs.gnu.org; Tue, 19 Jan 2021 00:06:30 -0500 Received: from quimby.gnus.org ([95.216.78.240]:54434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l1jDn-0003lX-KO for 45928@debbugs.gnu.org; Tue, 19 Jan 2021 00:06:28 -0500 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=+xCNlalKew3tzfp4WT5uPcaQ1sZ4FItD1ricK+CFGGk=; b=LvXChRDRjhl70IpOdAplcGQHKh 9QZ6ySgYGaMoM8SoQx+DkEc8Usn4jZAFf8jR0GqTdc1Wr3uDSus6medbZFv+M2s2kQBSHRAmQVVj3 aJ0VD0fy3SU/nM1jtxV60h69KjcBaEFV5tv5ljuto0OKzakldPFMaD+SmxUYRgK0T26Y=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l1jDe-0003g3-7u; Tue, 19 Jan 2021 06:06:21 +0100 From: Lars Ingebrigtsen To: Okam Subject: Re: bug#45928: Calc Trail window isn't correctly dedicated References: <1ec8663b-c69b-2e53-f68f-5fbdf1ffc2e1@protonmail.com> X-Now-Playing: Cocteau Twins's _Treasure Hiding (4): Sessions & Rarities_: "Touch Upon Touch (Volume Magazine)" Date: Tue, 19 Jan 2021 06:06:16 +0100 In-Reply-To: <1ec8663b-c69b-2e53-f68f-5fbdf1ffc2e1@protonmail.com> (Okam's message of "Sun, 17 Jan 2021 04:08:53 +0000") Message-ID: <87eeihplbr.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: Okam writes: > I am currently using the native-comp branch, and find that the window > displaying the "*Calc Trail*" buffer is still not being set as > dedicated. This problem happens in `calc-trail-display` which [...] 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: 0.0 (/) X-Debbugs-Envelope-To: 45928 Cc: 45928@debbugs.gnu.org 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: -1.0 (-) Okam writes: > I am currently using the native-comp branch, and find that the window > displaying the "*Calc Trail*" buffer is still not being set as > dedicated. This problem happens in `calc-trail-display` which uses the code > > (set-window-dedicated-p nil t) > > to dedicate the window. This should now be fixed in Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 19 00:06:34 2021 Received: (at control) by debbugs.gnu.org; 19 Jan 2021 05:06:34 +0000 Received: from localhost ([127.0.0.1]:49063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l1jDu-0003m4-51 for submit@debbugs.gnu.org; Tue, 19 Jan 2021 00:06:34 -0500 Received: from quimby.gnus.org ([95.216.78.240]:54448) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l1jDs-0003lf-Ru for control@debbugs.gnu.org; Tue, 19 Jan 2021 00:06:33 -0500 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=DxNh1jk4sj2/ptUNHm8p3SequDwW4Xi/pGq9LK9VobI=; b=Hk3nCEXNl0t1H20FZNP+FHUvMK 4XolXdTfZU4Q9llHmyT/83aq7pca5T02G9ZXGRTTOfCba2ZNTRX3YJ//9UStbXtvLjvw3Y/djf7Ye 68PkZIZJOrQxNHBb2zJX7qCICV8ThLgqvxIkWAy0AqEATeWaA3oeia296EfjvSrMPdUM=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l1jDl-0003gC-DD for control@debbugs.gnu.org; Tue, 19 Jan 2021 06:06:27 +0100 Date: Tue, 19 Jan 2021 06:06:24 +0100 Message-Id: <87czy1plbj.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #45928 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: tags 45928 fixed close 45928 28.1 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: 0.0 (/) 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: -1.0 (-) tags 45928 fixed close 45928 28.1 quit From unknown Sat Aug 16 15:54:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 16 Feb 2021 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