Matus Goljer

Results 695 comments of Matus Goljer

Hey Alex. Three years later and after a year of using R daily, I finally got to this :D There were multiple bugs surrounding this code, which over the years...

This will probably be fixed by #756

Probably web-mode tries to do the expantion as well and you get one too many. Do you use some special smartparens config, or a package like spacemacs, prelude? Sometimes configurations...

It might be a good idea then to open an issue on spacemacs as well and link here. They are quite responsive, and if needed we can implement something on...

@nils-schween Hi, I just want to let you know that your efforts are very much appreciated and I will try to read and resolve it when I can. The problem...

I would very much welcome this. The configurations are supposed to be somewhat opinionated, so I'm not as strict with accepting things which might be controversial. What you described all...

Internally a large part of the search is handled by regexps, so 10 pairs of the form `blaX`, `blaY`, `blaZ`, ... will create a pretty efficient regexp, something like `bla[XYZ]`....

Personally I would consider the looping impact negligible. When I profiled SP a couple times it never came up as a bottleneck. So unless there is some other reason I...

Yep I can reproduce this. Definitely a bug. How did you find it? Does it trigger some weird behaviour further down the line?

Thanks for the awesomely detailed repro scenario! Much appreciated. Can you, as a temporary workaround, try to set `sp-escape-quotes-after-insert` to nil? I don't have E26 set up at the moment.