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: Sun, 6 Jun 2021 10:13:10 +0100 Message-ID: References: <39fa782b82e274d3e9c40e934df89d68@purelymail.com> <4cf0b73bcefc7d159881d368b3a4b7f5@purelymail.com> <228099F1-BAB6-4E3A-AD0F-FB4282817CEB@bydasein.com> <83mts3ikoa.fsf@gnu.org> <2C0F466D-0FEB-439B-8049-D8EA5FC0B21B@bydasein.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="28997"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Paul W. Rankin" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 06 11:14:15 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 1lporG-0007Dj-GB for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Jun 2021 11:14:14 +0200 Original-Received: from localhost ([::1]:45716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lporF-0000Fb-IA for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Jun 2021 05:14:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35486) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpoqQ-0007iO-Dv for emacs-devel@gnu.org; Sun, 06 Jun 2021 05:13:25 -0400 Original-Received: from outbound.soverin.net ([116.202.65.218]:40223) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpoqM-0008GS-M6; Sun, 06 Jun 2021 05:13:22 -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 AAC2A6023C; Sun, 6 Jun 2021 09:13:13 +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=1622970792; bh=6U1hLbqvwHeAUMwUKud8SDdCU2ia8g4wBVobvwEpx+4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QQUklkaSIuuFlZbqCvIEwKv0usFxbTnHTd2tJ8DYaLAF3u50W/QGRTMzr7DRv8Qz7 OGt1W5FHOqx20VB820vaNws683jOCDqvVw6IHgTVIWCxp5/N3wcMpsXEeZE8Z7ihMK tRtEcgo2ORAcZRg3Iidfv4nNULdMs7zh0+x4MevpiPay2SBvs756ZBEqhxLj31hENM KReo3roMBeks7pgTgUzqU9YjgVYSpDYhmBfc1ys9OecyPnqzZuA/ORqXuL4RqFr70w 7QnvtyQ7soQ0GAVI8co9FQTSwOq283o/M4AbRA8sYUp49Q/lmJ2Ht16NvSoSEIDuaS RFYnMSI0gfgEw== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.94.2) (envelope-from ) id 1lpoqE-00172l-Gs; Sun, 06 Jun 2021 10:13:10 +0100 Mail-Followup-To: Alan Third , "Paul W. Rankin" , Eli Zaretskii , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <2C0F466D-0FEB-439B-8049-D8EA5FC0B21B@bydasein.com> Received-SPF: pass client-ip=116.202.65.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:270469 Archived-At: On Sun, Jun 06, 2021 at 04:48:32PM +1000, Paul W. Rankin wrote: > > No problemo. Revised patch attached. Thanks. I've pushed it to master. -- Alan Third