unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; tool bar icons missing or executing wrong commands
@ 2008-05-12 10:32 Reiner Steib
  2008-05-12 12:55 ` Sebastian P. Luque
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2008-05-12 10:32 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: Sebastian P. Luque

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

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

With current Emacs CVS trunk, started with -Q, I don't get all tool
bar buttons, but only the icons corresponding to `cut' `copy',
`customize' and `help'.  Additionally *all* icon but `copy' display
the tool tip `Pop up the Help menu' and `<f1> k' shows:

,----[ <f1> k ... ]
| <tool-bar> <help> runs the command #[nil "\301^H!\207"
| [menu-bar-help-menu popup-menu] 2 nil nil], which is an interactive
| compiled Lisp function.
| 
| (anonymous)
| 
| Not documented.
`----

Here's a screen shot:

[-- Attachment #2: tool-bar-missing-icons-bogus-help.png --]
[-- Type: image/png, Size: 7266 bytes --]

[-- Attachment #3: Type: text/plain, Size: 1237 bytes --]


Probably caused by the same bug, the tool bars in Gnus Summary buffers
are completely empty.  This has been reported by "Sebastian P. Luque"
<spluque@gmail.com> on gnu.emacs.gnus; I can reproduce this here.
<http://thread.gmane.org/87ve1ko6r5.fsf@patagonia.sebmags.homelinux.org>
Sebastian, you wrote "This problem was not there in the previous
snapshot".  Could you tell us the date of the previous snapshot?

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

> 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.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

* Re: 23.0.60; tool bar icons missing or executing wrong commands
  2008-05-12 10:32 23.0.60; tool bar icons missing or executing wrong commands Reiner Steib
@ 2008-05-12 12:55 ` Sebastian P. Luque
  2008-05-12 13:25   ` Sven Joachim
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian P. Luque @ 2008-05-12 12:55 UTC (permalink / raw)
  To: emacs-pretest-bug

On Mon, 12 May 2008 12:32:13 +0200,
Reiner Steib <reinersteib+gmane@imap.cc> wrote:

[...]

> With current Emacs CVS trunk, started with -Q, I don't get all tool
> bar buttons, but only the icons corresponding to `cut' `copy',
> `customize' and `help'.  Additionally *all* icon but `copy' display
> the tool tip `Pop up the Help menu' and `<f1> k' shows:

> ,----[ <f1> k ... ]
>> <tool-bar> <help> runs the command #[nil "\301^H!\207"
>> [menu-bar-help-menu popup-menu] 2 nil nil], which is an interactive
>> compiled Lisp function.
>> 
>> (anonymous)
>> 
>> Not documented.
> `----

> Here's a screen shot:

[...]

Yes, my report should have included all these additional problems, which
I also see in my system.


> Probably caused by the same bug, the tool bars in Gnus Summary buffers
> are completely empty.  This has been reported by "Sebastian P. Luque"
> <spluque@gmail.com> on gnu.emacs.gnus; I can reproduce this here.
> <http://thread.gmane.org/87ve1ko6r5.fsf@patagonia.sebmags.homelinux.org>
> Sebastian, you wrote "This problem was not there in the previous
> snapshot".  Could you tell us the date of the previous snapshot?

In fact, it was the one before the previous snapshot (a bug in the
latter made me skip it).  The snapshot where the tool bar was functional
was built on Wed, 16 Apr 2008 19:19:27 +0200 (this time stamp comes from
changelog.Debian.gz in the emacs-snapshot-common Debian package²).


+---- *Footnotes* ----+
² http://emacs.orebokech.com

-- 
Seb




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

* Re: 23.0.60; tool bar icons missing or executing wrong commands
  2008-05-12 12:55 ` Sebastian P. Luque
@ 2008-05-12 13:25   ` Sven Joachim
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Joachim @ 2008-05-12 13:25 UTC (permalink / raw)
  To: Sebastian P. Luque; +Cc: emacs-pretest-bug

On 2008-05-12 14:55 +0200, Sebastian P. Luque wrote:

> In fact, it was the one before the previous snapshot (a bug in the
> latter made me skip it).  The snapshot where the tool bar was functional
> was built on Wed, 16 Apr 2008 19:19:27 +0200 (this time stamp comes from
> changelog.Debian.gz in the emacs-snapshot-common Debian package²).

The next snapshot from April 30 also has proper toolbars.  The problem
appeared later, Yidong being the first to notice it:
http://lists.gnu.org/archive/html/emacs-devel/2008-05/msg00591.html.

Sven




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

end of thread, other threads:[~2008-05-12 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 10:32 23.0.60; tool bar icons missing or executing wrong commands Reiner Steib
2008-05-12 12:55 ` Sebastian P. Luque
2008-05-12 13:25   ` Sven Joachim

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