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: scratch/ns/refactor 06d9e72 5/6: Move NS port toolbar handling to the window Date: Thu, 24 Jun 2021 15:07:33 +0100 Message-ID: References: <20210620155625.12886.44156@vcs0.savannah.gnu.org> <20210620155629.258B620B76@vcs0.savannah.gnu.org> <87h7hosqob.fsf@gmail.com> <874kdosk69.fsf@gmail.com> <87zgvfqs8f.fsf@gmail.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="4633"; mail-complaints-to="usenet@ciao.gmane.io" To: Robert Pluim , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 24 16:09:10 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 1lwQ2Y-000119-3Y for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Jun 2021 16:09:10 +0200 Original-Received: from localhost ([::1]:54732 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lwQ2X-0006zt-68 for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Jun 2021 10:09:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52886) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwQ16-0005rM-Qy for emacs-devel@gnu.org; Thu, 24 Jun 2021 10:07:40 -0400 Original-Received: from outbound.soverin.net ([116.202.126.228]:32941) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwQ13-0004gi-6Q for emacs-devel@gnu.org; Thu, 24 Jun 2021 10:07:40 -0400 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (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 4DE18B47; Thu, 24 Jun 2021 14:07:35 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1624543654; bh=evL/4q2Oko0bWHl7FXraATxX+Q0HL0urRySnhaUMbYY=; h=Date:From:To:Subject:References:In-Reply-To:From; b=pbELIKSqZUrXHPXfKeV/POB1TBcZIOYTeu4+HIdWKb869/hQnqAZZciSLwwHCAyNa upH/wjkwn3UlL+3XWeqjBYF4+gj086rRpmvjZdWvRijUq6nOBWsLXD7+Eyd4nc9tmz fJ506ks3+DGDwCAF0tBcsQv26g7Ole1RQ9FvTzB2JbP0ZrEHEOv4wUPsCZRJgLoA7g KhqqBkr5qQT1eTcUaLkaXBjuOOidhvowb1k9l7MaNTQzmN9O27jG57qM5yoS6/ksI1 3C8AfDOMhNVlzFkuSo9DFa+1ZitlASY/HouMz1mmCERrwTdHcSEzLn8KtA+zInmDQc WLF49qPAMfc6A== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.94.2) (envelope-from ) id 1lwQ0z-001Gnt-Db; Thu, 24 Jun 2021 15:07:33 +0100 Mail-Followup-To: Alan Third , Robert Pluim , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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 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:270999 Archived-At: On Thu, Jun 24, 2021 at 03:05:43PM +0100, Alan Third wrote: > If you revert 99adf4b2af is the menu behaviour better, worse or the > same? Oops, sorry, 982ecc5aa9. I rebased my local copy onto master, so it doesn't match what you'll be using just now. -- Alan Third