current method name

2002-12-13 Thread Marcel Schepers
I am looking for a ELisp code example how to get the name of the current Java method. I am trying to learn ELisp, so my first emacs extension would be something to automatically insert some Java code. For example, before: public void foo(int i){ } after: public void foo(int i){

wrap compiler output lines

2002-08-28 Thread Marcel Schepers
Does anyone know how to wrap the compiler output so that scrolling in the output window wouldn't be necessary anymore? Thanks, Marcel