emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23.0.60; help-echo not displayed (gnus-balloon-face-0)


From: Reiner Steib
Subject: 23.0.60; help-echo not displayed (gnus-balloon-face-0)
Date: Fri, 14 Mar 2008 16:13:37 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

M-x report-emacs-bugs:
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:

Put the following in ~/.emacs or ~/.gnus.el: 

  (require 'gnus-sum)
  ;; (setq gnus-summary-line-format
  ;;   "%«test%» %U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
  (setq gnus-summary-line-format
        (concat "%«test%» " gnus-summary-line-format))
  (setq gnus-balloon-face-0 'rs-gnus-balloon-0)
  (defun rs-gnus-balloon-0 (window object position)
    "Hello") ;; [1]

When entering a summary buffer in Gnus, you'll see the following:

,----[ *Summary buffer* | Emacs 2008-03-14 | Current behavior ]
| *test* O  [  22: Jason Rumney           ] Re: --script
| *test* O  [  26: Andreas Schwab         ] Re: Emacs Bazaar repository
`----

The `*' shouldn't be there.  Additionally, when moving the mouse over
the text "test", `rs-gnus-balloon-0' should be called and the
help-echo should display "Hello".  Currently, nothing happens when
moving the mouse over "*test*".

,----[ *Summary buffer* | Emacs 2008-03-08 | Expected behavior ]
| test O  [  22: Jason Rumney           ] Re: --script
| test O  [  26: Andreas Schwab         ] Re: Emacs Bazaar repository
`----

> In GNU Emacs 23.0.60.4 (i686-pc-linux-gnu, GTK+ Version 2.10.6)
>  of 2008-03-14 on viandante
> Windowing system distributor `The X.Org Foundation', version 11.0.70199902
> configured using `configure '--prefix=/import/xtra/emacs/HEAD'
>   '--exec-prefix=/import/xtra/emacs/HEAD-i686'
>   'CFLAGS=-Wno-pointer-sign -O0 -fno-crossjumping -gdwarf-2 -g3''

I get the expected behavior when running an older binary (2008-03-08
19:12 CET) with the same (Gnus) lisp files, same settings, etc.

> Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: nil
>   value of $LC_CTYPE: nil
>   value of $LC_MESSAGES: nil
>   value of $LC_MONETARY: nil
>   value of $LC_NUMERIC: nil
>   value of $LC_TIME: nil
>   value of $LANG: en_US.UTF-8
>   value of $XMODIFIERS: @im=local
>   locale-coding-system: utf-8-unix
>   default-enable-multibyte-characters: t

Bye, Reiner.

[1] In my real setup, it displays something more useful than "Hello". ;-)
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]