>>>>> On Mon, 20 Mar 2006 09:51:53 +0100, Martin Buchmann <[EMAIL PROTECTED]> 
>>>>> 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
                                [EMAIL PROTECTED]

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
  


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to