From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Latest master broken on Cocoa/NS Date: Fri, 15 Jul 2016 17:25:19 +0300 Message-ID: <83bn1z6ks0.fsf@gnu.org> References: <6094b884-c675-cc67-cdc8-c6810b26f97d@yandex.ru> <676ea8c5-848d-5646-0be4-537fd7c1a1c3@yandex.ru> <5788EA6E.60201@gmail.com> <83eg6v6lj5.fsf@gnu.org> <5788F158.8000401@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1468592839 17292 80.91.229.3 (15 Jul 2016 14:27:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2016 14:27:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?windows-1252?Q?Cl=E9ment?= Pit--Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 15 16:27:19 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 1bO45E-00041e-Qi for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2016 16:27:16 +0200 Original-Received: from localhost ([::1]:32866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO45D-00013j-R8 for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2016 10:27:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO43s-0000A3-9R for emacs-devel@gnu.org; Fri, 15 Jul 2016 10:25:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bO43m-0005s4-8K for emacs-devel@gnu.org; Fri, 15 Jul 2016 10:25:51 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO43m-0005rg-4z; Fri, 15 Jul 2016 10:25:46 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3695 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bO43i-0001bM-Aq; Fri, 15 Jul 2016 10:25:44 -0400 In-reply-to: <5788F158.8000401@gmail.com> (message from =?windows-1252?Q?C?= =?windows-1252?Q?l=E9ment?= Pit--Claudel on Fri, 15 Jul 2016 16:21:12 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:205714 Archived-At: > Cc: emacs-devel@gnu.org > From: Clément Pit--Claudel > Date: Fri, 15 Jul 2016 16:21:12 +0200 > > > Frame-creation code is mostly in C. > > Sure, but that code (the one that ‘make-frame’ calls) already exists independently of the code for popups, right? If that's correct, couldn't one imagine the non-toolkit pop-up code being entirely moved to lisp, with the exception of the part that makes a frame frame chromeless? Maybe I misunderstand what you have in mind, but there's almost nothing to move to Lisp after that exception. Take a look at tooltip.el -- that's all that's left for Lisp to do about tooltips.