Hi everybody,

i am using NTEmacs 20.6 under NT... 

How can i get the current method name in lisp function ?

for example :

private toto(String arg1)
{
        while(true)
        {
                tutu(....
                          ^ i am here
and i want to get "toto" or "private toto(String arg1)" ...

Thank you , and Thanks to the JDE team 
Benoit.


Reply via email to