Radon Rosborough

Results 593 comments of Radon Rosborough

See also https://github.com/Fuco1/smartparens/issues/828.

See e.g. https://github.com/raxod502/radian/blob/f8967de3a5a1f84b3546bd57dd6226a85bd69a55/emacs/radian.el#L429-L474

Yes, that's a known issue. There are reasons to stick to the existing way of doing things, as mentioned in https://github.com/radian-software/el-patch/issues/60#issuecomment-1126230778, but I suppose it would not be a bad...

@derrickpelletier Any update here? This seems like a really basic feature, so perhaps we are missing something about the intended usage of your library.

Ah, I have found that if I use `ScaleLoader` instead of `BounceLoader` then the problem does not occur. I could not tell you why.

Yes, I agree: the desired behavior you describe is what should happen. It sounds like there is a bug that prevents this from being the case currently. The scroll position...

Yes, replacing `.*` with `.*?` in the greedy regexp builder should be safe and sensible, as you suggested. I have no objection to making the prompt appearance customizable. I, in...

The linked PR has an interesting idea. Since we already have to explicitly support each new major mode, I am not sure if it will actually improve the user experience...

Filed https://github.com/ruby-syntax-tree/syntax_tree/issues/144 for an upstream issue I discovered while trying to get CI to pass.

The folks upstream most generously fixed that issue, but apparently the same problem occurs with https://github.com/ruby-syntax-tree/syntax_tree-rbs, which is also a dependency, so I'll submit a pull request for that.