At 11:56 AM 3/9/00 -0500, you wrote:
>Hi,
>
>I use abbrevs pretty extensively, but need to disable the ones provide by JDE.
>
>By the time I open a .java file under JDE, abbrevs are enabled using my
>customized setup. Unfortunately, JDE also has enabled its own abbrev-table.
>
>I have tried putting both of the following in my .emacs, but neither does
>the job:
>
>
>A:
>
>(define-abbrev-table 'jde-mode-abbrev-table nil)
>
>
>B:
>
>(defun my-jde-mode-hook ()
> (define-abbrev-table 'jde-mode-abbrev-table nil)
>)
>
>(add-hook 'jde-mode-hook 'my-jde-mode-hook)
>
>
>Neither works, although (A) seems to help in some cases.
>
>I'm using JDE 2.1.5 and GNU Emacs 20.5.1.
>
>I wonder if there are some more tricks available, e.g., if I could make
>sure that abbrev-mode is disabled when JDE initializes itself, and then
>re-enabling abbrev-mode thereafter.
>
>TIA,
>
>-Jonathan
>
Have you tried setting jde-enable-abbrev-mode to nil? Note that you MUST
use custom to do this.
- Paul
------------------------------------------------------------
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html
If you have a problem with the JDE, please use JDE->Help->Submit Problem
Report to prepare your query. This will insure that you include all
information that may be required to solve your problem.