GNU bug report logs - #30399
27.0.50; tooltips are broken

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Thu, 8 Feb 2018 22:27:01 UTC

Severity: normal

Found in version 27.0.50

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 30399 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Drew Adams <drew.adams <at> oracle.com>, 
 Stephen Berman <stephen.berman <at> gmx.net>, 30399 <at> debbugs.gnu.org
Subject: Re: bug#30399: 27.0.50; tooltips are broken
Date: Sat, 10 Feb 2018 10:47:46 +0100
>> This is due to a rather silly omission which should have already
>> defeated a feature in Emacs 26 when calling 'x-show-tip' (you've
>> been warned - Lisp code should call 'tooltip-show').
>
> That warning sounds very bad to me.  It's vague, however,
> so forgive me if I'm overreacting.

It's up to you to ignore warnings.

> Here's a typical call:
>
> (x-show-tip (propertize
>                cmd-desc
>                'face
>                `(:foreground "red"
>                  :height ,showkey-tooltip-height))
>              nil
>              nil
>              showkey-tooltip-timeout)

Make sure to use (selected-frame) as second argument for Emacs < 27.
nil is broken but you might not notice it.

martin




This bug report was last modified 7 years and 97 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.