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: Mon, 7 Jun 2021 22:57:41 +0100 Message-ID: References: <65f1-60bcfd80-157-23301c40@168015757> 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="27302"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org, Naofumi Yasufuku To: "Paul W. Rankin" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 07 23:58:36 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 1lqNGW-0006tu-Jf for ged-emacs-devel@m.gmane-mx.org; Mon, 07 Jun 2021 23:58:36 +0200 Original-Received: from localhost ([::1]:56406 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lqNGV-00063Z-Ly for ged-emacs-devel@m.gmane-mx.org; Mon, 07 Jun 2021 17:58:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53886) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqNFq-0004id-5R for emacs-devel@gnu.org; Mon, 07 Jun 2021 17:57:54 -0400 Original-Received: from outbound.soverin.net ([2a01:4f8:fff0:2d:8::218]:60267) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqNFn-0000YU-Po; Mon, 07 Jun 2021 17:57:53 -0400 Original-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 9BC4C60283; Mon, 7 Jun 2021 21:57:45 +0000 (UTC) Original-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=1623103064; bh=JR6ePyrNGFXWu3dtJeli1G8FSDRsRUmv6biTEaHvZE0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=po141Z8txRDjaTZYiTImVynUSDQ1Rk/Z6ryGWMxappvMkDX2wFUhpYGSbOtxCsz1f dEBHbBHwqQflkha5PECpblXDx4DFC9q+EZYL+FuRvn+kKk85KrBlwwzAiK6GQhJ3h8 3Aq5b+jlloam7uvAJ+/sdL5EW1jCJ7kAFKHbYqUOC6OSE81VuxM+zp3jDf6HAWuucS GvqKni9dzkluA7KnA4RuY5z4aZ/wykTkIQ1R9TtOHG1mUE5G4j1reYo4oDSB8c24H0 YWLe1QQxb7A23xCMcuPyw0JajBAvpIX8vsuHLDxmSg6sSkHZ1e7dWysHSDEWLaeWcV hANRVFhkmQpWw== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.94.2) (envelope-from ) id 1lqNFd-0019wk-KY; Mon, 07 Jun 2021 22:57:41 +0100 Mail-Followup-To: Alan Third , "Paul W. Rankin" , Naofumi Yasufuku , Eli Zaretskii , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=2a01:4f8:fff0:2d:8::218; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_SBL_A=0.1 autolearn=ham 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:270535 Archived-At: On Mon, Jun 07, 2021 at 10:11:17AM +1000, Paul W. Rankin wrote: > > > On 7 Jun 2021, at 2:52 am, naofumi@yasufuku.dev wrote: > > > > After this nsterm.m change for native tabs, I cannot realize the previous > > fullscreen frame behavior with macOS system preference 'Prefer tabs' settings. > > > > > > I think this native tabs feature should be choosable by user, as Alan said: > > *It is* choosable by the user, via System Preferences. Please see the original discussion here: No, for some reason the fullscreen new-frame behaviour changes and modifying the system settings doesn't revert it. -- Alan Third