Hello again,
I am sorry to repost but I just fixed a little bug in senator
navigation. Following is a patch to avoid resending the whole source.
I tested it with semantic 1.2 and it seems to work :-)
Sincerely,
David
*** senator.el 2000/11/10 16:04:20 1.1
--- senator.el 2000/11/10 17:03:03
***************
*** 229,236 ****
(setq where "start")
(goto-char (semantic-token-start found)))
(setq where "end")
! (goto-char (semantic-token-end found))
! (setq senator-last-visited found))
(semantic-momentary-highlight-token found)
(senator-message "%S: %s (%s)"
(semantic-token-token found)
--- 229,236 ----
(setq where "start")
(goto-char (semantic-token-start found)))
(setq where "end")
! (goto-char (semantic-token-end found)))
! (setq senator-last-visited found)
(semantic-momentary-highlight-token found)
(senator-message "%S: %s (%s)"
(semantic-token-token found)
- Re: Navigating Java functions? David Ponce
- Re: Navigating Java functions? Galen Boyer
- Re: Navigating Java functions? John Cooper
- Re: Navigating Java functions? David Ponce
- Re: Navigating Java functions? Galen Boyer
- Re: Re: Navigating Java functions? David Ponce
- Re: Re: Navigating Java functions? David Ponce
- Re: Navigating Java functions? John Cooper
- Re[1]: Navigating Java functions? Eric M. Ludlam
- Re: Re[1]: Navigating Java functions? David Ponce
- Re: Re[1]: Navigating Java functions? John Cooper
- Re[1]: Navigating Java functions? Eric M. Ludlam
- Re: Re[1]: Navigating Java functions? David Ponce
- Re[1]: Navigating Java functions? Eric M. Ludlam
