My apologies. I didn't notice when I ran this example that there
was an error message "mapc symbol undefined". Apparently, the jdok
library relies on some utilities defined in JDE and will therefore not
run without JDE (it always seemed odd to me that Emacs Lisp did not include
the standard Lisp mapping functions).
Thank you for taking the time to reply. -CR
> Date: Sat, 08 Apr 2000 00:45:31 +0000
> From: Paul Kinnucan <[EMAIL PROTECTED]>
> >
> >I downloaded jdok 1.6 from http://sunsite.auc.dk/jde/contributions.html
> >and tried it in Emacs 20.3.1 (not JDE) on the following simple example:
> >
> > public void pop (DiscourseEvent event) {
> > occurredIf(event);
> > }
> >
> >and got the following incorrect result (cursor was on line with public):
> >
> > /**
> > * Describe 'pop' method here.
> > *
> > public void pop (DiscourseEvent event) {
> > occurredIf(event);
> > }
> >
> >Do you not support this format of method header? This is a standard
> >formatting for Java code in all of the Sun tutorials etc., but in the
> >library file, you seem to suggest that a method header must look more
> >"C-like."
> >
> >Please advise, -Thanks CR
> >
>
> Hi,
>
> When I put the cursor in the first line of the method and execute C-cj, I get:
>
> /**
> * Describe 'pop' method here.
> *
> * @param event a value of type 'DiscourseEvent'
> */
> public void pop (DiscourseEvent event) {
> occurredIf(event);
> }
>
> - Paul
--
Charles Rich | Mitsubishi Electric Research Laboratory (MERL)
617-621-7507 phone | 201 Broadway
617-621-7550 fax | Cambridge, MA 02139
[EMAIL PROTECTED] | http://www.merl.com