unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7382: 24.0.50; lucid menu bar is all blank
@ 2010-11-12  8:17 Katsumi Yamaoka
  2010-11-12 13:21 ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Katsumi Yamaoka @ 2010-11-12  8:17 UTC (permalink / raw)
  To: 7382

I don't recall it's been happening since when, but there's no text
in lucid menu bar.  It may be due to Fedora 14 to which I upgraded
recently.  Only workaround I know is to set LC_ALL C when launching
Emacs.  Any idea?

Thanks.

In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2010-11-12 on pastis
Windowing system distributor `Fedora Project', version 11.0.10901000
configured using `configure  '--verbose' '--with-x-toolkit=lucid' '--without-xim''

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





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

* bug#7382: 24.0.50; lucid menu bar is all blank
  2010-11-12  8:17 bug#7382: 24.0.50; lucid menu bar is all blank Katsumi Yamaoka
@ 2010-11-12 13:21 ` Jan Djärv
  2010-11-12 14:44   ` Katsumi Yamaoka
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Djärv @ 2010-11-12 13:21 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 7382

Do not remove information from emacs-report-bug.
Did you try from emacs -Q?  Try unsetting XMODIFIERS before starting Emacs.
You compiled --without-xim but it seems you are using an input manager, was 
that on purpose?  Are you using Compiz, metacity or something else?

	Jan D.


Katsumi Yamaoka skrev 2010-11-12 09.17:
> I don't recall it's been happening since when, but there's no text
> in lucid menu bar.  It may be due to Fedora 14 to which I upgraded
> recently.  Only workaround I know is to set LC_ALL C when launching
> Emacs.  Any idea?
>
> Thanks.
>
> In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
>   of 2010-11-12 on pastis
> Windowing system distributor `Fedora Project', version 11.0.10901000
> configured using `configure  '--verbose' '--with-x-toolkit=lucid' '--without-xim''
>
> Important settings:
>    value of $LC_ALL: nil
>    value of $LC_COLLATE: C
>    value of $LC_CTYPE: ja_JP.UTF-8
>    value of $LC_MESSAGES: C
>    value of $LC_MONETARY: C
>    value of $LC_NUMERIC: C
>    value of $LC_TIME: C
>    value of $LANG: C
>    value of $XMODIFIERS: @im=ibus
>    locale-coding-system: utf-8-unix
>    default enable-multibyte-characters: t
>
>





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

* bug#7382: 24.0.50; lucid menu bar is all blank
  2010-11-12 13:21 ` Jan Djärv
@ 2010-11-12 14:44   ` Katsumi Yamaoka
  2010-11-12 15:47     ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Katsumi Yamaoka @ 2010-11-12 14:44 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 7382

Jan Djärv <jan.h.d@swipnet.se> wrote:
> Do not remove information from emacs-report-bug.
> Did you try from emacs -Q?

Yes, I tried it of course.

> Try unsetting XMODIFIERS before starting Emacs.

Its value is "@im=ibus".  Unsetting it does not help.

> You compiled --without-xim but it seems you are using an input
> manager, was that on purpose?

That's on purpose.  I use sj3-egg[1], an ELisp package, that's
an interface to the sj3 server, for writing Japanese text.

> Are you using Compiz, metacity or something else?

I use metacity.

Thanks.
Regards,

[1] ftp://ftp.jpl.org/pub/elisp/sj3-egg-0.8.2.tar.gz

> Katsumi Yamaoka skrev 2010-11-12 09.17:
>> I don't recall it's been happening since when, but there's no text
>> in lucid menu bar.  It may be due to Fedora 14 to which I upgraded
>> recently.  Only workaround I know is to set LC_ALL C when launching
>> Emacs.  Any idea?

>> Thanks.

>> In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
>>   of 2010-11-12 on pastis
>> Windowing system distributor `Fedora Project', version 11.0.10901000
>> configured using `configure  '--verbose' '--with-x-toolkit=lucid' '--without-xim''

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





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

