]> git.eshelyaron.com Git - sweep.git/commit
FIXED: tokenizing adjacent operators
authorEshel Yaron <me@eshelyaron.com>
Fri, 26 May 2023 07:18:38 +0000 (10:18 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 26 May 2023 07:18:38 +0000 (10:18 +0300)
commit3c0eda9c0e63c34a3e24d7a7800895364a138a38
tree6586756486e49bfe0e2ee083730234c44cedad48
parentd5525f70aa6f4a8c3e91263ed4a9398337c82303
FIXED: tokenizing adjacent operators

Make Sweep's Prolog tokenization functions more careful in their
handling of unrelated adjacent operators.  This fixes an issue that
affects term-based movement commands and other commands that rely on
'sweeprolog--forward-sexp' and friends.

* sweeprolog.el (sweeprolog-next-token-boundaries)
(sweeprolog-last-token-boundaries): Fix handling of
adjacent (distinct) operators.

* sweeprolog-tests.el
(forward-sexp-with-adjacent-operators): New test case.
sweeprolog-tests.el
sweeprolog.el