From unknown Tue Aug 19 11:04:12 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#1032 <1032@debbugs.gnu.org> To: bug#1032 <1032@debbugs.gnu.org> Subject: Status: foreground-color in default-frame-alist affects tooltips, while background-color does not Reply-To: bug#1032 <1032@debbugs.gnu.org> Date: Tue, 19 Aug 2025 18:04:12 +0000 retitle 1032 foreground-color in default-frame-alist affects tooltips, whil= e background-color does not reassign 1032 emacs,w32 submitter 1032 "Juanma Barranquero" severity 1032 normal thanks From lekktu@gmail.com Fri Sep 26 01:40:22 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.7 required=4.0 tests=AWL,BAYES_00,HAS_PACKAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 26 Sep 2008 08:40:22 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8Q8eF2v017145 for ; Fri, 26 Sep 2008 01:40:16 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kj8s2-0003a5-P5 for bug-gnu-emacs@gnu.org; Fri, 26 Sep 2008 04:40:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kj8s0-0003Xt-Vt for bug-gnu-emacs@gnu.org; Fri, 26 Sep 2008 04:40:14 -0400 Received: from [199.232.76.173] (port=41874 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kj8s0-0003Xf-Nt for bug-gnu-emacs@gnu.org; Fri, 26 Sep 2008 04:40:12 -0400 Received: from rn-out-0910.google.com ([64.233.170.189]:45972) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kj8s0-0000ZW-OJ for bug-gnu-emacs@gnu.org; Fri, 26 Sep 2008 04:40:12 -0400 Received: by rn-out-0910.google.com with SMTP id k32so343425rnd.7 for ; Fri, 26 Sep 2008 01:40:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=UeOe3eTG3tzXdQbysuBk57SoTdYZ5E7vv9Xzs+wCBVc=; b=IkhJnkzcccD696rifCYn4gnEbDuTS+clHVnu6QR2hO+pzizBjh02toBNdnruKL3y3O Wl0gHfyInM1EsS3mbT6ZxNN9dmKXinbwmxq7tIxa/WIEeqFIh87cVqkTCRTgtN2npLhZ yelzebmJJopAlVC/XubyMR/oWao3q72bSVkO4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=CAO2Lpq1Y9HVU348feM1S7jSS+pxnyf3G6+EH7bzyx75Ztt1bE5XVpY4TxtVuLjpS5 L18nRCqsHM41wEojqfzTFDCRGnbhHwZUJvYSDFe6LEGCb35s6oNYCzRLCE4PqS4xJKRV QKhMsmNYGoBR1GQayeklNsztW3SF07F8NfETg= Received: by 10.100.255.17 with SMTP id c17mr760706ani.76.1222418411105; Fri, 26 Sep 2008 01:40:11 -0700 (PDT) Received: by 10.100.13.13 with HTTP; Fri, 26 Sep 2008 01:40:10 -0700 (PDT) Message-ID: Date: Fri, 26 Sep 2008 10:40:10 +0200 From: "Juanma Barranquero" To: Bug-Gnu-Emacs Subject: foreground-color in default-frame-alist affects tooltips, while background-color does not MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Package: emacs,w32 Version: 23.0.60 default-frame-alist affects tooltips on Windows, but the background of the tooltip window is not affected. With (setq default-frame-alist '((background-mode . dark) (background-color . "black") (foreground-color . "white"))) the tooltip text foreground is white, but the background is still the default lightyellow, so the text is not visible. From rudalics@gmx.at Fri Sep 26 08:19:35 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.1 required=4.0 tests=AWL,BAYES_00,FVGT_m_MULTI_ODD, HAS_BUG_NUMBER,MIXEDBDN,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032) by emacsbugs.donarmstrong.com; 26 Sep 2008 15:19:35 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m8QFJRH2019230 for <1032@emacsbugs.donarmstrong.com>; Fri, 26 Sep 2008 08:19:28 -0700 Received: (qmail invoked by alias); 26 Sep 2008 15:19:21 -0000 Received: from 62-47-32-216.adsl.highway.telekom.at (EHLO [62.47.32.216]) [62.47.32.216] by mail.gmx.net (mp023) with SMTP; 26 Sep 2008 17:19:21 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX199MY5+bDp9uUKQQQUzem8BxbXpYRTFvUA0zDwX++ cypCeLVbAVvLFo Message-ID: <48DCFC54.7060809@gmx.at> Date: Fri, 26 Sep 2008 17:14:28 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Juanma Barranquero CC: 1032@debbugs.gnu.org Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------070409020905030702060606" X-Y-GMX-Trusted: 0 X-FuHaFi: 0.78,0.58 This is a multi-part message in MIME format. --------------070409020905030702060606 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit > With > > (setq default-frame-alist > '((background-mode . dark) > (background-color . "black") > (foreground-color . "white"))) > > the tooltip text foreground is white, but the background is still the > default lightyellow, so the text is not visible. Does the attached patch fix it? martin --------------070409020905030702060606 Content-Type: text/plain; name="1032.diff" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="1032.diff" KioqIHczMmZucy5jLn4xLjM0Ny5+CTIwMDgtMDktMTkgMjM6MjQ6NDkuMDYyNTAwMDAwICsw MjAwDQotLS0gdzMyZm5zLmMJMjAwOC0wOS0yNiAxNzoxMDoxMC45NTMxMjUwMDAgKzAyMDAN CioqKioqKioqKioqKioqKg0KKioqIDU1MzIsNTU0NiAqKioqDQogICAgICAgYXR0cmlidXRl IG9mIHRoZSBmcmFtZSBnZXQncyBzZXQsIHdoaWNoIGxldCdzIHRoZSBpbnRlcm5hbCBib3Jk ZXINCiAgICAgICBvZiB0aGUgdG9vbHRpcCBmcmFtZSBhcHBlYXIgaW4gcGluay4gIFByZXZl bnQgdGhpcy4gICovDQogICAgew0KICAgICAgTGlzcF9PYmplY3QgYmcgPSBGZnJhbWVfcGFy YW1ldGVyIChmcmFtZSwgUWJhY2tncm91bmRfY29sb3IpOw0KICANCiAgICAgIC8qIFNldCB0 aXBfZnJhbWUgaGVyZSwgc28gdGhhdCAqLw0KICAgICAgdGlwX2ZyYW1lID0gZnJhbWU7DQog ICAgICBjYWxsMiAoUWZhY2Vfc2V0X2FmdGVyX2ZyYW1lX2RlZmF1bHQsIGZyYW1lLCBRbmls KTsNCiAgDQohICAgICBpZiAoIUVRIChiZywgRmZyYW1lX3BhcmFtZXRlciAoZnJhbWUsIFFi YWNrZ3JvdW5kX2NvbG9yKSkpDQohICAgICAgIEZtb2RpZnlfZnJhbWVfcGFyYW1ldGVycyAo ZnJhbWUsIEZjb25zIChGY29ucyAoUWJhY2tncm91bmRfY29sb3IsIGJnKSwNCiEgCQkJCQkg ICAgICBRbmlsKSk7DQogICAgfQ0KICANCiAgICBmLT5ub19zcGxpdCA9IDE7DQotLS0gNTUz Miw1NTQ5IC0tLS0NCiAgICAgICBhdHRyaWJ1dGUgb2YgdGhlIGZyYW1lIGdldCdzIHNldCwg d2hpY2ggbGV0J3MgdGhlIGludGVybmFsIGJvcmRlcg0KICAgICAgIG9mIHRoZSB0b29sdGlw IGZyYW1lIGFwcGVhciBpbiBwaW5rLiAgUHJldmVudCB0aGlzLiAgKi8NCiAgICB7DQorICAg ICBMaXNwX09iamVjdCBmZyA9IEZmcmFtZV9wYXJhbWV0ZXIgKGZyYW1lLCBRZm9yZWdyb3Vu ZF9jb2xvcik7DQogICAgICBMaXNwX09iamVjdCBiZyA9IEZmcmFtZV9wYXJhbWV0ZXIgKGZy YW1lLCBRYmFja2dyb3VuZF9jb2xvcik7DQogIA0KICAgICAgLyogU2V0IHRpcF9mcmFtZSBo ZXJlLCBzbyB0aGF0ICovDQogICAgICB0aXBfZnJhbWUgPSBmcmFtZTsNCiAgICAgIGNhbGwy IChRZmFjZV9zZXRfYWZ0ZXJfZnJhbWVfZGVmYXVsdCwgZnJhbWUsIFFuaWwpOw0KICANCiEg ICAgIGlmICghRVEgKGJnLCBGZnJhbWVfcGFyYW1ldGVyIChmcmFtZSwgUWJhY2tncm91bmRf Y29sb3IpKQ0KISAJfHwgIUVRIChmZywgRmZyYW1lX3BhcmFtZXRlciAoZnJhbWUsIFFmb3Jl Z3JvdW5kX2NvbG9yKSkpDQohIAlGbW9kaWZ5X2ZyYW1lX3BhcmFtZXRlcnMgKGZyYW1lLCAo RmNvbnMgKFFmb3JlZ3JvdW5kX2NvbG9yLCBmZyksDQohIAkJCQkJICAoRmNvbnMgKFFiYWNr Z3JvdW5kX2NvbG9yLCBiZyksDQohIAkJCQkJICAgUW5pbCkpKTsNCiAgICB9DQogIA0KICAg IGYtPm5vX3NwbGl0ID0gMTsNCg== --------------070409020905030702060606-- From lekktu@gmail.com Fri Sep 26 08:34:34 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.3 required=4.0 tests=AWL,BAYES_00,CT_IMAGE, HAS_BUG_NUMBER,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032) by emacsbugs.donarmstrong.com; 26 Sep 2008 15:34:34 +0000 Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.185]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8QFYU2m022811 for <1032@emacsbugs.donarmstrong.com>; Fri, 26 Sep 2008 08:34:31 -0700 Received: by rn-out-0910.google.com with SMTP id j66so337075rne.20 for <1032@emacsbugs.donarmstrong.com>; Fri, 26 Sep 2008 08:34:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=u/kmPTdb51bEG1ma2+RI2CWiZVlrVmySp1xp47PjNWA=; b=ixqLpjBdfcykbM6XiKhzYP/O4lxcNNGFkzZGyY/C+5ody33XFxpaw4cQMAxO42Udfx tWo5Bie9EU3TIzBvGlvpFB/fWucqoLZ1CzOzXF7wEu6ID+iyh2HfEjILZZBUsQy5uEt7 kU99cLdSbHdzbEMAl81IuE9JvCD1C2M/irGDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=jrwzgFddGFSOlfzTEw/mi5EWeM2yUAVmw0kYA1rSAEapGhC0mY67MYpOEq3+xewZif 50mbg0+6yMGJ0mxnTzr0YzUy/rrVvcgxD5EsfKziMMQToklAsIzTdu+btmBQGKU1UIQg vNcsuWaT5BmRJlejlHKARsPGQTYrTtOHJPvDA= Received: by 10.100.152.11 with SMTP id z11mr1270102and.157.1222443269313; Fri, 26 Sep 2008 08:34:29 -0700 (PDT) Received: by 10.100.13.13 with HTTP; Fri, 26 Sep 2008 08:34:29 -0700 (PDT) Message-ID: Date: Fri, 26 Sep 2008 17:34:29 +0200 From: "Juanma Barranquero" To: "martin rudalics" Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not Cc: 1032@debbugs.gnu.org In-Reply-To: <48DCFC54.7060809@gmx.at> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_10943_10442807.1222443269344" References: <48DCFC54.7060809@gmx.at> ------=_Part_10943_10442807.1222443269344 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Fri, Sep 26, 2008 at 17:14, martin rudalics wrote: > Does the attached patch fix it? Yes, in the sense that now the text is readable: the whole tooltip is white on black, as it is the Emacs frame, so the text is legible but the tooltip is hard to tell apart from the background (see attached image). I think default frame settings should not affect tooltips (perhaps some mechanism like scroll-bar-{foreground|background} ?). Juanma ------=_Part_10943_10442807.1222443269344 Content-Type: image/png; name=sample.png Content-Transfer-Encoding: base64 X-Attachment-Id: f_flkz1hl11 Content-Disposition: attachment; filename=sample.png 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 dHzh68TxS+rSck5AaS8cP/GSvU4cv3Li+EufPnHl99WXE1dPnLhyXF2fvqLuHFf3j6s0WsIg5Pg3 rajhjvpy5PJRK//I5SPRpZ6F1+GXDuvrZfOvvo4duXL46JXDR146cuSlo0dfPnrs5SPHvn3s2AtH jr7wqWPfUn8ePXLl6LErx1TB1J+Hr+g0h/9GSThy+MqRT3zr937nrw/9xtnPfOK5/5ZLEBAEBAFB YDoEth770pkTL5/43Pc/99QPntp+Z1td6ou7nn7qB+ryfz71tEtjU5rrGf/lmXe21aX+NF+esf+a BM88+8Nnn72trwvqi7r+8dln/8lc7r76YvJS1xfUZZ8Cwn126IsSePbWWeo6d07fP2d/+lNznbt1 7tw/nDXXubPvnP3jvz/z5NtPPvnWk59/+/Tpt8+cfuvzp9/+/Om3/uizb3/21PdPPa6vxx+/+fhn 3vjMiVc+fezrJ3/z4jeOfef/5BIEBAFBQBCYCIEt5SEpo6ws+9d+/LWduzs3f3XTXG+6Lzff/ODm jV/dvPHhzTc/fPONX924+cGbNz7Ul7l/Q13fe//G9Q++Z6439HVPfbl+7f3XXrl37dq9nWvvvaYu 9X3nvddefe/aK/de3fnltdfuvvr6vdfVdf3969ffu379/e+98cHr1+5eu/bed1957xV1vXr3FfXs a//5qkp5TV1GwmtKgn7k9dfVU+5SZVbX36p/f7nz7V+8+OIvvvXCz9X1grou//zSN39++Rs/u3Tp Z9+8dOfS1+984+v/rq6vffWnX/3KT79y8Sd/efEnFy/++OLFf/uLP//Rl7/8o+ee+1d1femL//LF 7X/e/rMffuHpHz599t2zT77z5Om3Tv/B9c8+8dU/+cM3HsglCAgCgoAgMBEC/w+hMwIqTNxJlwAA AABJRU5ErkJggg== ------=_Part_10943_10442807.1222443269344-- From rudalics@gmx.at Fri Sep 26 09:16:15 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.7 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032) by emacsbugs.donarmstrong.com; 26 Sep 2008 16:16:15 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m8QGG7Cd001668 for <1032@emacsbugs.donarmstrong.com>; Fri, 26 Sep 2008 09:16:08 -0700 Received: (qmail invoked by alias); 26 Sep 2008 16:16:01 -0000 Received: from 62-47-32-216.adsl.highway.telekom.at (EHLO [62.47.32.216]) [62.47.32.216] by mail.gmx.net (mp061) with SMTP; 26 Sep 2008 18:16:01 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19vf6waVH5vP5Lko7Vy7T3fx9YNUbqL2aM6ta7/Wi VxmK3XrcCCZULZ Message-ID: <48DD0A16.9090402@gmx.at> Date: Fri, 26 Sep 2008 18:13:10 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Juanma Barranquero CC: 1032@debbugs.gnu.org Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not References: <48DCFC54.7060809@gmx.at> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.77 > Yes, in the sense that now the text is readable: the whole tooltip is > white on black, as it is the Emacs frame, so the text is legible but > the tooltip is hard to tell apart from the background (see attached > image). I noticed that too. It's because border-color is not set as well. > I think default frame settings should not affect tooltips (perhaps > some mechanism like scroll-bar-{foreground|background} ?). Can you produce a good tooltip by setting `tooltip-frame-parameters' appropriately? Here I can't. For example, the following gets always reset as (background-color . "systeminfowindow") martin From lekktu@gmail.com Fri Sep 26 12:03:50 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.6 required=4.0 tests=AWL,BAYES_00,FOURLA, HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032) by emacsbugs.donarmstrong.com; 26 Sep 2008 19:03:50 +0000 Received: from mail-gx0-f19.google.com (mail-gx0-f19.google.com [209.85.217.19]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8QJ3kUD009773 for <1032@emacsbugs.donarmstrong.com>; Fri, 26 Sep 2008 12:03:48 -0700 Received: by gxk12 with SMTP id 12so9268256gxk.1 for <1032@emacsbugs.donarmstrong.com>; Fri, 26 Sep 2008 12:03:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=odJCO5fsuTOqI1k6Uv0E3DpUFLTxO5+3CE85s88PdfE=; b=dijd8C21+pTCeiCW1pEMRg3iJdeRPA5y6SumGGfF/mCndrGhRzAbkkuSOrzZkXBsDB KkZtmoSUO630hTUjE60Outeh8f3jpWWvRihuYP4zpcVc3QsEa/KwvyqIdelPl6GfMCgv ms3+UuRe7u4R2XGnIrLRU5X/kR1upJcOwTzpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=s6iJylTe1hHz4fH9NCJOgxewdCiD9Z88a8SOceCC76o9Z0tNFcM1mUnb394J8TluPL QywiRSh0V6ys+xEpsXFs5YeW8QjRDeQizTuWlr2H5IDCD97f0nD/MEzwDcxWq6zntQ3w 0z86DMGidH35b5kSvVLbsCGft1NrYoSaZWWOc= Received: by 10.100.140.1 with SMTP id n1mr1688498and.58.1222455821348; Fri, 26 Sep 2008 12:03:41 -0700 (PDT) Received: by 10.100.13.13 with HTTP; Fri, 26 Sep 2008 12:03:41 -0700 (PDT) Message-ID: Date: Fri, 26 Sep 2008 21:03:41 +0200 From: "Juanma Barranquero" To: "martin rudalics" Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not Cc: 1032@debbugs.gnu.org In-Reply-To: <48DD0A16.9090402@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48DCFC54.7060809@gmx.at> <48DD0A16.9090402@gmx.at> On Fri, Sep 26, 2008 at 18:13, martin rudalics wrote: > Can you produce a good tooltip by setting `tooltip-frame-parameters' > appropriately? Here I can't. For example, the following gets always > reset as > > (background-color . "systeminfowindow") Same here: *** Welcome to IELM *** Type (describe-mode) for help. ELISP> tooltip-frame-parameters ((name . "tooltip") (internal-border-width . 2) (border-width . 1)) ELISP> (setq tooltip-frame-parameters (append '((background-color . "lightyellow") (foreground-color . "black")) tooltip-frame-parameters)) ((background-color . "lightyellow") (foreground-color . "black") (name . "tooltip") (internal-border-width . 2) (border-width . 1)) ;;; Show tooltip, then: ELISP> tooltip-frame-parameters ((background-color . "systeminfowindow") (foreground-color . "systeminfotext") (name . "tooltip") (internal-border-width . 2) (border-width . 1)) Juanma From lekktu@gmail.com Wed Oct 29 18:43:30 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.2 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032-done) by emacsbugs.donarmstrong.com; 30 Oct 2008 01:43:30 +0000 Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9U1hRBE005619 for <1032-done@emacsbugs.donarmstrong.com>; Wed, 29 Oct 2008 18:43:28 -0700 Received: by yx-out-2324.google.com with SMTP id 8so118681yxg.31 for <1032-done@emacsbugs.donarmstrong.com>; Wed, 29 Oct 2008 18:43:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=upHfHRWxhaUTG/uAVp6KEPAjn8hXy4ynyYwQW9McOAc=; b=drik5GaDU4P1BpeLfNQecOEhd9UVHc6BVOqqv4MAYiq3LdxCAxD/T7kLZg2C+IsyPB yhJ7SL5SFYEwCy0NwU1cE8V6ZXNUF0/ElPHeXTxki8XBF8S7j1kYfVD8QEhyg78cMKkT Gar4HpC9rbvkIJh5XuHisWorKCc/6O/3Qiqm8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GvNn/oeOR70IbMv80E21ndw0c2xaCrzcp/kr9Eo+1bSiQKA23ASJQ/aDsibrAghs2S 7BMmQ8v8POadR+3tckzhrNmZGPOOXgm2zDGBPq1KOoKMvcDCS2QUoj5W3WkWF6zawN9k roohV0EYlTNlkpGfNUhKmyhnxXLmpFeeaZNcE= Received: by 10.100.152.19 with SMTP id z19mr172332and.45.1225331007273; Wed, 29 Oct 2008 18:43:27 -0700 (PDT) Received: by 10.100.13.13 with HTTP; Wed, 29 Oct 2008 18:43:27 -0700 (PDT) Message-ID: Date: Thu, 30 Oct 2008 02:43:27 +0100 From: "Juanma Barranquero" To: "martin rudalics" Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not Cc: 1032-done@debbugs.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48DCFC54.7060809@gmx.at> <48DD0A16.9090402@gmx.at> Martin, I've fixed #1032 with a variant of the patch you sent. The other issue, about tooltip-show modifying tooltip-frame-parameters, seems deliberate. tooltip.el defines a function tooltip-set-param with the explicit intent of modifying its argument alist, and `tooltip-show' copies `tooltip-frame-parameters' with copy-sequence, instead of copy-alist, and then uses `tooltip-set-param' on it. I can only imagine the idea was that `tooltip-frame-parameters' should not contain misleading (fore|back)ground-color entries that weren't really applied while creating the tooltip. Still, it seems weird to modify under-the-hood a customizable variable. Juanma From rudalics@gmx.at Thu Oct 30 00:25:36 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.7 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032) by emacsbugs.donarmstrong.com; 30 Oct 2008 07:25:36 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m9U7PW9S028577 for <1032@emacsbugs.donarmstrong.com>; Thu, 30 Oct 2008 00:25:33 -0700 Received: (qmail invoked by alias); 30 Oct 2008 07:25:26 -0000 Received: from 62-47-53-120.adsl.highway.telekom.at (EHLO [62.47.53.120]) [62.47.53.120] by mail.gmx.net (mp023) with SMTP; 30 Oct 2008 08:25:26 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/6YP94/ez6vBPhE5E14OKBv8BlYTRQ+IprPULnZ0 nAMeRV3PU9i4X4 Message-ID: <49096121.2080607@gmx.at> Date: Thu, 30 Oct 2008 08:24:17 +0100 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Juanma Barranquero CC: 1032@debbugs.gnu.org Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not References: <48DCFC54.7060809@gmx.at> <48DD0A16.9090402@gmx.at> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 > The other issue, about tooltip-show modifying > tooltip-frame-parameters, seems deliberate. tooltip.el defines a > function tooltip-set-param with the explicit intent of modifying its > argument alist, and `tooltip-show' copies `tooltip-frame-parameters' > with copy-sequence, instead of copy-alist, and then uses > `tooltip-set-param' on it. This doesn't make sense to me. When `tooltip-show' calls `x-show-tip' it does so with _params_ and not with `tooltip-frame-parameters'. What's the reason to do the `copy-sequence' in the first place? Maybe it's all about the 'left or 'top paramters. > I can only imagine the idea was that `tooltip-frame-parameters' should > not contain misleading (fore|back)ground-color entries that weren't > really applied while creating the tooltip. Still, it seems weird to > modify under-the-hood a customizable variable. At least, such a reset should occur at the time the variable is customized and not when the tooltip is displayed. BTW, a related issue: When I, for example, use the mouse for popping up "Tools->Version Control->Show History" from the menubar I get the tooltip "List the change log of the current fileset in a window" When I now move the mouse to the next menu entry "Tools->Version Control->Update ChangeLog" the old tooltip remains displayed. Do you see that? Is that a w32-only problem? martin From lekktu@gmail.com Thu Oct 30 03:24:24 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.5 required=4.0 tests=AWL,BAYES_00,FOURLA,GMAIL, HAS_BUG_NUMBER,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032) by emacsbugs.donarmstrong.com; 30 Oct 2008 10:24:24 +0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9UAOKVI008068 for <1032@emacsbugs.donarmstrong.com>; Thu, 30 Oct 2008 03:24:22 -0700 Received: by an-out-0708.google.com with SMTP id b20so52728ana.9 for <1032@emacsbugs.donarmstrong.com>; Thu, 30 Oct 2008 03:24:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=kr30bEG0I/tcRtLRr3HXJxoBzQ9EKA40NZvmbBP5qmo=; b=Cuc5VDa4HJEnKe7vYse8fWdxRmN0INPHVwZy+XVoU9HOxNzqiX3ENCebVnQG7g8Vip ya8c3M2WRrU9O+LzLhI1MOvbw9P2RscVIE2K/b503UJbZQ6BWY9tV051cGNm2y51MBLy k/DlIsRlIaPxoLzu2ii4gghN1/WqnYyB9Hvo4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=iBbvQTX0RRwWJ4RfKIDlIfW9tz6qEoyW827d/0qXdbL5w+0nKZpOxyK/wYa9V6Ljmd vuHKR16I5xysrjcAQ/OqCDQQPhU1GW6NxnuSLRnwHNJdG2D1MVS5mzd+M821T2F4dhi1 unwbAD2OMlCDB5T4bg0OMqYt6Luh7yVAgboDY= Received: by 10.100.93.19 with SMTP id q19mr423724anb.156.1225362260511; Thu, 30 Oct 2008 03:24:20 -0700 (PDT) Received: by 10.100.13.13 with HTTP; Thu, 30 Oct 2008 03:24:20 -0700 (PDT) Message-ID: Date: Thu, 30 Oct 2008 11:24:20 +0100 From: "Juanma Barranquero" To: "martin rudalics" Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not Cc: 1032@debbugs.gnu.org In-Reply-To: <49096121.2080607@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48DCFC54.7060809@gmx.at> <48DD0A16.9090402@gmx.at> <49096121.2080607@gmx.at> On Thu, Oct 30, 2008 at 08:24, martin rudalics wrote: > This doesn't make sense to me. When `tooltip-show' calls `x-show-tip' > it does so with _params_ and not with `tooltip-frame-parameters'. > What's the reason to do the `copy-sequence' in the first place? Maybe > it's all about the 'left or 'top paramters. Judging from the code, I think the idea is not to modify `tooltip-frame-parameters', *except* for (foreground|background|border)-color, if they appear (if they don't, they are not added). The reasoning being that allowing such parameters with values that are not being obeyed would be misleading. > At least, such a reset should occur at the time the variable is > customized and not when the tooltip is displayed. The right thing to do, IMHO, is to change tooltip-show not to modify `tooltip-frame-parameters', and fix the variable's docstring to explain that the color attributes of the tooltip frame come from the tooltip face. WDYT about the attached patch? > When I now move the mouse to the next menu entry > > "Tools->Version Control->Update ChangeLog" > > the old tooltip remains displayed. Do you see that? Is that a w32-only > problem? I cannot reproduce it. The new tooltip appears after a small delay. Juanma 2008-10-30 Juanma Barranquero * tooltip.el (tooltip-frame-parameters): Doc fix. (tooltip-set-param): Remove. (tooltip-show): Don't modify `tooltip-frame-parameters'. Index: lisp/tooltip.el =================================================================== RCS file: /sources/emacs/emacs/lisp/tooltip.el,v retrieving revision 1.89 diff -u -2 -r1.89 tooltip.el --- lisp/tooltip.el 29 Oct 2008 12:10:33 -0000 1.89 +++ lisp/tooltip.el 30 Oct 2008 10:16:32 -0000 @@ -122,5 +122,8 @@ If `left' or `top' parameters are included, they specify the absolute -position to pop up the tooltip." +position to pop up the tooltip. + +Note that font and color parameters are ignored, and the attributes +of the `tooltip' face are used instead." :type 'sexp :group 'tooltip) @@ -204,14 +207,4 @@ ;;; Displaying tips -(defun tooltip-set-param (alist key value) - "Change the value of KEY in alist ALIST to VALUE. -If there's no association for KEY in ALIST, add one, otherwise -change the existing association. Value is the resulting alist." - (let ((param (assq key alist))) - (if (consp param) - (setcdr param value) - (push (cons key value) alist)) - alist)) - (declare-function x-show-tip "xfns.c" (string &optional frame parms timeout dx dy)) @@ -233,12 +226,13 @@ (tooltip-show-help-non-mode text) (condition-case error - (let ((params (copy-sequence tooltip-frame-parameters)) + (let ((params tooltip-frame-parameters) (fg (face-attribute 'tooltip :foreground)) (bg (face-attribute 'tooltip :background))) (when (stringp fg) - (setq params (tooltip-set-param params 'foreground-color fg)) - (setq params (tooltip-set-param params 'border-color fg))) + (setq params (append `((foreground-color . ,fg) + (border-color . ,fg)) + params))) (when (stringp bg) - (setq params (tooltip-set-param params 'background-color bg))) + (setq params (cons (cons 'background-color bg) params))) (x-show-tip (propertize text 'face 'tooltip) (selected-frame) From rudalics@gmx.at Thu Oct 30 04:41:47 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.6 required=4.0 tests=AWL,BAYES_00,FOURLA, HAS_BUG_NUMBER,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032) by emacsbugs.donarmstrong.com; 30 Oct 2008 11:41:47 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m9UBfhgL028056 for <1032@emacsbugs.donarmstrong.com>; Thu, 30 Oct 2008 04:41:45 -0700 Received: (qmail invoked by alias); 30 Oct 2008 11:41:37 -0000 Received: from 62-47-57-155.adsl.highway.telekom.at (EHLO [62.47.57.155]) [62.47.57.155] by mail.gmx.net (mp067) with SMTP; 30 Oct 2008 12:41:37 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+cFmRXxHSculN5GTLHBisPRzA+oFu3QoCeYdaEps cjryJDQerJemyD Message-ID: <49099D21.1030106@gmx.at> Date: Thu, 30 Oct 2008 12:40:17 +0100 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Juanma Barranquero CC: 1032@debbugs.gnu.org Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not References: <48DCFC54.7060809@gmx.at> <48DD0A16.9090402@gmx.at> <49096121.2080607@gmx.at> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6899999999999999 > Judging from the code, I think the idea is not to modify > `tooltip-frame-parameters', *except* for > (foreground|background|border)-color, if they appear (if they don't, > they are not added). The reasoning being that allowing such parameters > with values that are not being obeyed would be misleading. Now I understand. > The right thing to do, IMHO, is to change tooltip-show not to modify > `tooltip-frame-parameters', and fix the variable's docstring to > explain that the color attributes of the tooltip frame come from the > tooltip face. WDYT about the attached patch? Looks good. Did you check that parameters appearing later in the list don't override parameters appearing earlier? > I cannot reproduce it. The new tooltip appears after a small delay. I see - it's 10 seconds here - not really small ;-) martin From lekktu@gmail.com Thu Oct 30 04:55:06 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.0 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032) by emacsbugs.donarmstrong.com; 30 Oct 2008 11:55:06 +0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9UBt2wY030568 for <1032@emacsbugs.donarmstrong.com>; Thu, 30 Oct 2008 04:55:04 -0700 Received: by an-out-0708.google.com with SMTP id b20so56606ana.9 for <1032@emacsbugs.donarmstrong.com>; Thu, 30 Oct 2008 04:55:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xBkZ3uXfnNT2F3CwoWlI0+a+zIJermnatDpSbkAnA60=; b=lXHx7G8mXE7Xa0xJ3AivvI3GMmH5M84/7uNNjb1CcxDtUq8B1PNYEMBbte4WRZ020/ 1PuRHCn1Rdc4XPr3zOFKK7imshms1VLPcSz5mwP72arEXKrkCRxGQt5a03OuwqdaM46A h2PIU9IlW4uvY1b8HvHV3Z/f4SL6N6cAgQClE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FVHTA4WfoD/hQPuvBnpFHShiGHNQQmcrbFKveXcE3mAdzYMzQTN8yWZuBf1+BKYA3v 4D0ZeBQ2o0vo9Jy5JHoGQALgQdu+PziV77j8Qs4pxvIlCqcViOO0I+MvQVpdWo+C2Oy6 b5x99fGZEyYVQYp6wrOy3U37cZmvWhVttWWt0= Received: by 10.100.119.17 with SMTP id r17mr500180anc.130.1225367702576; Thu, 30 Oct 2008 04:55:02 -0700 (PDT) Received: by 10.100.13.13 with HTTP; Thu, 30 Oct 2008 04:55:02 -0700 (PDT) Message-ID: Date: Thu, 30 Oct 2008 12:55:02 +0100 From: "Juanma Barranquero" To: "martin rudalics" Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not Cc: 1032@debbugs.gnu.org In-Reply-To: <49099D21.1030106@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48DCFC54.7060809@gmx.at> <48DD0A16.9090402@gmx.at> <49096121.2080607@gmx.at> <49099D21.1030106@gmx.at> On Thu, Oct 30, 2008 at 12:40, martin rudalics wrote: > Looks good. And, now that I think of it, the doc fix for `tooltip-frame-parameters' should go in even if Stefan and/or Chong oppose the rest of the patch. > Did you check that parameters appearing later in the > list don't override parameters appearing earlier? I checked for color attributes and font, yes. But anyway, that's the usual behavior of alists, unless the code is explicitly iterating over them instead of using `assq' and friends... > I see - it's 10 seconds here - not really small ;-) Curious. It's more like half a second here. Juanma From rudalics@gmx.at Thu Oct 30 08:49:36 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.7 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1032) by emacsbugs.donarmstrong.com; 30 Oct 2008 15:49:36 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m9UFnWCo025354 for <1032@emacsbugs.donarmstrong.com>; Thu, 30 Oct 2008 08:49:34 -0700 Received: (qmail invoked by alias); 30 Oct 2008 15:49:27 -0000 Received: from 62-47-39-58.adsl.highway.telekom.at (EHLO [62.47.39.58]) [62.47.39.58] by mail.gmx.net (mp026) with SMTP; 30 Oct 2008 16:49:27 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18r6mckUq4rQgj9qudV/FUwfBfYOa25ucGu1gQkNC 6v7sMWwHS1Xk9k Message-ID: <4909D742.80006@gmx.at> Date: Thu, 30 Oct 2008 16:48:18 +0100 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Juanma Barranquero CC: 1032@debbugs.gnu.org Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not References: <48DCFC54.7060809@gmx.at> <48DD0A16.9090402@gmx.at> <49096121.2080607@gmx.at> <49099D21.1030106@gmx.at> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.85 > Curious. It's more like half a second here. It must be related to my .emacs. With emacs -Q it's as you say. martin From unknown Tue Aug 19 11:04:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Nov 2008 15:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator