Hello,

 I've been trying to get rid off the control flow expansions --- as
if () .... (which trouble me greatly).
So I've set jde-gen-cflow-enable to nil (both using the menu and
.emacs), that didn't do anything (as far as I can tell).

 So I looked into jde.el. Not really knowing anything about emacs
lisp, I stuck some bogus call just before the if statement that
queries jde-gen-cflow-enable. After that I get an error message only
if I go explicitly into abbrev-mode (not when jde is loaded).

 If  I explicitly turn abbrev-mode off, the expansions don't take
place. So I stuck
(add-hook 'jde-mode-hook
  (function (lambda () ((abbrev-mode '0))))
)
 into my .emacs which does nothing.

I also made sure that Jde Enable Abbrev Mode is nil.

So at the moment I have to type abbrev-more in each file, which seems
somewhat inadequate.

I've got jde-2.3.5.1 running on Mac OS Leopard.

Am I doing something wrong?

--
Mikoláš
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
jdee-users mailing list
jdee-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to