On Fri, 10 Nov 2000, [EMAIL PROTECTED] wrote:

> The new attached senator.el (SEmantic NAvigaTOR) should work
> with semantic 1.2 (untested) and 1.3 :-)

David,

Thanks alot for the patch.  I now can jump from one function to
the next.  Nice.

I'm a bit confused about making it recognize variables though.

I started by just loading the file and it stepped to next
function, but didn't stop at the variables.  (I believe
"out-of-the-box", it should step to all tokens)

I then tried your suggestion
(add-hook 'jde-mode-hook
          (lambda ()
            (setq senator-step-at-token-ids '(function variable))
            (setq senator-step-at-start-end-token-ids '(function))
            ))
and still only stepped to next function. 

Then I thought, well, maybe it has to do with the other problem
that I never could figure out, which is, that the speedbar
doesn't parse out the variables/methods in any of my java
buffers.  The speedbar lumps them both underneath class
instead. So, I tried an emacs-lisp buffer as well.

(add-hook 'emacs-lisp-mode-hook
          (lambda ()
            (setq senator-step-at-token-ids '(function variable))
            (setq senator-step-at-start-end-token-ids '(function))
            ))

Still, only stepping to next function.

Thanks
-- 
Galen Boyer
New Orleans is sink'n man and I don't want to swim.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to