all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Menu bar broken on MS-DOS
@ 2010-07-02 13:38 Eli Zaretskii
  2010-07-02 18:26 ` Chong Yidong
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2010-07-02 13:38 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

The MS-DOS build comes up without a menu bar in the initial frame (and
in every frame created thereafter), although the value of
menu-bar-mode is t.  Toggling menu-bar-mode twice restores the menu
bar.

I think this is due to the changes in revno 100650:

    2010-06-27  Chong Yidong  <cyd@stupidchicken.com>

	    * startup.el (command-line): Use X resources to set the value of
	    menu-bar-mode and tool-bar-mode, before calling frame-initialize.

	    * menu-bar.el (menu-bar-mode):
	    * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
	    Set init-value to t.

	    * frame.el (frame-notice-user-settings): Don't change
	    default-frame-alist based on menu-bar-mode and tool-bar-mode, or
	    vice versa (Bug#2249).

Before that change, startup.el called `(menu-bar-mode 1)', but now it
doesn't.  I cannot see where this call is made now.  Can you please
describe how does this work on X?  I will then see how to make the DOS
build work similarly to X and w32.



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

end of thread, other threads:[~2010-07-03 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-02 13:38 Menu bar broken on MS-DOS Eli Zaretskii
2010-07-02 18:26 ` Chong Yidong
2010-07-03 14:48   ` Eli Zaretskii

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.