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)

Reply via email to