unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; help-echo not displayed (gnus-balloon-face-0)
@ 2008-03-14 15:13 Reiner Steib
  2008-03-15 11:46 ` Reiner Steib
  0 siblings, 1 reply; 2+ messages in thread
From: Reiner Steib @ 2008-03-14 15:13 UTC (permalink / raw)
  To: emacs-devel

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/





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-15 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-14 15:13 23.0.60; help-echo not displayed (gnus-balloon-face-0) Reiner Steib
2008-03-15 11:46 ` Reiner Steib

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).