From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Latest master broken on Cocoa/NS Date: Fri, 15 Jul 2016 09:41:32 +0300 Message-ID: <676ea8c5-848d-5646-0be4-537fd7c1a1c3@yandex.ru> References: <6094b884-c675-cc67-cdc8-c6810b26f97d@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1468564934 7524 80.91.229.3 (15 Jul 2016 06:42:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2016 06:42:14 +0000 (UTC) Cc: =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= , emacs-devel To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 15 08:42:07 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bNwp1-0005rN-BA for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2016 08:42:03 +0200 Original-Received: from localhost ([::1]:58744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNwp0-0000G9-3L for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2016 02:42:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNwop-0000Do-Hf for emacs-devel@gnu.org; Fri, 15 Jul 2016 02:41:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNwom-000351-2m for emacs-devel@gnu.org; Fri, 15 Jul 2016 02:41:51 -0400 Original-Received: from forward4m.cmail.yandex.net ([5.255.216.22]:45982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNwok-000327-NI for emacs-devel@gnu.org; Fri, 15 Jul 2016 02:41:47 -0400 Original-Received: from smtp1m.mail.yandex.net (smtp1m.mail.yandex.net [IPv6:2a02:6b8:0:2519::121]) by forward4m.cmail.yandex.net (Yandex) with ESMTP id E257220C0A; Fri, 15 Jul 2016 09:41:33 +0300 (MSK) Original-Received: from smtp1m.mail.yandex.net (localhost [127.0.0.1]) by smtp1m.mail.yandex.net (Yandex) with ESMTP id C85266740785; Fri, 15 Jul 2016 09:41:33 +0300 (MSK) Original-Received: by smtp1m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id ALjno2ZMqm-fXD0sGOj; Fri, 15 Jul 2016 09:41:33 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1468564893; bh=XW0Iuk6cXXM7AHyTISsCt8gVFwK6RvhQ8AwLUKKK8Ag=; h=Subject:To:References:From:Cc:Message-ID:Date:In-Reply-To; b=uIKLK8hdNisKtsgvjTW0cpME2uuXhuQTNkq8cWSvBijOh6TZSZVC28x5HslreJIec X3ozbN2LoS+8qEMHQyB8myWNAJnRdIPJSd32QZJRwV57DLuFOxnFdDVNgeEwD9MWR6 5QqQt2HCwwfpp5AlQHNzJwfSSbeLiZMqit0lzCTE= Authentication-Results: smtp1m.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0,1 0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 5.255.216.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:205697 Archived-At: On 07/14/2016 09:26 AM, John Wiegley wrote: > Before trying it, can you please offer some motivation for why we want this > change? That would help us in reading it. For NS, this is a no-op. For others, this addresses the cases where tooltips are 'first-class' frames in Emacs terms (--with-x-toolkit={no,lucid,motif}, MS Windows, GTK[23] builds when 'x-gtk-use-system-tooltips' is nil). The goal was to avoid tricky global variables and (hopefully) to reduce overall complexity of the relevant code. Dmitry