bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#5736: 23.1; Xresource menuBar does not work as advertized


From: Jan Djärv
Subject: bug#5736: 23.1; Xresource menuBar does not work as advertized
Date: Sat, 20 Mar 2010 13:42:10 +0100
User-agent: Thunderbird 2.0.0.24 (X11/20100317)

Tim Landscheidt skrev:
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Appendix "D.2 Table of X Resources for Emacs" of the Emacs
info manual states that:

| `menuBar' (class `MenuBar')
|      Give frames menu bars if `on'; don't have menu bars if `off'.
|      *Note Lucid Resources::, and *note LessTif Resources::, for how to
|      control the appearance of the menu bar if you have one.

Yet, "on" produces *no* menu bar; you have to use "1" to
enable it. "off" on the other hand works as expected (maybe
silently cast to "0"?).


The documentation has stated this a long time, but it has never been true. The code expects a number, and 0 is off, anuthing else is on.

There is also a mention of the resource menuBarLines that doesn't exist, it was renamed to menuBar in 1994. I guess that is where the 1 and 0 comes from.

It is easy to fix, but as 23.2 is approaching, I guess the Emacs maintainers must give their Ok.

        Jan D.








reply via email to

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