Molitor, Stephen writes: > I'd like to disable jde-cflow-if. What's the best way to do that? I > couldn't find 'if' in jde-mode-abbreviations. > Hi Stephen,
The variable jde-gen-abbrev-templates lists the control flow templates. The function jde-gen-load-abbrev-templates adds the templates to the local-abbrev-table for Java source buffers. Your .emacs file could delist templates that you want to disable. Probably the best long-term solution would be to turn jde-gen-abbrev-templates into a customizable variable. I'll put this on my to-do list but I won't get to it for a while so if somebody else wants to do this, feel free. Paul
