unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 20540@debbugs.gnu.org
Subject: bug#20540: 25.0.50; Document tooltip woes, including `help-echo'
Date: Sun, 10 May 2015 17:38:39 +0300	[thread overview]
Message-ID: <83bnhso5u8.fsf@gnu.org> (raw)
In-Reply-To: <795eb88f-e9e7-4728-82d8-32d0caea52fb@default>

> Date: Sat, 9 May 2015 16:27:05 -0700 (PDT)
> From: Drew Adams <drew.adams@oracle.com>
> 
> 3. A related bug in `tooltip.el' is that the defcustom for
> `tooltip-frame-parameters' has no :type.  Impossible for a user to
> customize the value properly using Customize.  And no help about which
> parameters can be used effectively (see #2, above).

I cannot reproduce this one: my tooltip.el has this:

  (defcustom tooltip-frame-parameters
    '((name . "tooltip")
      (internal-border-width . 2)
      (border-width . 1))
    "Frame parameters used for tooltips.

  If `left' or `top' parameters are included, they specify the absolute
  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)

According to Git, this line was there for the last 18 years.

> 4. `help-echo': No doc saying whether the string can be propertized, and
> if so, which properties have any effect.  Although `x-show-tip' seems to
> let you change the char size, color, background color, etc., and you can
> use property `display' with `help-echo', apparently you cannot change
> the face attributes of the `help-echo' string so that the appearance
> changes.  This is quite a limitation, AFAICT.

See above: the doc string of tooltip-frame-parameters says font and
color parameters are ignored.





  parent reply	other threads:[~2015-05-10 14:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-09 23:27 bug#20540: 25.0.50; Document tooltip woes, including `help-echo' Drew Adams
2015-05-10  2:48 ` Eli Zaretskii
2015-05-10 14:38 ` Eli Zaretskii [this message]
2021-06-22 14:42 ` Lars Ingebrigtsen
     [not found] <<795eb88f-e9e7-4728-82d8-32d0caea52fb@default>
     [not found] ` <<83d229no4x.fsf@gnu.org>
2015-05-10 14:36   ` Drew Adams
2015-05-10 15:26     ` Eli Zaretskii
     [not found] ` <<83bnhso5u8.fsf@gnu.org>
2015-05-10 16:11   ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83bnhso5u8.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=20540@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).