Paul,
Would you please change my email address from [EMAIL PROTECTED]
to [EMAIL PROTECTED] ?
Ted,
You need to enable abbrev-mode to use jde-cflow.
M-x abbrev-mode
Thanks,
Eric
: On Mon, Aug 30, 1999 at 02:00:18PM -0400, Ted Guild wrote:
: >
: > I was checking on recent add ons to JDE and found the jde-cflow.el but
: > not how to install it either on the JDE site nor in the lisp code.
: > Tried the usual require and load within .emacs, even loaded it with
: > JDE going on a Java buffer. Mail to the author's address
: > [EMAIL PROTECTED] was bounced. Looked over tempo.el and got no
: > hints. Using latest JDE 2.1.5 and Gnu Emacs 20.3.1 on Linux. Looks
: > like an amazing lisp add-on. Appreciate any direction.
: >
: > Regards,
: >
:
: (load "jde-cflow")
: (custom-set-variables
: '(jde-enable-abbrev-mode t)
: )
:
:
: Then open a java file and try typing
: if<space>
: somewhere in your document.
:
: You may need to play with the layout some, the indenting style didn't
: match mine.
:
: Brad
:
: --
: --- There are two kinds of knowledge, you either know the answer or
: you know where to find it
: -Kane, Johnson, and anonymous
: