Matus Goljer

Results 410 comments of Matus Goljer

Yep, basically smartparens works by having a hook on `post-self-insert-hook`. I also have a bunch of special hacks on `post-command-hook` where there is a list of "special insert commands" and...

Really cool! Do you think we could maybe integrate this into the package itself? Maybe it could automatically detect you have eldoc active and then enable the advices.

@nidrissi Not sure if related but this bug is hilarious either way :D I think it would be better if you started a new issue, thanks! The issue from OP...

I don't know, there seems to be a lot of edge cases. For example in lisp you can type `(foo ` which would result into `( foo |)`... but maybe...

@edam Do you think your code is in state that could be contributed to smartparens? I would be happy to add a feature like this. Obviosuly we would need to...

@edam Maybe we can ship it as an additional config that can be required or enabled by some flag. Feel free to put the code somewhere and we can have...

We are trying to get the syntax context at a particular point to detect if the point is inside a string or not. This is done by `syntax-ppss` which might...

That's one use-case yes. But there are also other rules where doing things inside strings acts differently. If you have the strict mode, wrapping with string quotes or other delimiters...

I don't think this is how font-locking works, it certainly shouldn't do a redraw in the middle of the input loop. And we block the command until everything is inserted....

I have the same problem. I use 11 dependencies but only 6 are listed in the package.json. I do not understand how it works but it seems only those directly...