From unknown Sat Jun 21 03:11:30 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#46406 <46406@debbugs.gnu.org> To: bug#46406 <46406@debbugs.gnu.org> Subject: Status: 28.0.50; [PATCH] Use frame monitor in frame_float Reply-To: bug#46406 <46406@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:11:30 +0000 retitle 46406 28.0.50; [PATCH] Use frame monitor in frame_float reassign 46406 emacs submitter 46406 Andrii Kolomoiets severity 46406 normal tag 46406 patch fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 09 12:47:05 2021 Received: (at submit) by debbugs.gnu.org; 9 Feb 2021 17:47:05 +0000 Received: from localhost ([127.0.0.1]:54504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9X6P-0006rS-3T for submit@debbugs.gnu.org; Tue, 09 Feb 2021 12:47:05 -0500 Received: from lists.gnu.org ([209.51.188.17]:38932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9X6M-0006r9-HC for submit@debbugs.gnu.org; Tue, 09 Feb 2021 12:47:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59792) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l9X6K-0003Pp-SA for bug-gnu-emacs@gnu.org; Tue, 09 Feb 2021 12:47:02 -0500 Received: from mail-lf1-x132.google.com ([2a00:1450:4864:20::132]:42285) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l9X6J-0003HP-BX for bug-gnu-emacs@gnu.org; Tue, 09 Feb 2021 12:47:00 -0500 Received: by mail-lf1-x132.google.com with SMTP id f23so12605093lfk.9 for ; Tue, 09 Feb 2021 09:46:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=rfSqY4d+vzrbfdij2QOQpfAPu3wTAv+fUjwh8SZGyb8=; b=tlcimgFlh9Wg1b9IEjunR2FCRVPipEm/hzX9MDTbRjyvN3lbq0dtwOLVN0rPHP3Zae CtPyRYFnJIZ7MKlPftZv4XJZ7kothrn4aLPyXmhtPJ5EAY//rUblj37RbOT1zp1pRovv g9CyiTyIk89frrDpR8E4pDYln1zIJsssvcI9clcnMHlsRrj6GB/rhclCLU0Ib9h9VfbG ig2FUYspmx1hWqqIdpB0x/u4whM6RcEyRfRy3xjqzKdQuV6fS4HYEMTQkZFbI7rZfq96 okWzQ5kdoqhpnwMBkv3M107LTHcDO78AAqM9ew2yJrSH7vY31CnfGmFZid1cEq4LyBBz bPOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=rfSqY4d+vzrbfdij2QOQpfAPu3wTAv+fUjwh8SZGyb8=; b=fCpCT+UDbl0tdvc4G9g2p7+RRjs77Fle6WOFeGzWE+iOcSwVsOj1RYHKVpLzDRe8bv 655MDPKQe+n7nCctzC1meqyJnVkZKzKVtjPAhiXGsfubIaakRsQHkZVo+7UiGzsg9ljp 1xGdQTQ10nraDaulJXTnLXYqvajO838mZ0sQAK0vFUaaVM4INk6KhaWcD3NIy46kmKUm hKjmag6KN9f+CUssx2OdOmEhySX5uIODcf8BKLUH8bZsjNXqBeBnmdHaTjEvf6smGA+/ QmdPPnhefGMJZVxo6PveebQBdGcnKPSk/O0l+/aWwqKgp2bMRm0vR8u4k6+wRfD0uyqA kovA== X-Gm-Message-State: AOAM531MPBbUDgyqvCTHSFMSQjjeoqNV77I+u2qjs7qT5+UTeXpjkDk9 cI8meguKaZg8fwdQeAWyIBv0laWMxyoYnw== X-Google-Smtp-Source: ABdhPJyXsF3riaTs+xTMQ24CBkulMTgBpSFClKqR174O68LaheUaaTTSqhugMcAvAGYjUmOAoM/74A== X-Received: by 2002:a05:6512:376f:: with SMTP id z15mr13896158lft.59.1612892816216; Tue, 09 Feb 2021 09:46:56 -0800 (PST) Received: from muffinmac ([91.206.110.197]) by smtp.gmail.com with ESMTPSA id e16sm1363675ljn.105.2021.02.09.09.46.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Feb 2021 09:46:55 -0800 (PST) From: Andrii Kolomoiets To: bug-gnu-emacs@gnu.org Subject: 28.0.50; [PATCH] Use frame monitor in frame_float Date: Tue, 09 Feb 2021 19:46:53 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2a00:1450:4864:20::132; envelope-from=andreyk.mad@gmail.com; helo=mail-lf1-x132.google.com 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, SPF_HELO_NONE=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-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: -2.3 (--) --=-=-= Content-Type: text/plain To reproduce this you need at least one secondary monitor. 1. emacs -Q 2. Move the frame to the secondary monitor 3. M-: (modify-frame-parameters nil '((left . .5) (top . .5))) frame is moved to the main monitor 4. Move the frame to secondary monitor again 5. M-: (modify-frame-parameters nil '((width . .5) (height . .5))) frame size is half of the main monitor instead of the secondary one In my case the 'display-monitor-attributes-list' function returns these attributes: (((geometry 0 0 1440 900) (workarea 0 25 1440 875) ...) ((geometry -254 900 1920 1080) (workarea -254 900 1920 1055) ...)) Attached patch make the frame position and size ratios calculations related to the monitor on which the frame is. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Use-frame-monitor-in-frame_float.patch >From 28192ba6ea2769c11bfce1dc4b184a15e8c09248 Mon Sep 17 00:00:00 2001 From: Andrii Kolomoiets Date: Tue, 9 Feb 2021 19:31:50 +0200 Subject: [PATCH] Use frame monitor in frame_float On handle frame size and positon ratios, use the attributes of frame monitor instead of main monitor. * src/frame.c (frame_float): Use frame monitor attributes. --- src/frame.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frame.c b/src/frame.c index 635fc94560..a62347c1fb 100644 --- a/src/frame.c +++ b/src/frame.c @@ -3890,7 +3890,7 @@ frame_float (struct frame *f, Lisp_Object val, enum frame_float_type what, Lisp_Object frame; XSETFRAME (frame, f); - monitor_attributes = Fcar (call1 (Qdisplay_monitor_attributes_list, frame)); + monitor_attributes = call1 (Qframe_monitor_attributes, frame); if (NILP (monitor_attributes)) { /* No monitor attributes available. */ @@ -5890,7 +5890,7 @@ syms_of_frame (void) DEFSYM (Qframep, "framep"); DEFSYM (Qframe_live_p, "frame-live-p"); DEFSYM (Qframe_windows_min_size, "frame-windows-min-size"); - DEFSYM (Qdisplay_monitor_attributes_list, "display-monitor-attributes-list"); + DEFSYM (Qframe_monitor_attributes, "frame-monitor-attributes"); DEFSYM (Qwindow__pixel_to_total, "window--pixel-to-total"); DEFSYM (Qexplicit_name, "explicit-name"); DEFSYM (Qheight, "height"); -- 2.15.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 11 04:10:14 2021 Received: (at 46406) by debbugs.gnu.org; 11 Feb 2021 09:10:14 +0000 Received: from localhost ([127.0.0.1]:57718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lA7zK-0003XT-DT for submit@debbugs.gnu.org; Thu, 11 Feb 2021 04:10:14 -0500 Received: from quimby.gnus.org ([95.216.78.240]:52756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lA7zH-0003X7-Gy for 46406@debbugs.gnu.org; Thu, 11 Feb 2021 04:10:13 -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=nkFEswNTDCcSwpItoVpm37SDq8VmEIHb9VFl0WUWGv4=; b=PkDIz9R2q0xBwgfKDklvF/HXvC gnIsZVNSOqslxIdB9RgiiqYAMx8knMUHdiB34mK6KGwfi1aBuabLn/YIWmLddHpyLPffysVPMvXqw J6xmB+agrt2b7aCS5bQkbuRy9P1jXf310LgFDnUJtUpqH/4fYjbqjiUfWIoPfqIw9UVo=; 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 1lA7z8-0001DQ-IV; Thu, 11 Feb 2021 10:10:05 +0100 From: Lars Ingebrigtsen To: Andrii Kolomoiets Subject: Re: bug#46406: 28.0.50; [PATCH] Use frame monitor in frame_float References: X-Now-Playing: Ishmael Ensemble's _Blue Note Re:imagined (1)_: "Search For Peace" Date: Thu, 11 Feb 2021 10:10:01 +0100 In-Reply-To: (Andrii Kolomoiets's message of "Tue, 09 Feb 2021 19:46:53 +0200") Message-ID: <8735y3dl7a.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: Andrii Kolomoiets writes: > Attached patch make the frame position and size ratios calculations > related to the monitor on which the frame is. Makes sense to me, I think? So I've now applied this to Emacs 28. 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: 46406 Cc: 46406@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 (-) Andrii Kolomoiets writes: > Attached patch make the frame position and size ratios calculations > related to the monitor on which the frame is. Makes sense to me, I think? So I've now applied this to Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 11 04:10:19 2021 Received: (at control) by debbugs.gnu.org; 11 Feb 2021 09:10:19 +0000 Received: from localhost ([127.0.0.1]:57721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lA7zO-0003Xl-MY for submit@debbugs.gnu.org; Thu, 11 Feb 2021 04:10:18 -0500 Received: from quimby.gnus.org ([95.216.78.240]:52770) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lA7zM-0003XK-N9 for control@debbugs.gnu.org; Thu, 11 Feb 2021 04:10:17 -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=pD6CddnWD8eCDCaOKhvAjluJzp1KT4WyEX+LRocbzjU=; b=C8IOzidHSGkO5wTm8pzbB3VuDf BaYMGYI29ycPYhEhQEga6bIyLAI17sdaHjPkJDvl4WX1sdZRxmg9Yo4latLF2G8NcqjMizuX+CcvX MHf+IHdlLTJTK0NfUyXfnaaQkx8vs7r3iaS188ZqPDF2QXBZcN9QaiE4Vadu/pusErGU=; 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 1lA7zF-0001Do-3w for control@debbugs.gnu.org; Thu, 11 Feb 2021 10:10:11 +0100 Date: Thu, 11 Feb 2021 10:10:07 +0100 Message-Id: <871rdndl74.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #46406 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 46406 fixed close 46406 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 46406 fixed close 46406 28.1 quit From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 17 05:27:46 2021 Received: (at 46406) by debbugs.gnu.org; 17 Feb 2021 10:27:46 +0000 Received: from localhost ([127.0.0.1]:42546 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCK3e-0003H6-AA for submit@debbugs.gnu.org; Wed, 17 Feb 2021 05:27:46 -0500 Received: from mail-qt1-f176.google.com ([209.85.160.176]:43309) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCK3c-0003Gs-LP for 46406@debbugs.gnu.org; Wed, 17 Feb 2021 05:27:45 -0500 Received: by mail-qt1-f176.google.com with SMTP id d3so9116577qtr.10 for <46406@debbugs.gnu.org>; Wed, 17 Feb 2021 02:27:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=8W0jqTPcPCrOBdP2XWo/peIl74lDd7i2H2sFdS5juhg=; b=ZP+zZ6iw4mti5bMSN12pV6FyoJAU5PulKmMsRF/odyRM7ZhkFRdf0iwXfR3w3XKGnW MNmel1tGzo44+MBTYi6X837pD6GyZTKs3QW+w97gpzMugp/nUhcDHXPgdMZArEN/93XP vWHhGA92x9xvCysEpljJvpFgKvVLYzIVesvT+RlOrTka9KrEIeQkbfgtxThbVe8gI5Rs MCL640G3ygqKuEXJdu3ORVLzm0KBEG9hsF52BydfGqCOZC1r/h9hIjgT/0Zq1iN87VVe oLYSwYrM0Jku00LZNxgLoKE9IgDmYtVNxoRp+JPBChlgPaKP7QqlwGAAq/O46OZdYdQ0 mPhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=8W0jqTPcPCrOBdP2XWo/peIl74lDd7i2H2sFdS5juhg=; b=rgTsxhevlJcWK813WAFKPrgnnvuXaf3N9dOiDGqzUORUUL6gIVDJf4jqujbW0Zm7Yu j2gujXyUvksFbMEkGKwmdv9tQ7UL6CahoZRDaPQKnmuIcrZvudLW2ZGJP3jnz55vL4yX lNfhDRhD2qgUWkjJfvu1tGZGpzAW5y1Y+dSKZZtgD52LU9HSQNXSoBAzomD6dI9/J/3s 31TyNNLjPaLZiTGEpFgM2B6b2MFe2LntFHohmfwjoe4Q6TJzHuPm+VD+ztmlMO5SfaAR MXIEG7/yLJbwYyxyJkVAbw6XAqsVqDw23Bxwh+dXNATylIzlOToAJnVeq4isDcho9zZI 7KFQ== X-Gm-Message-State: AOAM530kSdWFWjLG+zhPjCJwA5xfUc1PW4vVt+o345SezSIZnbr9Dtly 5+f3jdyJnuuZN1l6Tkp8/fnJZHZPyJIqDQ== X-Google-Smtp-Source: ABdhPJyk5rlpxhL2A+2wmbhzwYSy5DJFtqDy9ZMdqFuANikUFSoifJMbJhapyKQtqLRZsXV8IFosHw== X-Received: by 2002:ac8:708e:: with SMTP id y14mr7147030qto.203.1613557658712; Wed, 17 Feb 2021 02:27:38 -0800 (PST) Received: from muffinmac ([91.206.110.197]) by smtp.gmail.com with ESMTPSA id s9sm1309615qke.67.2021.02.17.02.27.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Feb 2021 02:27:38 -0800 (PST) From: Andrii Kolomoiets To: Christian Tietze Subject: Re: bug#46406: 28.0.50; [PATCH] Use frame monitor in frame_float References: Date: Wed, 17 Feb 2021 12:27:34 +0200 In-Reply-To: (Christian Tietze's message of "Wed, 17 Feb 2021 08:57:50 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 46406 Cc: 46406@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 (-) Christian Tietze writes: > Hi Andrii, Hi Christian > Your Emacs patch for (non)retina screens and frame sizes introduced a > very weird bug where on the non-retina screen, the contents of the > frame are drawn in 1/4th the available drawing space. It looks fine on > the retina screen, though. > > See screenshots: > https://github.com/daviderestivo/homebrew-emacs-head/issues/92 > > I cannot offer a fix suggestion for this, because I don't know the > emacs source well. Maybe you know something from the top of your head? I'll take a look. P.S. Please keep the bug email in CC on reply. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 05:07:43 2021 Received: (at 46406) by debbugs.gnu.org; 19 Feb 2021 10:07:43 +0000 Received: from localhost ([127.0.0.1]:48755 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD2hK-0002Pn-Rv for submit@debbugs.gnu.org; Fri, 19 Feb 2021 05:07:43 -0500 Received: from mail-lj1-f180.google.com ([209.85.208.180]:39491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD2hJ-0002Pa-A9 for 46406@debbugs.gnu.org; Fri, 19 Feb 2021 05:07:41 -0500 Received: by mail-lj1-f180.google.com with SMTP id u4so17221015ljh.6 for <46406@debbugs.gnu.org>; Fri, 19 Feb 2021 02:07:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=12scwQ4Vfs2dZxOqxYsvdxIE1PSY5MKP7/hFccdnuCs=; b=FklUGSUfXjVc3khH6tAH0o9zlHBzcu7UvhcxqNoorq3yoR2nWiern5pnG0bDBQJ10P CPyA8O9g6v+XKTW1tgG3G0KDQRkDg9JQmDzfDlTECbY0BGKlCGBpp7lBu7Dd94mx2KGP Dg1tmJ6ZiJLcRHew4d92DYlB+eXf+FVnlCXlMQsDRjroSeKULoHC/N1/9dio439jOEws StknQ8hCviZhwQMmUf0CGduTqlxiq1fGffKSJP9GPyLc49Vx6ETI9bSep6MoeHcj0gED CkfxhXYOAbugAs8wdxk9yPNte4cDf4igaC7PfjBStk2/TXcl8kpSRb0WmqHiQ1YxFA/l Uarw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=12scwQ4Vfs2dZxOqxYsvdxIE1PSY5MKP7/hFccdnuCs=; b=bmt01Az8Lv/7ieN/ihMAVr46CeouIKyRu4pTM3V8KDbdAhxAUEEYQNUbi7PV0o9GG1 6hEU++adHO2uZIuTy2hg5KnAGyF7b2oD0vRRktq0EuX80YiP1X1/2pSZOUU24OJbMmCB FwYeVBawVIaFE4pZmMZ5xAoGrpEjtrAktP4H/L/h7PYSdqMASnPC9xAgB2y2mzY2JDyo iy7T6zqZ2TVsb9SHgN5Ik+eH0YBXvT4bevODaTiYApx1CMqQp7O48Rg1dIvpVBLZ84mo EjJL+iVPYvtYKXrGNN6jZ9FeZ6ssK9ClDOr8e1Aj0QQbVqQ8TAS+AyhMbZB8Wc14n4Lo KfgQ== X-Gm-Message-State: AOAM533Zc+h3ytx68i0ujtTUdl8BB/wvvW+np6+hbTNiG2W+KgusQK31 lVzV2JW+nytJ2kK0zuCcODr1aqiQNB87wA== X-Google-Smtp-Source: ABdhPJwzqkGCn5DvYMY+UR5/sHWbIt8HBY3bce6Lba3/py1y2E+0maK/KzZEf1vfuMhUX8vVH9Mxzg== X-Received: by 2002:a05:6512:1148:: with SMTP id m8mr5060683lfg.64.1613729254870; Fri, 19 Feb 2021 02:07:34 -0800 (PST) Received: from muffinmac ([91.206.110.197]) by smtp.gmail.com with ESMTPSA id w21sm876415lfu.132.2021.02.19.02.07.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Feb 2021 02:07:34 -0800 (PST) From: Andrii Kolomoiets To: Christian Tietze Subject: Re: bug#46406: 28.0.50; [PATCH] Use frame monitor in frame_float References: Date: Fri, 19 Feb 2021 12:07:32 +0200 In-Reply-To: (Andrii Kolomoiets's message of "Wed, 17 Feb 2021 12:27:34 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 46406 Cc: 46406@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 (-) Andrii Kolomoiets writes: > Christian Tietze writes: > >> Hi Andrii, > > Hi Christian > >> Your Emacs patch for (non)retina screens and frame sizes introduced a >> very weird bug where on the non-retina screen, the contents of the >> frame are drawn in 1/4th the available drawing space. It looks fine on >> the retina screen, though. >> >> See screenshots: >> https://github.com/daviderestivo/homebrew-emacs-head/issues/92 >> >> I cannot offer a fix suggestion for this, because I don't know the >> emacs source well. Maybe you know something from the top of your head? > > I'll take a look. With the commit 0e2b123a4ef600f5b337972a7bb61c1fc4b7d0cd I have no issue moving frame to the non-retina screen. The issue appears for me with the commit 68bd6f3ea9c05637501139c46f1f4304482db95f. I suspect your issue were introduced in Bug#46155 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 08:04:43 2021 Received: (at 46406) by debbugs.gnu.org; 19 Feb 2021 13:04:44 +0000 Received: from localhost ([127.0.0.1]:48915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD5Sd-0000gy-Lk for submit@debbugs.gnu.org; Fri, 19 Feb 2021 08:04:43 -0500 Received: from quimby.gnus.org ([95.216.78.240]:59468) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD5Sc-0000gm-IP for 46406@debbugs.gnu.org; Fri, 19 Feb 2021 08:04:43 -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=2/dkFPvtmXFf87wCvZmZPh9wZjT/I6rp3Yn7Ygul7Ik=; b=CWoNH7AePlLJQEyyuGDGPCN/aG hrHp10aBf7cS4c068gIItsN2eVRXBvJvt9kOXwQhyiHTKLoHjjnlWzWUk7sxP2OivKLnv+Iz7B7j2 +5VglV/IAinymeQG3eqoA9UND229zHlO3LP1wUjQf/TNzQXL2DE7gjdPDJKK0+Ztb8r4=; 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 1lD5SM-0002FE-86; Fri, 19 Feb 2021 14:04:36 +0100 From: Lars Ingebrigtsen To: Andrii Kolomoiets Subject: Re: bug#46406: 28.0.50; [PATCH] Use frame monitor in frame_float References: Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEUgGBVVQCm1h0vv 4cT////s5sKAAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+UCEwwxAQpxRcAAAAGRSURBVDjLbZPrtYQw CITBCiA2IKSCNf33dnnl4TnXH7uaz8xMAAEAsIn9AjMyw3Eh9wKEDOR3BdoIgLaBQZDJ/oPfJ2i2 yOKaxD2BaXHK4VQaTwEXweC2A+8CyGoGBfx5jEG5VdRWiVam8eadqmaeiGuZxi/f0TEkSJhbpvIG 2/vDPIKDaQFw2e0GyyJjCM969WWR91z1gG0RJ3rnKRwQHFoLhAWmLpWJnZHALWaD6E4TO4mDB+du vMokpF5aIA4lFSuVKiL1qWXgyQa5LM/AXmF1JR+By6LwtQOrKYVMc4+qiu8Q4Gyy2C/BNiGoqE9j XFUJANlYUdlVyaVg1thnlz7Lh16rpiJqD1mVnCxL64MgTTna+M5emXbTvJ4yqbGpfo/omQdOb5QP uANQpTpAaO2vZ4NoNq+utr5ABC4hYNUFIvAcj8baJ/iYYEx9jdgxajndb43YpfkZz01mo1k8AviA PlSir1Yg+uzwZa+lnsA+yvjU2qzmAiy+IJxgudsMqb/tYmvgC5BNGCH8d+GR5Q+YxUi4JPu+VAAA ACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wMi0xOVQxMjo0OTowMSswMDowMCI1xp8AAAAldEVYdGRh dGU6bW9kaWZ5ADIwMjEtMDItMTlUMTI6NDk6MDErMDA6MDBTaH4jAAAAAElFTkSuQmCC X-Now-Playing: Kate Bush's _Lionheart_: "Kashka From Baghdad" Date: Fri, 19 Feb 2021 14:04:24 +0100 In-Reply-To: (Andrii Kolomoiets's message of "Fri, 19 Feb 2021 12:07:32 +0200") Message-ID: <8735xstdif.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: Andrii Kolomoiets writes: > With the commit 0e2b123a4ef600f5b337972a7bb61c1fc4b7d0cd I have no > issue moving frame to the non-retina screen. The issue appears for me > with the commit 68bd6f3ea9c05637501139c46f1f4304482db95f. [...] 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: 46406 Cc: Alan Third , 46406@debbugs.gnu.org, Christian Tietze 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 (-) Andrii Kolomoiets writes: > With the commit 0e2b123a4ef600f5b337972a7bb61c1fc4b7d0cd I have no > issue moving frame to the non-retina screen. The issue appears for me > with the commit 68bd6f3ea9c05637501139c46f1f4304482db95f. > > I suspect your issue were introduced in Bug#46155 OK; adding Alan to the CCs. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 14:38:29 2021 Received: (at 46406) by debbugs.gnu.org; 19 Feb 2021 19:38:29 +0000 Received: from localhost ([127.0.0.1]:50416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDBbg-0004QA-Kz for submit@debbugs.gnu.org; Fri, 19 Feb 2021 14:38:29 -0500 Received: from outbound.soverin.net ([116.202.65.218]:40225) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDBbe-0004Ps-4S for 46406@debbugs.gnu.org; Fri, 19 Feb 2021 14:38:28 -0500 Received: from smtp.soverin.net (unknown [10.10.3.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id CAAD6609D7; Fri, 19 Feb 2021 19:38:19 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.142]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1613763499; bh=H4aVuvhCqzTWSGmBEq4UqHqKtiC3oWBL9BaLhfxtl5M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PboXWefa7D+71tH6Lo3lSt+6srX0dXgBj91KbijUrgbHgzgGgCVK5fKKK8J9JQ41D FtpXtYfu5IE6M6Yo9Ce5OZZwF6DylapHsw+SXtC4y4Dj+xTTaI5441nrnCdjavnRwx Wne84nRofyVaAH9pBIxZKTdHSoY41LKBHL4TtfVVqkKKa4m1OxTUzhkyJ/zGEmTpiH /wu/pUIwBMQm7+U2lBt0DMJH/x2Gry6ktLxjFfm1EDWYPMCZXL7MbWceN5jWceWNAx gmQ+mrRj1e+egntI2nwOXO0CmjTId2agbyvZiPj2ohr753BRewuzI4ETYZYLji502s tjTNllchmOICA== Received: by breton.holly.idiocy.org (Postfix, from userid 501) id A67D0202A894F2; Fri, 19 Feb 2021 19:38:16 +0000 (GMT) Date: Fri, 19 Feb 2021 19:38:16 +0000 From: Alan Third To: Lars Ingebrigtsen Subject: Re: bug#46406: 28.0.50; [PATCH] Use frame monitor in frame_float Message-ID: Mail-Followup-To: Alan Third , Lars Ingebrigtsen , Andrii Kolomoiets , 46406@debbugs.gnu.org, Christian Tietze References: <8735xstdif.fsf@gnus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8735xstdif.fsf@gnus.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46406 Cc: 46406@debbugs.gnu.org, Christian Tietze , Andrii Kolomoiets 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.7 (-) On Fri, Feb 19, 2021 at 02:04:24PM +0100, Lars Ingebrigtsen wrote: > Andrii Kolomoiets writes: > > > With the commit 0e2b123a4ef600f5b337972a7bb61c1fc4b7d0cd I have no > > issue moving frame to the non-retina screen. The issue appears for me > > with the commit 68bd6f3ea9c05637501139c46f1f4304482db95f. > > > > I suspect your issue were introduced in Bug#46155 > > OK; adding Alan to the CCs. Fix pushed as 283f98353fe3549ac8f66a3ab8fba85d93c81a88. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 20 08:00:48 2021 Received: (at 46406) by debbugs.gnu.org; 20 Feb 2021 13:00:48 +0000 Received: from localhost ([127.0.0.1]:51231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDRsO-0000WN-9D for submit@debbugs.gnu.org; Sat, 20 Feb 2021 08:00:48 -0500 Received: from quimby.gnus.org ([95.216.78.240]:42840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDRsM-0000W9-D6 for 46406@debbugs.gnu.org; Sat, 20 Feb 2021 08:00:47 -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=yl4T1uIXr4WqC9CYhFIJ/e0m5l3m69R6gL2E8Wb8EiE=; b=p1HHFfgB3eRNLsJ9qF2OLid/qx jSdtwgyf3MnPa+Q8KwgKrYUSf0v7j22i1Ivu4Dd+QjlpnUzlyNYiXOYf9jrLSZdK0/ktdn8cNRQH2 vJ5w523O2Clvpd+TJA6O83BxJJaABgkkxwezYc2MmK5crqUbpmNIED9CFDOIlA/152nc=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lDRsB-0005o1-6h; Sat, 20 Feb 2021 14:00:40 +0100 From: Lars Ingebrigtsen To: Alan Third Subject: Re: bug#46406: 28.0.50; [PATCH] Use frame monitor in frame_float References: <8735xstdif.fsf@gnus.org> X-Now-Playing: David Allred's _Felt The Transition_: "Randy and Susan (Solo Piano)" Date: Sat, 20 Feb 2021 14:00:33 +0100 In-Reply-To: (Alan Third's message of "Fri, 19 Feb 2021 19:38:16 +0000") Message-ID: <87k0r2q4ge.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: Alan Third writes: >> OK; adding Alan to the CCs. > > Fix pushed as 283f98353fe3549ac8f66a3ab8fba85d93c81a88. Thanks. Christian, would it be possible for you to update Emacs 28 and confirm that this fixes the problem you were seeing? 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: 46406 Cc: 46406@debbugs.gnu.org, Christian Tietze , Andrii Kolomoiets 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 (-) Alan Third writes: >> OK; adding Alan to the CCs. > > Fix pushed as 283f98353fe3549ac8f66a3ab8fba85d93c81a88. Thanks. Christian, would it be possible for you to update Emacs 28 and confirm that this fixes the problem you were seeing? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 22 17:11:16 2021 Received: (at 46406) by debbugs.gnu.org; 22 Feb 2021 22:11:16 +0000 Received: from localhost ([127.0.0.1]:57829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEJQB-0006Am-Sb for submit@debbugs.gnu.org; Mon, 22 Feb 2021 17:11:16 -0500 Received: from quimby.gnus.org ([95.216.78.240]:52764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEJQA-0006AV-42 for 46406@debbugs.gnu.org; Mon, 22 Feb 2021 17:11:14 -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=GKnUcecn2iPJ9eiiq+GNz+e6i69II5/IQoZViUJkDOA=; b=IV0XBYCBmqCRnhg3tx2GR5Aac5 S5/srp1+8gQ2fyxu/QEToG+M2EIIXt4lTBfjStTAd/iHoFol4uXGJL1t6zXdi+fUWlHidkvmILupb 9Y5yI3xEBZCLfsvZfDYQO7+SK29ENrk684GRuO/DehKR+utcWxL4xIUL0ivHUJcywxsM=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lEJQ0-0000yE-8Z; Mon, 22 Feb 2021 23:11:06 +0100 From: Lars Ingebrigtsen To: Christian Tietze Subject: Re: bug#46406: 28.0.50; [PATCH] Use frame monitor in frame_float References: <87k0r2q4ge.fsf@gnus.org> <4C338694-8F23-43AD-A013-4F97AB05178D@christiantietze.de> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEX+/v3OvJnt5tC3 hFsYEBFYRkT///9urv4PAAAAAWJLR0QGYWa4fQAAAAd0SU1FB+UCFhU1Ovs/AS0AAAGwSURBVDjL rZJbkuIwDEUDs4GWTf6Ju/gf43gBaaQFQKz9b2Wu7LyY/kVVVFKcXOnq0XUfjBPRQAE/hGsPcgb+ SOk1q0+Ie7JHTHcDZygCUQiBXLiaOISvBiJRyimRT45GnuPQUlUwWCLIVJlnWoFVnDuw+4lZZN4V wXv7zscbIx7vALlDuBUAoQOwL2Wmm1dhcVuN8M01pp58Pigo3Bp4pTkZcBvoF0AEv4/f4D54KOIO XF5BSllpr2FA4NRhhPlxAJTQ1sgMT2l87iAS+pgAgk9annQYYqpAeoUpEX1uqUxRWLUkTJd1XoGN 6qcI9kg9C2TLBqNHH6+CP8o1gyd9reDWQNQrLMyq00HhLlpm/RpVd5AVDbpRkMWVYuBZ7yqOAivR dgSASiq1xomTTeTbqISxaLzw1EAka86GNZ2wDvTSAFZ6YckGRC1h2UAcUUKQSyL8Cc+tuCDVhF1h TK9z3YzugPyAL9m1s9AlFXrypV5QXQB2triCGxpzdXsdyht4+Gx2pu4cLvVKVyB1D/y361BEmDcF 6tUSIQz15QBaiC63+j9Y49PgnN4jrpf4sfgHrXiwjCQ+1DoAAAAldEVYdGRhdGU6Y3JlYXRlADIw MjEtMDItMjJUMjE6NTM6NTcrMDA6MDAXQ4vkAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTAyLTIy VDIxOjUzOjU3KzAwOjAwZh4zWAAAAABJRU5ErkJggg== X-Now-Playing: Bob Dylan's _Highway 61 Revisited_: "Ballad Of A Thin Man" Date: Mon, 22 Feb 2021 23:11:02 +0100 In-Reply-To: <4C338694-8F23-43AD-A013-4F97AB05178D@christiantietze.de> (Christian Tietze's message of "Mon, 22 Feb 2021 23:08:28 +0100") Message-ID: <87a6rveosp.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: Christian Tietze writes: >> On 20. Feb 2021, at 14:00, Lars Ingebrigtsen wrote: >> >> Thanks. Christian, would it be possible for you to update Emacs 28 and >> confirm that this fixes the problem you were see [...] 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: 46406 Cc: Alan Third , 46406@debbugs.gnu.org, Andrii Kolomoiets 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 (-) Christian Tietze writes: >> On 20. Feb 2021, at 14:00, Lars Ingebrigtsen wrote: >> >> Thanks. Christian, would it be possible for you to update Emacs 28 and >> confirm that this fixes the problem you were seeing? > > Compiled from source and it looks good on both displays! Thanks for checking; closing this bug report, then. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 22 18:42:17 2021 Received: (at 46406) by debbugs.gnu.org; 22 Feb 2021 23:42:17 +0000 Received: from localhost ([127.0.0.1]:57914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEKqG-0004Af-RU for submit@debbugs.gnu.org; Mon, 22 Feb 2021 18:42:17 -0500 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:45085) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEJNf-00065m-5C for 46406@debbugs.gnu.org; Mon, 22 Feb 2021 17:08:40 -0500 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 110C4FB1; Mon, 22 Feb 2021 17:08:33 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Mon, 22 Feb 2021 17:08:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= christiantietze.de; h=content-type:content-transfer-encoding :from:mime-version:subject:date:message-id:references:cc :in-reply-to:to; s=fm3; bh=4tOWajQ2/WCcXIKl5emJExriiZTKh5a8Khskz oD0yig=; b=claaYw4r1gorerdIkpuMxiwsMi2EDPHRHRHbsTl2c94QOtPiIcJ4i I/smeajZF/+t62rRcfZDxAXrg0qE/VuyugzmLDFeLHAiA6D8R9CXmqVc4/8hB5CE fLBzwPp1Zgnxx3pCVAO2Gqx90Dt1zT+oPrYY73LEGTvHrgPEFZ9mz/NJ1QmXR/dF z09TlegUgp15xvidwY8EgIy6dVHFCQ/RSxFj9Tsf5+nQCTQLfeBDbbV/UDEhsn9o Oj/vmSfKf9/EQXRDhCKyfqiZwyMDD2jKgt497NS1vDDczayHZ+MBTp9g/MKhY773 jKPL67B6lqXEx02zaCnBpUQgARGQdZ9Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=4tOWajQ2/WCcXIKl5emJExriiZTKh5a8KhskzoD0y ig=; b=gb8n+G9Szu20Fcqbt7DoX5iEbgPS+Gz5jK2xEFk6LJ+m7TMXCpfuhpBmy 1nMpwZAeaYKx0486qXrmm1cIJJney8nrfsCTugRRhxTmkmaoN7RA/IC436f4yW3m T3sc5/fdpk4TMItEcWnbrVB4QzogUZqaGJmNhwOMMHHaRK6liEdeJ93XcZkgwVkr 3YulwcNW0vigvtEehmc4AM9P3rm1Hf2s4XwLjLdpD24lxcYU+Gw97Cx0GgydLGRF NokwON4SrMWaUyfEMEqD3l070v3BSNBB8B+fOD4eznd6ioTy/m2bOW11FLXZXf/0 7A7vAeqTU9qD1urBuhUxeJJ/OBp8w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrkeefgdduheejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurheptgfghfggufffkfhfjgfvofesthejmhdthhdtvdenucfhrhhomhepvehhrhhi shhtihgrnhcuvfhivghtiigvuceomhgvsegthhhrihhsthhirghnthhivghtiigvrdguvg eqnecuggftrfgrthhtvghrnhepieduhfduteefkeehvdeuudetveehuedvuedvleetffeg kedtteevkeefudefuedvnecukfhppeefjedrvddtuddrudeghedrvddvudenucevlhhush htvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehmvgestghhrhhishht ihgrnhhtihgvthiivgdruggv X-ME-Proxy: Received: from [192.168.0.157] (ip-37-201-145-221.hsi13.unitymediagroup.de [37.201.145.221]) by mail.messagingengine.com (Postfix) with ESMTPA id D17F01080063; Mon, 22 Feb 2021 17:08:31 -0500 (EST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Christian Tietze Mime-Version: 1.0 (1.0) Subject: Re: bug#46406: 28.0.50; [PATCH] Use frame monitor in frame_float Date: Mon, 22 Feb 2021 23:08:28 +0100 Message-Id: <4C338694-8F23-43AD-A013-4F97AB05178D@christiantietze.de> References: <87k0r2q4ge.fsf@gnus.org> In-Reply-To: <87k0r2q4ge.fsf@gnus.org> To: Lars Ingebrigtsen X-Mailer: iPad Mail (18D52) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46406 X-Mailman-Approved-At: Mon, 22 Feb 2021 18:42:15 -0500 Cc: Alan Third , 46406@debbugs.gnu.org, Andrii Kolomoiets 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.7 (-) > On 20. Feb 2021, at 14:00, Lars Ingebrigtsen wrote: > > Thanks. Christian, would it be possible for you to update Emacs 28 and > confirm that this fixes the problem you were seeing? Compiled from source and it looks good on both displays! Thanks for the quick responses, folks. From unknown Sat Jun 21 03:11:30 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, 23 Mar 2021 11:24:27 +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