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: Sticky tooltips Date: Tue, 29 Sep 2020 05:41:42 +0300 Message-ID: <83blhpl2xl.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7809"; 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 Tue Sep 29 04:42:38 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 1kN5bC-0001xo-Hu for ged-emacs-devel@m.gmane-mx.org; Tue, 29 Sep 2020 04:42:38 +0200 Original-Received: from localhost ([::1]:51310 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kN5bB-0005Yi-L8 for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Sep 2020 22:42:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51564) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kN5aU-00057z-31 for emacs-devel@gnu.org; Mon, 28 Sep 2020 22:41:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57323) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kN5aS-0001f3-Of; Mon, 28 Sep 2020 22:41:52 -0400 Original-Received: from [176.228.60.248] (port=3708 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kN5aS-0003tJ-41; Mon, 28 Sep 2020 22:41:52 -0400 In-Reply-To: (message from Arthur Miller on Mon, 28 Sep 2020 22:04:50 +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:256657 Archived-At: > From: Arthur Miller > Date: Mon, 28 Sep 2020 22:04:50 +0200 > > Somebody suggested for sticky tooltips the other day; Mr. Eli Z. > explained about tooltips, when compiled in Gtk are controlled by Gtk. > > So I wonder - do they need to be? They don't have to be, we just use that as the default. We have a variable to turn that off and use our own tooltips. I presume GTK users would prefer the GTK tooltips, though, because they preserve the look-and-feel of the other GTK applications, and can be customized in the same ways. > I tested idea with a sticky tooltip based on just ordinary buffer > displayed in a child frame. You propose to switch to "tooltips" that pop up in a special buffer?