* 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
* Re: 23.0.60; help-echo not displayed (gnus-balloon-face-0)
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
0 siblings, 0 replies; 2+ messages in thread
From: Reiner Steib @ 2008-03-15 11:46 UTC (permalink / raw)
To: emacs-devel; +Cc: Cezar Halmagean
[-- Attachment #1: Type: text/plain, Size: 905 bytes --]
On Fri, Mar 14 2008, Reiner Steib wrote:
> (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
> `----
FWIW, Cezar Halmagean saw the same problem (see
<http://www.mixandgo.com/gnus.jpg> for a scree shot).
Cezar, do you know which version of Emacs did _not_ show the problem?
(Maybe you can try older src/emacs-23.0.60.* binaries.)
[-- Attachment #2: Type: message/rfc822, Size: 898 bytes --]
From: "Cezar Halmagean" <cezar@mixandgo.com>
To: info-gnus-english@gnu.org
Subject: Re: starts (*) in the summary
Date: Fri, 14 Mar 2008 21:51:29 -0700
Message-ID: <87od9gsi7i.fsf@mixandgo.ro>
Reiner Steib <reinersteib+gmane@imap.cc> writes:
> On Fri, Mar 14 2008, Cezar Halmagean wrote:
>
>> Here is a screenshot of how my gnus summary window looks like. I wonder
>> whats with all the stars * there. Anybody have any idea ?
>
> Not yet, but you are not alone:
> <http://thread.gmane.org/v9abl1s5i6.fsf@marauder.physik.uni-ulm.de>
>
> Do you use `gnus-balloon-face-*' and the problem started with Emacs
> trunk past 2008-03-08?
>
Yes, this is trunk from yesterday !
and I have this in my .gnus.el
(setq gnus-balloon-face-0 'rs-gnus-balloon-0)
(setq gnus-balloon-face-1 'rs-gnus-balloon-1)
Regards,
Cezar
[-- Attachment #3: Type: text/plain, Size: 115 bytes --]
Bye, Reiner.
--
,,,
(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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.