David, 

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

-- 
    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

Reply via email to