From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 27 12:50:02 2018 Received: (at submit) by debbugs.gnu.org; 27 Dec 2018 17:50:02 +0000 Received: from localhost ([127.0.0.1]:39524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gcZnG-0006jp-0g for submit@debbugs.gnu.org; Thu, 27 Dec 2018 12:50:02 -0500 Received: from eggs.gnu.org ([208.118.235.92]:55720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gcZnE-0006jS-Sp for submit@debbugs.gnu.org; Thu, 27 Dec 2018 12:50:01 -0500 Received: from lists.gnu.org ([208.118.235.17]:33293) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gcZn9-00026D-Mv for submit@debbugs.gnu.org; Thu, 27 Dec 2018 12:49:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcZn8-0008Af-M3 for bug-gnu-emacs@gnu.org; Thu, 27 Dec 2018 12:49:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcZn4-0001zY-Kh for bug-gnu-emacs@gnu.org; Thu, 27 Dec 2018 12:49:54 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcZn4-0001zA-HO; Thu, 27 Dec 2018 12:49:50 -0500 Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:58111) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1gcZn4-0002Nv-El; Thu, 27 Dec 2018 12:49:50 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id A625D2214E; Thu, 27 Dec 2018 12:49:49 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 27 Dec 2018 12:49:49 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrtdefgdegheculddtuddrgedtkedrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkfgggtgesthdtredttd ertdenucfhrhhomhepfdflohhhnhcuhghivghglhgvhidfuceojhhohhhnfiesghhnuhdr ohhrgheqnecuffhomhgrihhnpehnvgifrghrthhishgrnhhsrdgtohhmnecukfhppeejie drvdefgedrieelrddugeelnecurfgrrhgrmhepmhgrihhlfhhrohhmpehjohhhnhifodhm vghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdeikeejkedtleeggedqudejjeehfe ekudeiqdhjohhhnhifpeepghhnuhdrohhrghesnhgvfigrrhhtihhsrghnshdrtghomhen ucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from localhost (76-234-69-149.lightspeed.frokca.sbcglobal.net [76.234.69.149]) by mail.messagingengine.com (Postfix) with ESMTPA id B554910085; Thu, 27 Dec 2018 12:49:48 -0500 (EST) From: "John Wiegley" To: bug-gnu-emacs@gnu.org Subject: 26.1.90; Occasional redrawing problems on macOS Date: Thu, 27 Dec 2018 09:49:44 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (darwin) Mail-Followup-To: bug-gnu-emacs@gnu.org MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -5.0 (-----) 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: -6.0 (------) I have no way to reproduce this, I just want the developers to know since Eli tells me there have been recent changes in the redisplay code. Emacs 26.1 was pretty rock solid on macOS, using --with-ns. In 26.1.90, I notice semi-frequent redisplay problems that don't reproduce when I try the same command again. For example, sometimes when I enter Gnus, and everything looks fine, suddenly the majority of the screen will go black (except for the current summary line). Moving the cursor brings back the article I'm reading, but even C-l doesn't redraw the summary lines. I have to page down and page back up to get them to redraw again. This happens in all types of buffers: code, eshell, Gnus, Org, etc. The basic behaviors I've seen are that either the current line goes black, and everything else is fine, or the whole frame goes black. I'd never seen this behavior before 26.1.90. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 28 16:28:35 2018 Received: (at control) by debbugs.gnu.org; 28 Dec 2018 21:28:36 +0000 Received: from localhost ([127.0.0.1]:40676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gczgJ-0003Db-Nt for submit@debbugs.gnu.org; Fri, 28 Dec 2018 16:28:35 -0500 Received: from mail-wr1-f44.google.com ([209.85.221.44]:45083) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gczgI-0003DI-Rk for control@debbugs.gnu.org; Fri, 28 Dec 2018 16:28:35 -0500 Received: by mail-wr1-f44.google.com with SMTP id t6so21949318wrr.12 for ; Fri, 28 Dec 2018 13:28:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:message-id:to:from:subject; bh=P3i5arS0fp1O1qz3I472tHtHgkarkb/ZrYjKfOmHoCY=; b=Fl6buXYWwPU0thK2VE7IOs+cKPyQPx4ds9BAl21PpVXFFkDFtoyc3Fa4AN65FwWwLF OuWGfyt5a8db+DQ7fSb49kACF8bzsoIvovem9YfuhBLM/wTXOtEkUXcNFXqabL12W+gk OXO9UqLqlUiplY8+XAxC4zLgsmUah7JFEDzKTdMAA40ZR9kFgvfoEwxoGwq1qORokF7H TB18PbG7n1bdffPM7geyHNh2wtWW1JSj648eYq2WRRkE5ud/KOSoVItvoogrcFlaPxa4 BtqDgZm8TyjW1i9o6PJQlDpXlmgPwDx3gmG0vsJdH154MtB9ipZHjbkv+wPDJ4Mz01t2 r1LQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:message-id:to:from:subject; bh=P3i5arS0fp1O1qz3I472tHtHgkarkb/ZrYjKfOmHoCY=; b=TXdkbPMu/gmDwChk+e/7IEa9ATu/pVzjgySkMqx/eFJSQYR8h7ML4GgkREg45aWhgn qdX8xWawulJBE9inngZuMnyFqF+JUyT2cdbieLJ9Ttn87B3DI4QChkZZWyRgVBgFm9b4 g+Vr3fWar+LtesIQy2Xc0Rt9LWwYzsc7eGMjqb/ZEaWHMFLAnzDCJbRlwKgZD8ppdijY 01xJvC+5uhCcZVIGNpeJJbhvQ1wcQr2wAPiNxXFSoCJTdMkItGQR3w0MTKGMK7THIo8N Hrxz5xr5v8M+u7V3bSE/5zO8C/Qyis2Uljwv+3mjJpSm5LhnUlkga5xn8BNgV+VZMjZe eJww== X-Gm-Message-State: AJcUukfHEtqjImXf9zSAHwuEI18XWtF+MgpDsI4mONs5qojb0kleBK5M rHB0FuoRhYdxDmE1V7OWhRe04bPWZzM= X-Google-Smtp-Source: ALg8bN6zjm0DkpA/XbPFS1ZdyG18COizr5YBUAtngbNBhDfeqjPuIcjGeMdAYAfSAPXuUcXf/KeSyA== X-Received: by 2002:adf:ef0d:: with SMTP id e13mr25217185wro.29.1546032508360; Fri, 28 Dec 2018 13:28:28 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-6003-371f-a7f7-f110.holly.idiocy.org. [2001:8b0:3f8:8129:6003:371f:a7f7:f110]) by smtp.gmail.com with ESMTPSA id k19sm34895554wre.5.2018.12.28.13.28.27 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 28 Dec 2018 13:28:27 -0800 (PST) Date: Fri, 28 Dec 2018 21:28:21 +0000 Message-Id: To: control@debbugs.gnu.org From: Alan Third Subject: control message for bug #33891 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 (-) merge 33891 32932 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 28 16:55:32 2018 Received: (at submit) by debbugs.gnu.org; 28 Dec 2018 21:55:32 +0000 Received: from localhost ([127.0.0.1]:40692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gd06N-0005u7-W2 for submit@debbugs.gnu.org; Fri, 28 Dec 2018 16:55:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43113) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gd06L-0005tr-QO for submit@debbugs.gnu.org; Fri, 28 Dec 2018 16:55:30 -0500 Received: from lists.gnu.org ([208.118.235.17]:35520) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gd06G-0002hz-IT for submit@debbugs.gnu.org; Fri, 28 Dec 2018 16:55:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gd06C-0003TI-Li for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2018 16:55:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gczyQ-0004z2-Us for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2018 16:47:22 -0500 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]:45197) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gcznx-00073J-1A for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2018 16:36:29 -0500 Received: by mail-wr1-x430.google.com with SMTP id t6so21961743wrr.12 for ; Fri, 28 Dec 2018 13:36:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=JDBtCDfAqNHjrg6l2OwYSHOuelk9oeguv00JsAwNKzs=; b=s797fjUyAFVNJFjA80QysLFVU6zo5lHQstWvyans2vynL4KFZDV4/Bu8K/aInrBbux qPYSxRlqT43dcwmYm9Fk4D9LaDGhirnsb5r/8BRxm568YUIFkT89SdXX39SUbWHJAOB/ Fiv+ZdAswP60e5wxKKb7aff/7cFtkTkKwwtGsBE3snMLMwVupgkcOc0JDzayxxOXU/Ye gJlZfcsCr2bpRkfguPhBIFJEDz6yzPwU49fEtpmsRJcWDWH1++LACWc24YBBsWnrG9mR ybT5zYxjeR3h9P5xBc5GqyqLwmWGt2wHHqo39IZ2aPWO0fBsHnayrl6ZpN9ROpKzv7HS TSpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=JDBtCDfAqNHjrg6l2OwYSHOuelk9oeguv00JsAwNKzs=; b=RAz75ltCOMViKnFociF2bnGjFibFH4icm8m0g+rSthYv8dvXqQwVmbKYjj25csQihc XyKc0sdHTpHLqNGVlSS0+DR9BRY/YZrKPZoadnUaZ8R5CK3N+F/wTKJixo+iK/6WMkBF AdOIMRi2pl86mF0vwe1V9Cs+WZINh8F4fSleMbeJlwXQerdAXDMtO4tg3hEPjaOBj9sZ PRkUulAy7n0MA49qD6L9Hbsguu338K3tP387fitgRVRRDqC8YYGYIOvmW8OBB8p+Vr5A auOC7KAx8rF0aSc8tvvvrD4LkgG8MmhqP6BYf3PkG49UBUncA9BE4frBBsYa/cSy4ZA5 9V3w== X-Gm-Message-State: AJcUukf8RcaVGxNnLSllWGV5+4zDH6W6P2NAce4LztYzqLkiPAzGoYHg wQR9riQAPy8gMcMHdNLnIfOWxsxAUTs= X-Google-Smtp-Source: ALg8bN7x+uOpuSDrgoNjm3J/RCxFw+yotNMHXM+KcvWO7CW+yxw3V+PVgOIMn0V671PObxzZ0qDDkQ== X-Received: by 2002:adf:a1d2:: with SMTP id v18mr25352774wrv.87.1546032981735; Fri, 28 Dec 2018 13:36:21 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-6003-371f-a7f7-f110.holly.idiocy.org. [2001:8b0:3f8:8129:6003:371f:a7f7:f110]) by smtp.gmail.com with ESMTPSA id m6sm25014626wrv.24.2018.12.28.13.36.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Dec 2018 13:36:20 -0800 (PST) Date: Fri, 28 Dec 2018 21:36:19 +0000 From: Alan Third To: bug-gnu-emacs@gnu.org Subject: Re: bug#33891: 26.1.90; Occasional redrawing problems on macOS Message-ID: <20181228213619.GB59461@breton.holly.idiocy.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::430 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -4.0 (----) 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: -5.0 (-----) On Thu, Dec 27, 2018 at 09:49:44AM -0800, John Wiegley wrote: > I have no way to reproduce this, I just want the developers to know since Eli > tells me there have been recent changes in the redisplay code. > > Emacs 26.1 was pretty rock solid on macOS, using --with-ns. In 26.1.90, I > notice semi-frequent redisplay problems that don't reproduce when I try the > same command again. > > For example, sometimes when I enter Gnus, and everything looks fine, suddenly > the majority of the screen will go black (except for the current summary > line). Moving the cursor brings back the article I'm reading, but even C-l > doesn't redraw the summary lines. I have to page down and page back up to get > them to redraw again. > > This happens in all types of buffers: code, eshell, Gnus, Org, etc. The basic > behaviors I've seen are that either the current line goes black, and > everything else is fine, or the whole frame goes black. > > I'd never seen this behavior before 26.1.90. Hi John, the problem is that in macOS Mojave Apple completely removed the method we were using to draw the frame. Unfortunately, like you say, the issues we’re still seeing are hard to reproduce consistently. We have had one reproducible bug report (bug#33864). I’ve got a fix for that, so hopefully that makes a difference in situations other than the reported behaviour. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 23 19:19:41 2019 Received: (at control) by debbugs.gnu.org; 23 Sep 2019 23:19:41 +0000 Received: from localhost ([127.0.0.1]:37295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iCXcL-00058O-1r for submit@debbugs.gnu.org; Mon, 23 Sep 2019 19:19:41 -0400 Received: from quimby.gnus.org ([80.91.231.51]:48066) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iCXcI-00058E-U2 for control@debbugs.gnu.org; Mon, 23 Sep 2019 19:19:39 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iCXcG-0005Gn-Bo for control@debbugs.gnu.org; Tue, 24 Sep 2019 01:19:38 +0200 Date: Tue, 24 Sep 2019 01:19:35 +0200 Message-Id: <87r2464n3s.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #36302 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: forcemerge 36302 32932 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 (-) forcemerge 36302 32932 quit From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 25 07:02:25 2020 Received: (at control) by debbugs.gnu.org; 25 Jan 2020 12:02:25 +0000 Received: from localhost ([127.0.0.1]:55054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ivK8v-0006te-0q for submit@debbugs.gnu.org; Sat, 25 Jan 2020 07:02:25 -0500 Received: from mail-wr1-f41.google.com ([209.85.221.41]:45733) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ivK8t-0006oq-6R for control@debbugs.gnu.org; Sat, 25 Jan 2020 07:02:23 -0500 Received: by mail-wr1-f41.google.com with SMTP id j42so5208347wrj.12 for ; Sat, 25 Jan 2020 04:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=1Kt2yv/W4Gx0id4J1+tXe4ywW+EwUDTuXhcRHno1hkg=; b=ZiljZub8Osbj5TWrCFBeYt/JjglNDQ0OHimsNAnT717aD+FCR5niff7bMBWjFyKtCx gp+ZqbJQ6DD4NWLimoArtk1uT3AxSfnJ1ABFhKFnjJgO4MfX88V7G5zR0RBoMtiJMgUj ZufiFRgwQ0qc3BWJ0aIa00LITHDA+K1XtwmeVVU3VWtSbN3a0/qMYtpOfSaNC0U4V8jR rhglKoebtWIuXUIR8e+cEr74XoRlahYQvg0Ws5IWclChT3885TeE+48SzuS0BWUenoh9 RD3SQ6vW5A18iBc2H9ruwz6TohTdGXdDarY9YRWWyCAmayCVrtp0no1LpruSKDO4rdIo wZvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=1Kt2yv/W4Gx0id4J1+tXe4ywW+EwUDTuXhcRHno1hkg=; b=BvPkIM4+94hlV3CVBTB93VtC/HMVvlNm0+DUc4s5FQyCC+T3Cr+xAd3D011iH0EW1x donADpIAgDLbVwMqWKltDtNqNbtvMfsS3IkxXdUQPpVk0i/FehY0E4XKJoBW4rRFjdWJ /k3XJ+mSLGwZwjk9kEK2lp+crVuqFTKyuLOhof0/xWzF3Ku0+fqKcJ1jYp/DtwapheLQ JKHLrC7psTcorHG1nW+MLAPIGJVxBQIIFQUnFFuP4LqfeAcGMqaHoKqAmdDoNl6Tnujc Z/GZupcDAFtcdEXByf1b54Tleeaz3B6wbitwtdky/dR4M0ALFTgqHak6jxUnVUrBmSCB vNCQ== X-Gm-Message-State: APjAAAVxjRQPzkwy0gHyDOY7GdrXoo0NHJFKG8Xtpn4/PQ4LDt/EQhUJ eha8x9nQAD18m7FJixaosn1LlpHB X-Google-Smtp-Source: APXvYqzDQjyNsBVscvCOoVFyrj/TzUn19cE3J8yRtoG/c4rvGk44ngfS6UyBn99fUGaywnDTWERoLg== X-Received: by 2002:a5d:5403:: with SMTP id g3mr10748707wrv.302.1579953737084; Sat, 25 Jan 2020 04:02:17 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-c952-042c-63d5-ffbd.holly.idiocy.org. [2001:8b0:3f8:8129:c952:42c:63d5:ffbd]) by smtp.gmail.com with ESMTPSA id 18sm9988916wmf.1.2020.01.25.04.02.16 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 25 Jan 2020 04:02:16 -0800 (PST) From: Alan Third To: control@debbugs.gnu.org Subject: control message for bug #34127 Date: Sat, 25 Jan 2020 12:02:15 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.5 (/) 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: -0.5 (/) severity 34127 minor severity 34710 minor severity 31904 minor merge 34127 32932 merge 34710 32932 merge 31904 32932 quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 28 13:23:42 2020 Received: (at control) by debbugs.gnu.org; 28 Jan 2020 18:23:42 +0000 Received: from localhost ([127.0.0.1]:32864 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iwVWX-0007Bo-Pw for submit@debbugs.gnu.org; Tue, 28 Jan 2020 13:23:41 -0500 Received: from mail-wm1-f43.google.com ([209.85.128.43]:37648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iwVWW-0007Ba-9A for control@debbugs.gnu.org; Tue, 28 Jan 2020 13:23:40 -0500 Received: by mail-wm1-f43.google.com with SMTP id f129so3663818wmf.2 for ; Tue, 28 Jan 2020 10:23:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:message-id:to:from:subject; bh=2s3BUyd7fD8wsGetTvKEYuhU4xVoUrGpbZhI+p/yD6A=; b=BUwl19Qqce+shEv5M25e7V0JtOJmg5aghwi7X3Z+wCrDc6yyo12dMQE3dwKPQwmx1H sEHOtAeVqqW6upruFxw3FSvIMhh8+HjP1Yc+6Y9UtDKYeVyKIHMZblOysUUFaqnv+w8T XvQ1va+0dBnv8DEX7zcvVqMJ5RSLKyYZ0aGeu4NfVZ4GNWOsd3rzrIwmf0oQG3NoGoJo ClLHil1/6+NxEbgjcWtQxXHGsdr+YYERviIjVRvxvqRy6MbKX3GKLqZsV+jP2/3HautX 27b3qpRBBW3xuHfeyWmt0L31O57WxJSyVbRtcfS7xQdJ0oSU7mgEjoOxLgQ17ksXvD8e 5Z3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:message-id:to:from:subject; bh=2s3BUyd7fD8wsGetTvKEYuhU4xVoUrGpbZhI+p/yD6A=; b=IUZVzVK5bfw8FVrn8qKy/dYk12XKR6mED4KHm1OlcmQsX2z1l4wRPd/bnU0vP12xyU tVGCCJzO4RxMVoFtvtDvNBmTrz/DVa5p7mIgXd2s2IkNoB1K2HiGBZkjcBAVKmqfLCOP GXr/CFbv1DfGAZrMdUhB8ZBuWOlF3yVtX/5AmiUDhhMcjThwVYjmKzqe5vLh6008kFRT kdJl104Duj69FT+EWC7WqE/DYvBG379pnSh4g5MP5Dq/zxzCoY6623bbyEd+a3b6b+kt 2D30tk5h3mFEmfpdxXrQF3AqK9B9oMHT79+lP9llZQeG7CFex1pumQWyBP2qICmfWmIw ucyg== X-Gm-Message-State: APjAAAUj3uFqdEaaNAIqHMaggoru0+Fw2SufWc/v722YDslbEzufsYUl nVRecdqhnQjqWDNWlZqVIMljoNrX X-Google-Smtp-Source: APXvYqxX8Y0R5GE6npk2Xa0YxTHqSA6qvwwIMY7/EuUJb+OpC4uLyKVyAi4vu+5CV0LuNpKRvMM3qA== X-Received: by 2002:a1c:a404:: with SMTP id n4mr6437430wme.186.1580235813424; Tue, 28 Jan 2020 10:23:33 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-796d-1d84-62c5-a5b9.holly.idiocy.org. [2001:8b0:3f8:8129:796d:1d84:62c5:a5b9]) by smtp.gmail.com with ESMTPSA id i204sm4266826wma.44.2020.01.28.10.23.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jan 2020 10:23:32 -0800 (PST) Date: Tue, 28 Jan 2020 18:23:24 +0000 Message-Id: To: control@debbugs.gnu.org From: Alan Third Subject: control message for bug #32932 X-Spam-Score: 0.5 (/) 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: -0.5 (/) tags 32932 fixed close 32932 28.1 quit From unknown Fri Jun 13 06:12:48 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, 13 Mar 2020 11:24:04 +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