drym-org / symex.el

An intuitive way to edit Lisp symbolic expressions ("symexes") structurally in Emacs
Other
271 stars 22 forks source link

Highlight doesn't always stay up to date with position #67

Open devcarbon-com opened 1 year ago

devcarbon-com commented 1 year ago

Hi @countvajhula, I'm planning to quickly write up issues I've noticed with the latest symex update. If you would rather wait until I have more time to do a proper "bug report", let me know!

Currently, only navigation triggered by symex movements updates the highlight (I really like that new feature, by the way!).

Other moments, whether by lispy-ace-paren or mouse, scrolling, etc do not.

devcarbon-com commented 1 year ago

Turns out symex-shift commands also do not update the highlight.

countvajhula commented 1 year ago

Thanks for reporting these @devcarbon-com !

I'm planning to quickly write up issues I've noticed with the latest symex update. If you would rather wait until I have more time to do a proper "bug report", let me know!

As the changes are currently in the master branch, I think bug reports are indeed appropriate, though of course, some of them would probably be headed off by the work that will be done on the road to the 2.0 release. I'm in the process of converting all the tickets on the original tree-sitter planning project into actual issues on the repo now. If you encounter a bug, you could take a look to see if there are any existing open work items (see the new Kanban board) related to it, and in that case it would be better to comment there than create a fresh bug report.