It was already nil, but I just tried removing the previously-mentioned code
from my .emacs and then customizing to non-nil and then nil.

I now have the following at the end of my .emacs:

(custom-set-variables
 '(jde-enable-abbrev-mode nil))
(custom-set-faces)

but still have the same problem.

I haven't yet tried Philip's rather gruesome suggestion (thanks, though)
... hoping for something a bit easier and cleaner.

BTW, I think that Paul's abbrevs are lovely ;-), but interact badly when
trying to work via voice recognition.  I'm working (almost done) on a new
demo, but you can checkout an older demo at:

  http://voicerecognition.org/developers/jepstein/JavabyVoice/


-Jonathan


At 12:01 PM 3/9/00 , Paul Kinnucan wrote:
>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.

Reply via email to