At 01:31 PM 6/23/99 +0200, Laurent Guiraud wrote:
>Well,
>my problem is not how to change the style because I can do it manually
>but
>is that my hook "my-jde-mode-hook" is never called and I wonder why !
>
>This works fine in my .emacs:
>(add-hook 'c-mode-common-hook 'my-c-mode-common-hook)
>
>The hook function 'my-c-mode-common-hook is called but not my function
>'my-jde-mode-hook.
>Here is my problem.
>
>I know that there is a problem with NTEmacs ... ==> hooks instead of
>hook, what about xemacs NT ?
>
The following error
File mode specification error: (wrong-type-argument sequencep #<keymap 0
entries 0x3c7e>
occurs when I try to open a Java source buffer in NT/XEmacs 21.2b15 with
JDE 2.1.6beta3. The error aborts execution of the jde-mode function. Since
the jde-mode-hook function is the last function that jde-mode invokes, it
never gets invoked because of the error. Perhaps this is happening in your
case. XEmacs works fine with JDE 2.1.4, the version with which it is shipped.
I'll look into the error as soon as possible.
- Paul