Re: Menu bar is skrewed up when using filesets

2006-03-27 Thread YAMAMOTO Mitsuharu
> On Mon, 20 Mar 2006 14:44:52 +0100, Martin Buchmann <[EMAIL PROTECTED]> 
> said:

> After I erased all of the customization for the filesets section and
> the ~/.filesets-cache.el file, filesets are working fine again.
> Nevertheless, I don't understand how a corrupted cache file or a
> wrong customization could lead to this behaviour.

Then it seems to be difficult for us to know what was wrong without
your customization and the cache file.  If you feel uncomfortable to
make them public by sending them to the list, can you send them to me
directly?

 YAMAMOTO Mitsuharu
[EMAIL PROTECTED]


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


Re: Menu bar is skrewed up when using filesets

2006-03-20 Thread Martin Buchmann

Hi,

YAMAMOTO Mitsuharu said the following on 20.03.2006 10:45 Uhr:


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


Thanks for your efforts. Applying your patch, doesn't change anything 
after recompiling.


After I erased all of the customization for the filesets section and the 
~/.filesets-cache.el file, filesets are working fine again. 
Nevertheless, I don't understand how a corrupted cache file or a wrong 
customization could lead to this behaviour.


Best regards
  Martin

--
No one can make you feel inferior without your consent.
-- Eleanor Roosevelt


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


Re: Menu bar is skrewed up when using filesets

2006-03-20 Thread YAMAMOTO Mitsuharu
> 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 -  1.38
--- src/macmenu.c   20 Mar 2006 09:37:46 -
***
*** 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


Menu bar is skrewed up when using filesets

2006-03-20 Thread Martin Buchmann

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.

If have uploaded a screen shot to make clear what I am talking about:

http://www.uni-jena.de/~p4buma/downloads/MissingMenus.png

The problem seems to appear in every CVS Carbon Emacs I have built since
end of January, before I never had this problem. There is no error
message, even if I start Emacs using the --debug-init option. If i leave
out the (filesets-init) line, everthing works fine.


In GNU Emacs 22.0.50.1 (powerpc-apple-darwin8.5.0)
 of 2006-03-17 on metallw08.timewe.uni-jena.de
X server distributor `Apple Computers', version 10.4.5
configured using `configure '--without-x' '--prefix=/usr/local''

Important settings:
  value of $LC_ALL: de_DE.UTF-8
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Info

Minor modes in effect:
  encoded-kbd-mode: t
  global-balanced-mode: t
  balanced-mode: t
  recentf-mode: t
  iswitchb-mode: t
  msb-mode: t
  display-time-mode: t
  show-paren-mode: t
  tooltip-mode: t
  auto-compression-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Recent input:
 
 
 
C-s f i l e s e t C-s C-x k  C-x b i n 

  
   
   
   
   
  


  
 M-x r e p o r t - e m a c s - n
 b u g 

Recent messages:
Recognizing tables...done
View mode: type C-h for help, h for commands, q to quit.
Mark set
self-insert-command: Buffer is read-only: #
Loading debug...done
Entering debugger...
Mark set
Mark saved where search started
Unable to load color "BrightBlack"
Loading emacsbug...done


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