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

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

Re: Menu bar is skrewed up when using filesets


From: YAMAMOTO Mitsuharu
Subject: Re: Menu bar is skrewed up when using filesets
Date: Mon, 20 Mar 2006 18:45:55 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Mon, 20 Mar 2006 09:51:53 +0100, Martin Buchmann <address@hidden> said:

> If I want to use filesets and add (filesets-init) to my init file
> (~/.emacs.d/init.el) as suggested in the Emacs manual, the menu bar
> contains only the emacs and the fileset menu. All other menus (File,
> Edit, etc.) are missing.

I could not reproduce it, but could you test if the following patch
makes some difference on your side?

                                     YAMAMOTO Mitsuharu
                                address@hidden

Index: src/macmenu.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/macmenu.c,v
retrieving revision 1.38
diff -c -r1.38 macmenu.c
*** src/macmenu.c       22 Feb 2006 07:59:34 -0000      1.38
--- src/macmenu.c       20 Mar 2006 09:37:46 -0000
***************
*** 63,71 ****
  #include "dispextern.h"
  
  #define POPUP_SUBMENU_ID 235
! #define MIN_POPUP_SUBMENU_ID 512
! #define MIN_MENU_ID 256
! #define MIN_SUBMENU_ID 1
  
  #define DIALOG_WINDOW_RESOURCE 130
  
--- 63,71 ----
  #include "dispextern.h"
  
  #define POPUP_SUBMENU_ID 235
! #define MIN_POPUP_SUBMENU_ID 4096
! #define MIN_MENU_ID 1
! #define MIN_SUBMENU_ID 256
  
  #define DIALOG_WINDOW_RESOURCE 130
  




reply via email to

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