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 19:04:15 +0300 Message-ID: <83a8hi7urk.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> <83bn1z6ks0.fsf@gnu.org> <5788FDCB.50806@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 1468598788 16689 80.91.229.3 (15 Jul 2016 16:06:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2016 16:06:28 +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 18:06:23 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 1bO5d6-00035P-Vu for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2016 18:06:21 +0200 Original-Received: from localhost ([::1]:33531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO5d6-0000wC-5k for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2016 12:06:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO5bb-0008QQ-9c for emacs-devel@gnu.org; Fri, 15 Jul 2016 12:04:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bO5bV-0006MS-56 for emacs-devel@gnu.org; Fri, 15 Jul 2016 12:04:46 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO5bV-0006MB-2C; Fri, 15 Jul 2016 12:04:41 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3733 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bO5bR-0003pY-9y; Fri, 15 Jul 2016 12:04:39 -0400 In-reply-to: <5788FDCB.50806@gmail.com> (message from =?windows-1252?Q?Cl?= =?windows-1252?Q?=E9ment?= Pit--Claudel on Fri, 15 Jul 2016 17:14:19 +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:205726 Archived-At: > Cc: emacs-devel@gnu.org > From: Clément Pit--Claudel > Date: Fri, 15 Jul 2016 17:14:19 +0200 > > Looking in xfns.c, there seems to be about 1000 lines of code for tooltips, and significant overlap between x_create_frame and x_create_tip_frame. Most of the rest (about 700 lines) seems to be code that deals with creating timers, and showing and hiding tooltip frames. Isn't that right? So which part(s) of that would you like to move to Lisp?