Simon Pugnet

Results 28 comments of Simon Pugnet

@xzz53 Thank you for putting all of these changes into a fork :) I've noticed that it doesn't seem to work with Emacs 28.0.50 however. Specifically it seems that `lexical-let`...

@xzz53 Thanks for sorting that out :)

I can confirm too that I have problems typing inside of string delimiters even with `display-line-numbers-mode` disabled.

Just temporarily (as I haven't had time to debug this properly yet), I've removed all functions from `php-syntax-propertize-functions` like so: - ```elisp (setq php-syntax-propertize-functions '())) ``` Now there's no delay...

@countvajhula Thanks for the feedback! > - deleting a symex selects the parent expression instead of a neighboring expression > - Undo (u) leaves things in a weird state, and...

@countvajhula woohoo! That's very exciting! I think it's a good idea to rebase the integration work as it will have to function with evil-repeat anyway. I haven't checked the diff...

@countvajhula, sorry to sound like a broken record, but apologies for the lack of recent activity again. I have a lot of things going on both at home and at...

> I'm not sure when I'd get around to setting this up, but I wanted to give you an early heads up since it may involve some logistical stuff like...

@countvajhula I've just rebased this PR onto the latest `symex-ts-integration` commit. I added a fix due to the recent changes to the overlay and improved node deletion slightly. Perhaps you...

Hi @countvajhula, I haven't had any time to work on this recently I'm afraid, so please feel free to go ahead! Fixing the leap branch issue does indeed sound like...