From unknown Thu Jun 19 14:17:04 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#17344 <17344@debbugs.gnu.org> To: bug#17344 <17344@debbugs.gnu.org> Subject: Status: 24.3.90; REGRESSION: tooltip semi-transparent in *Completions* Reply-To: bug#17344 <17344@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:17:04 +0000 retitle 17344 24.3.90; REGRESSION: tooltip semi-transparent in *Completions* reassign 17344 emacs submitter 17344 Drew Adams severity 17344 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 25 00:43:39 2014 Received: (at submit) by debbugs.gnu.org; 25 Apr 2014 04:43:39 +0000 Received: from localhost ([127.0.0.1]:57825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WdXz9-0003hJ-1K for submit@debbugs.gnu.org; Fri, 25 Apr 2014 00:43:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49632) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WdXz4-0003h8-NR for submit@debbugs.gnu.org; Fri, 25 Apr 2014 00:43:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WdXyt-0001H4-VQ for submit@debbugs.gnu.org; Fri, 25 Apr 2014 00:43:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdXyt-0001Gz-Rw for submit@debbugs.gnu.org; Fri, 25 Apr 2014 00:43:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdXyl-0002J1-3a for bug-gnu-emacs@gnu.org; Fri, 25 Apr 2014 00:43:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WdXyc-0001D6-DE for bug-gnu-emacs@gnu.org; Fri, 25 Apr 2014 00:43:15 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:31242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdXyb-0001Cr-V0 for bug-gnu-emacs@gnu.org; Fri, 25 Apr 2014 00:43:06 -0400 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s3P4h42a026512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 25 Apr 2014 04:43:05 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s3P4h4Cv025284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 25 Apr 2014 04:43:04 GMT Received: from abhmp0017.oracle.com (abhmp0017.oracle.com [141.146.116.23]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s3P4h3LT015443 for ; Fri, 25 Apr 2014 04:43:03 GMT MIME-Version: 1.0 Message-ID: <5768bb5c-7e46-4017-9d6c-018b51f5dd4b@default> Date: Thu, 24 Apr 2014 21:43:02 -0700 (PDT) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.90; REGRESSION: tooltip semi-transparent in *Completions* X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) I think this is the same bug as #16619, which we closed because it seemed fixed. However, I never checked the appearance of tooltip frames in *Completions*, since I normally do not use tooltips. The behavior I notice now concerns only tooltip frames - specifically tooltips shown on completion candidates in buffer *Completions*: those tooltips are semi-transparent. I do not see the problem with tooltips elsewhere. Please see bug #16619 for background and context. This is with my setup. The regression started with Emacs 23.1 - there is no problem with Emacs 22. And just as for what was noticed during the bug #16619 thread, if I set `frame-alpha-lower-limit' to 100 instead of the default value of 20 then the problem disappears. (Of course, I do not want to do that in general, and this is for code that other users will use - I cannot expect them to tweak `frame-alpha-lower-limit'. IOW, that workaround might help you understand the problem and possibly find a solution, but it is not, itself, a solution.) Note that in my setup, *Completions* is a separate frame, and its input is redirected to my standalone minibuffer frame. Dunno whether this is pertinent, but it might help to know it. Please see bug thread #16619, which apparently isolates the commit that introduced that regression. (I'm guessing that that regression has been only partly fixed and this report is about the same problem.) In GNU Emacs 24.3.90.1 (i686-pc-mingw32) of 2014-04-12 on LEG570 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --enable-checking 'CFLAGS=3D-O0 -g3' CPPFLAGS=3D-DGLYPH_DEBUG= =3D1' From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 28 14:10:50 2014 Received: (at 17344) by debbugs.gnu.org; 28 Apr 2014 18:10:50 +0000 Received: from localhost ([127.0.0.1]:44093 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Weq0v-0003cw-G0 for submit@debbugs.gnu.org; Mon, 28 Apr 2014 14:10:49 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:29075) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Weq0t-0003cf-2R for 17344@debbugs.gnu.org; Mon, 28 Apr 2014 14:10:47 -0400 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s3SIAeRf005405 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <17344@debbugs.gnu.org>; Mon, 28 Apr 2014 18:10:41 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s3SIAdkF010266 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <17344@debbugs.gnu.org>; Mon, 28 Apr 2014 18:10:40 GMT Received: from abhmp0014.oracle.com (abhmp0014.oracle.com [141.146.116.20]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s3SIAdEB015923 for <17344@debbugs.gnu.org>; Mon, 28 Apr 2014 18:10:39 GMT MIME-Version: 1.0 Message-ID: Date: Mon, 28 Apr 2014 11:10:38 -0700 (PDT) From: Drew Adams To: 17344@debbugs.gnu.org Subject: RE: bug#17344: 24.3.90; REGRESSION: tooltip semi-transparent in *Completions* References: <5768bb5c-7e46-4017-9d6c-018b51f5dd4b@default> In-Reply-To: <5768bb5c-7e46-4017-9d6c-018b51f5dd4b@default> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 17344 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) Some more info about this regression: (I cannot get a screen capture to show you, because my screen-capture tool does not capture tooltips.) If I give another, non-Emacs window-manager window the focus (by clicking its title bar) then the mouseover tooltip in the *Completions* frame is OK (normal, not transparent). And, as I think I said earlier, if I give the minibuffer frame the focus, same thing: the tooltip is normal, not transparent. But if I give any othe= r Emacs frame the focus (including frame *Completions*), e.g., by clicking it= s title bar, then the tooltip in *Completions* is transparent. Note that typically some other frame has the input focus when the minibuffe= r is activated, and it keeps the focus during use of the minibuffer. I'm not real clear on the terminology, however. Suppose I click the title bar of a Dired frame or a frame for *Messages*. Then if I do, say, `M-x', the minibuffer becomes active and it accepts input. But it its title bar is not colored to show that it has the focus - the Dired or whatever frame that had the focus still has it, as judged by its title bar. So what kind of focus is this, since typing input puts it in the minibuffer= ? The minibuffer frame does not have the "focus", but input goes to it. (And a call to `select-frame-set-input-focus' for the minibuffer frame does change its title bar, "focusing" it, and even after the minibuffer is exite= d the minibuffer frame then still has that focus.) From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 04 04:48:00 2015 Received: (at 17344-done) by debbugs.gnu.org; 4 Jul 2015 08:48:00 +0000 Received: from localhost ([127.0.0.1]:39194 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZBJ7A-0002RK-1X for submit@debbugs.gnu.org; Sat, 04 Jul 2015 04:48:00 -0400 Received: from mout.gmx.net ([212.227.17.20]:54474) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZBJ77-0002R4-Np for 17344-done@debbugs.gnu.org; Sat, 04 Jul 2015 04:47:58 -0400 Received: from [62.46.210.192] ([62.46.210.192]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0Lv8hi-1Z1vQU3CNu-010Pgr; Sat, 04 Jul 2015 10:47:48 +0200 Message-ID: <55979DAC.6010101@gmx.at> Date: Sat, 04 Jul 2015 10:47:40 +0200 From: martin rudalics MIME-Version: 1.0 To: Drew Adams , 17344-done@debbugs.gnu.org Subject: Re: bug#17344: 24.3.90; REGRESSION: tooltip semi-transparent in *Completions* References: <5768bb5c-7e46-4017-9d6c-018b51f5dd4b@default> In-Reply-To: <5768bb5c-7e46-4017-9d6c-018b51f5dd4b@default> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:P9Y3Fw3Ui6YE+wUiuHTtM/GDOIk7WWvUN/qcspLltNt/Hux5J4p YI2evP16iFCa9VlXzaYPqPLiCBi2rwP48HErNmI9onbbwp32KdGAJfI9RvfEGkx9jZSNODU ubnys1ES3Pv1fL6i7yqBTgcOT0jLueSZjB+jD4npS+N4hEC3Daks/wmS06vmPZRnfk+APBO 49z1V99w+0+vmLZWwKYpg== X-UI-Out-Filterresults: notjunk:1;V01:K0:bu5MBrX0yLs=:LeUleXKXNDAwo4r1NEbX8j S88LtND2LAXIqCfQxoCatmQyzgle0Jwia+MkxcDZVeuxmKhNWvXIj/kjpMzfyOv3Bgc5ahjw9 kR4g8ZX1ETqXuYygk7yyEFzoDL1RJtzgbDvxCVDx7KIZQDH3Lv/Z25x9GbZx82j1kYCh21pP/ 0XEY+DbVdZiUld5bFY8WisYtcwuS1Dr+lby2p6sWTYcXEn+VaGFtf8zcw2GACjX8QR0NdKVPF XjUiEGA0x9+Q0UUVXL+xfpfS2rOB7F/OHaAh0bpCp0XlYpjiy2TpEhoKDwBDNiAS6TtctduRk 9Zc1ACgHApSQBVF0bgvqpjmI2ZVMQ8/cPJ9Ri1Ux3z/SA5X0qjqA4v8e+jWxdETVVE3vxzcda Wqlo5MNaoMn7RntP5fWfcec0z79OpStLTOTzoptf5d5VyUZfPtIBeDr8MbzLvG9r6+LXwdzNa fOucfH5ETVm91TGMT8+kPcisyd7jfuYoUueO3vF8IwD7U4HIgVk7nD8q/vtqioyvfwf8vKH66 ZiRpnX0UpwBwgbvLDkdIE9wHiq1gmSRUUwhhawxtNCoq+aHrepcEKmLuGD3wk7w0BPFfXmgkj 7i9Yb1N33bN41PGa6HE/jQQA3KzcMg8/UV7mFKbsMCv9ie2wi/+4EsfMo98mnafksEd6vDTmI d5u6B/uxkLP5Ms+8VwBd34wROZAuiQjZrhRfym1/0kMA4c5YNh34SVxkFbtW7SMn/Xpk= X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 17344-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) > In GNU Emacs 24.3.90.1 (i686-pc-mingw32) > of 2014-04-12 on LEG570 > Windowing system distributor `Microsoft Corp.', version 6.1.7601 > Configured using: > `configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1' Shoud be fixed for Emacs 25. Please check as soon as you get new binaries. Thanks, martin From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 04 10:52:20 2015 Received: (at 17344-done) by debbugs.gnu.org; 4 Jul 2015 14:52:20 +0000 Received: from localhost ([127.0.0.1]:39848 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZBOnk-0005s4-1D for submit@debbugs.gnu.org; Sat, 04 Jul 2015 10:52:20 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:19718) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZBOnh-0005rp-Pp for 17344-done@debbugs.gnu.org; Sat, 04 Jul 2015 10:52:18 -0400 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t64EqBNR021898 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 4 Jul 2015 14:52:11 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t64EqAKs012150 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 4 Jul 2015 14:52:10 GMT Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t64Eq8I3021244; Sat, 4 Jul 2015 14:52:10 GMT MIME-Version: 1.0 Message-ID: <9d2ec7b4-5c37-4708-81da-03a20533b39e@default> Date: Sat, 4 Jul 2015 07:52:01 -0700 (PDT) From: Drew Adams To: martin rudalics , 17344-done@debbugs.gnu.org Subject: RE: bug#17344: 24.3.90; REGRESSION: tooltip semi-transparent in *Completions* References: <5768bb5c-7e46-4017-9d6c-018b51f5dd4b@default> <55979DAC.6010101@gmx.at> In-Reply-To: <55979DAC.6010101@gmx.at> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0022.oracle.com [156.151.31.74] X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 17344-done Cc: Dani Moncayo X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) > Shoud be fixed for Emacs 25. Please check as soon as you get new > binaries. Yes, it does seem to be fixed. (Thanks to Dani, I was able to get a very recent binary.) Thanks for fixing this! From unknown Thu Jun 19 14:17:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 02 Aug 2015 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator