Hello again

it seems that whenever I use jde-wiz-implement-interface in beta8, the
first time I get a 'wrong argument listp' error, and from the second
time onwards the interface definitions are inserted, but for some reason
quoted, i.e.

"// implementation of java.awt.event.MouseListener interface

/**
 *
 * @param param1 <description>
 */
  public void mouseClicked(MouseEvent param1) {
                // TODO: implement this java.awt.event.MouseListener method
  }

..............

/**
 *
 * @param param1 <description>
 */
  public void mousePressed(MouseEvent param1) {
                // TODO: implement this java.awt.event.MouseListener method
  }"

note the two double quotes at the start/end.

Another thing is that it seems that Emacs' 20.3 speedbar.el didn't work
for me with beta8 (I got something like 'c-frame undefined' while
loading jde) but copying the speedbar.el from beta1 in the lisp
directory fixed things.

Are these already known issues ?

Cheers !

Marco

Reply via email to