Matus Goljer

Results 743 comments of Matus Goljer

When you have a pair which is multiple characters and you tab-complete it this will make sure the ending is inserted as well. Maybe hippie expand changed its logic and...

Thanks for the analysis, I think we might be able to check if yasnippet expand was triggered and choose what to do based on that. I'll put this on the...

I don't think I did, sorry :cry: I found the file and even the referenced line, but can't reproduce it now, it grew a bit so there is now about...

Does it break the working directory? I suppose if it's a symlink and we don't resolve it the application will do so anyway, so that's not really necessary. I think...

This is very nice! I was also thinking there could be an optional clause where you provide the error message / or rather actually describe the assertion: ``` assert (prefix_count...

For synchronous requests I would most prefer it to throw an error I can handle with condition-case or ignore. I like that I can just let-bind the result and not...

You can also try to run `eask exec elsa-lsp` (or `cask ...`) in the terminal to see if it errors out on anything. `lsp-log` comes from lsp mode so it...

Hi. There are `sp-forward-parallel-sexp` and backward variant which loop on the same level, so at the end of the list it jumps after the first item. It wouldn't be hard...

This is most likely not Eask related and there is simply some code that Elsa chokes on. It still happens quite often as it's hard to get all the edge-cases...

> Yep, you are right, It's most probably because of some code that Elsa can not properly understand. But should Elsa just fail to continue in such cases? I think...