"David Ponce" <[EMAIL PROTECTED]> writes:
> Here is a new version of SEmantic NAvigaTOR with improved navigation in
> semantic token where to step at start and end.
>
> - `senator-next-token' move the point to the end of token if it was at
> beginning or in the middle of the token.
>
> - `senator-previous-token' move the point to the beginning of token if
> it was at end or in the middle of the token.
Thanks, that's definitely better.
Now, would it be possible to have senator-next-token never take me to the
beginning of a function and have senator-previous-token never take me to the
end of a function? Then it would work just like {beginning,end}-of-defun in C
and Elisp buffers.
Cheers,
--- John