dykstrom / basic-mode

Emacs major mode for editing BASIC code
GNU General Public License v3.0
7 stars 10 forks source link

Renumber and goto line number do not work properly without spaces #24

Closed dykstrom closed 1 year ago

dykstrom commented 1 year ago

Renumber lines fails in some situations that should work after implementing #19.

10 GO TO 20
10 GO SUB 20
10 IF X=5THEN20ELSE30

Goto line number (M-.) also fails in some situations.

10 GOTO20

See basic-xref-identifier-at-point.