* bug#7382: 24.0.50; lucid menu bar is all blank
  2010-11-12 14:44   ` Katsumi Yamaoka
@ 2010-11-12 15:47     ` Jan Djärv
  2010-11-14 12:56       ` Katsumi Yamaoka
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Djärv @ 2010-11-12 15:47 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 7382



Katsumi Yamaoka skrev 2010-11-12 15.44:
> Jan Djärv<jan.h.d@swipnet.se>  wrote:
>> Do not remove information from emacs-report-bug.
>> Did you try from emacs -Q?
>
> Yes, I tried it of course.
>
>> Try unsetting XMODIFIERS before starting Emacs.
>
> Its value is "@im=ibus".  Unsetting it does not help.
>
>> You compiled --without-xim but it seems you are using an input
>> manager, was that on purpose?
>
> That's on purpose.  I use sj3-egg[1], an ELisp package, that's
> an interface to the sj3 server, for writing Japanese text.
>
>> Are you using Compiz, metacity or something else?
>
> I use metacity.
>
> Thanks.
> Regards,
>

I installed Fedora 14 and compiled Emacs with the same configure options.
The menus are fine over here.

Can you try starting emacs with -xrm '*faceName: none'?  It could be a font 
problem.

	Jan D.





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

* bug#7382: 24.0.50; lucid menu bar is all blank
  2010-11-12 15:47     ` Jan Djärv
@ 2010-11-14 12:56       ` Katsumi Yamaoka
  2010-11-15  6:14         ` Katsumi Yamaoka
  0 siblings, 1 reply; 6+ messages in thread
From: Katsumi Yamaoka @ 2010-11-14 12:56 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 7382

Jan Djärv <jan.h.d@swipnet.se> wrote:
> I installed Fedora 14 and compiled Emacs with the same configure options.

Thank you for verifying it.

> The menus are fine over here.

What font does `emacs -Q' choose for the `menu' face?  I got:

(face-font 'menu)
"-unknown-DejaVu Sans Mono-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1"

Though Emacs 24 displays no item text in menu, the font is the same
as the one that `emacs-23.2 -Q' chooses and it displays item texts
in menu.  Furthermore the following works in Emacs 23.2 but not in
Emacs 24.0.50:

(set-face-font
 'menu
 "-adobe-helvetica-bold-r-normal--17-120-100-100-p-92-iso8859-1")

> Can you try starting emacs with -xrm '*faceName: none'?

It makes the menu bar display item texts properly with `emacs -Q'.
The result of (face-font 'menu) doesn't differ though.

> It could be a font problem.

Hmm...





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

* bug#7382: 24.0.50; lucid menu bar is all blank
  2010-11-14 12:56       ` Katsumi Yamaoka
@ 2010-11-15  6:14         ` Katsumi Yamaoka
  0 siblings, 0 replies; 6+ messages in thread
From: Katsumi Yamaoka @ 2010-11-15  6:14 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 7382-done

Closed this thread since it doesn't seem to be a bug.

Katsumi Yamaoka wrote:
> Jan Djärv <jan.h.d@swipnet.se> wrote:
[...]
>> Can you try starting emacs with -xrm '*faceName: none'?

> It makes the menu bar display item texts properly with `emacs -Q'.

I guess something has changed in Emacs trunk just before I upgraded
Fedora into 14 in October 25.  But that's ok.  After a long time
I created the ~/.Xdefaults file with these two items:

Emacs.pane.menubar.faceName:	none
Emacs.pane.dialog.faceName:	none

I had no X resource for Emacs for over ten years because:

1. I'd like to use a true vanilla Emacs when testing something.
2. Some X resources conflicted between Emacs and XEmacs.
3. Most things can be controlled with ELisp.

So, I'd be happy if there are ELisp interfaces to those faceName
items, including (set-face-font 'menu "FONT") that works. :)

Regards,





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

end of thread, other threads:[~2010-11-15  6:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-12  8:17 bug#7382: 24.0.50; lucid menu bar is all blank Katsumi Yamaoka
2010-11-12 13:21 ` Jan Djärv
2010-11-12 14:44   ` Katsumi Yamaoka
2010-11-12 15:47     ` Jan Djärv
2010-11-14 12:56       ` Katsumi Yamaoka
2010-11-15  6:14         ` Katsumi Yamaoka

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