From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88786 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: New option gnus-use-atomic-windows Date: Sun, 22 Sep 2019 10:47:29 -0700 Message-ID: <87ftko9qa6.fsf@ericabrahamsen.net> References: <8736gpayi1.fsf@ericabrahamsen.net> <87ef082pww.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="11682"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36990@lists.math.uh.edu Sun Sep 22 19:47:49 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iC5xd-0002tb-GH for ding-account@gmane.org; Sun, 22 Sep 2019 19:47:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.2) (envelope-from ) id 1iC5xX-00049e-ID; Sun, 22 Sep 2019 12:47:43 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.2) (envelope-from ) id 1iC5xV-000474-09 for ding@lists.math.uh.edu; Sun, 22 Sep 2019 12:47:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) (envelope-from ) id 1iC5xT-0007dA-NM for ding@lists.math.uh.edu; Sun, 22 Sep 2019 12:47:40 -0500 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226] helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iC5xQ-00089j-Aa for ding@gnus.org; Sun, 22 Sep 2019 19:47:38 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iC5xP-0002g7-2v for ding@gnus.org; Sun, 22 Sep 2019 19:47:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:/9GT8/P7b0Rvp7ZZ/QJaZwUsRZs= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88786 Archived-At: Eric S Fraga writes: > On Saturday, 21 Sep 2019 at 18:52, Eric Abrahamsen wrote: >> For those of you running master, there's a new option >> `gnus-use-atomic-windows' which you can play with. > > Thanks for the heads up. Sounds useful! > >> It defaults to nil, please set to t and test it! > > I've just built emacs and started it up. gnus-use-atomic-windows seems > to default to t. Well crap, you're right. That was a mistake. Hmm, I might just leave it that way for now, to flush out bugs, and if there are more than a few then change the default later. I need more sleep.