-
Currently if you hit `M-s` in the middle of the code below it transforms from
```
test(foo,bar) => testfoo,bar
```
Given that parentheses are optional in ruby I would expect the default transformati…
-
I'm interested in accessing some reference counting functionality in R, but I noticed that e.g. `MAYBE_SHARED`, `NO_REFERENCES` have no bindings generated. This is of course because of the fact that b…
-
I'm not sure if this is possible, but if it is, I think it would be great.
`smartparens` defines a C-u prefix to mean `infinity` (see the documentation [here](https://github.com/Fuco1/smartparens/wik…
-
It would be nice for there to be an option to put all of the output (SAT vs UNSAT, full countermodel, smt query, path, others) of the WP in a structured format, one of YAML, Sexp, or JSON. This would…
-
I just want to make sure I am getting the most out of this very useful plugin. My question is, if I want to move an element from one form to another it seems like I am left to deal with whitespace man…
-
Foreign functions bound using `sexp_define_foreign` are required to have a signature that only includes the context, a reference to the function itself (it's not completely clear to me what the typica…
-
How to use `evilmi-jump-items-native` jump between inline math of a buffer under LaTeX-mode?
For exmaple, a buffer just include the single line
```
\(aaa bbb\)
```
If the cursor is at the be…
-
Although it is safer to ignore prior variables during an install, OPAMROOT should be settable to another location to save space.
Perhaps make it a variable in a sexp file with a USERNAME wildcard s…
-
Sorry in advance because the minimal reprex is not that minimal: it involves `Rcpp`, and the issue I found is that some objects are not being garbage-collected because of `magrittr` (I'm adding @eddel…
-
If ] could skip over existing delimiters as well, this would make for a great replacement for `sp-up-sexp`.