From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Sv: Sticky tooltips Date: Mon, 05 Oct 2020 12:48:58 +0300 Message-ID: <83r1qdc8ad.fsf@gnu.org> References: <83blhpl2xl.fsf@gnu.org> <834kngllb1.fsf@gnu.org> <83pn63iajn.fsf@gnu.org> <83v9fugl22.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14400"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Arthur Miller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 05 11:49:42 2020 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 1kPN7m-0003dc-EA for ged-emacs-devel@m.gmane-mx.org; Mon, 05 Oct 2020 11:49:42 +0200 Original-Received: from localhost ([::1]:37000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPN7l-0004FT-GT for ged-emacs-devel@m.gmane-mx.org; Mon, 05 Oct 2020 05:49:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55732) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPN76-0003oD-2F for emacs-devel@gnu.org; Mon, 05 Oct 2020 05:49:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55674) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPN74-0002C1-EG; Mon, 05 Oct 2020 05:48:58 -0400 Original-Received: from [176.228.60.248] (port=2955 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kPN73-00050L-Ux; Mon, 05 Oct 2020 05:48:58 -0400 In-Reply-To: (message from Arthur Miller on Mon, 05 Oct 2020 11:27:15 +0200) 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:257096 Archived-At: > From: Arthur Miller > Cc: emacs-devel@gnu.org > Date: Mon, 05 Oct 2020 11:27:15 +0200 > > Where do I find the mouse motion callback for tooltips? I don't understand the question, sorry. What is this callback you are looking for? what is it supposed to do? > This also leaves question how it will behave if a tooltip frame is live > on the screen and another tooltip frame is "requested". In that case we pop down the previous tooltip, AFAIR. There can be only one tooltip active at any given time.