From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: src/nsterm.m: fix window tabbing on macOS Date: Sat, 5 Jun 2021 21:58:48 +0100 Message-ID: References: <9cdf9d6dc55ccd4894d758d3237b0be2@purelymail.com> <03FB7137-A02D-4B94-AF1F-8B7E84DEF5DB@bydasein.com> <39fa782b82e274d3e9c40e934df89d68@purelymail.com> <4cf0b73bcefc7d159881d368b3a4b7f5@purelymail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7508"; mail-complaints-to="usenet@ciao.gmane.io" To: "Paul W. Rankin" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 06 12:50:58 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lpqMr-0001mX-TI for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Jun 2021 12:50:57 +0200 Original-Received: from localhost ([::1]:41026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpqMq-0005Ph-T2 for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Jun 2021 06:50:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpqLV-0004cg-9W for emacs-devel@gnu.org; Sun, 06 Jun 2021 06:49:35 -0400 Original-Received: from ip6-2001-8b0-3f8-8129-e480-21ac-99f4-a10d.holly.idiocy.org ([2001:8b0:3f8:8129:e480:21ac:99f4:a10d]:50265 helo=breton.holly.idiocy.org) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpqLT-0000VK-Bn for emacs-devel@gnu.org; Sun, 06 Jun 2021 06:49:33 -0400 Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 997A2202C63BF2; Sat, 5 Jun 2021 21:58:48 +0100 (BST) Mail-Followup-To: Alan Third , "Paul W. Rankin" , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: Received-SPF: none client-ip=2001:8b0:3f8:8129:e480:21ac:99f4:a10d; envelope-from=alan@breton.holly.idiocy.org; helo=breton.holly.idiocy.org X-Spam_score_int: 5 X-Spam_score: 0.5 X-Spam_bar: / X-Spam_report: (0.5 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, KHOP_HELO_FCRDNS=0.398, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270471 Archived-At: On Wed, May 26, 2021 at 08:56:19PM +0100, Alan Third wrote: > On Sun, May 16, 2021 at 07:16:54PM +1000, Paul W. Rankin wrote: > > > > I've attached two patches: 0001 is to remove the explicit setting of > > NSWindowTabbingModeDisallowed; > > If you write up a wee NEWS entry, I'll be happy to push this change to > master and we can see is anyone shouts. :) > > Please make sure to mention where to go to turn off tabbing. Hi Paul, did you get a chance to add a NEWS entry? If you don't have the time (or feel confident enough), please send a small description of what's changed and how to disable the tab-bar and I'll finish it up. -- Alan Third