-
### Describe the usage question you have. Please include as many useful details as possible.
Hello,
I'm trying to build bindings around a lib that expose std::shared_ptr to R scripts.
Is ther…
-
Since you're rethinking some things about ranges now, I figured I may as well throw this out there.
It occurred to me recently that there may be situations in which the "position" of an error is not …
-
[Paredit.vim](https://github.com/kovisoft/paredit) is probably quite similar to paredit.el
My favorite is https://github.com/guns/vim-sexp + https://github.com/tpope/vim-sexp-mappings-for-regular-p…
-
For scalar types we can continue to simply copy numbers. However, for larger data we will want to have Nim wrapper types that allow access to the underlying data of the `SEXP` without copying.
A sk…
-
Hey friends, I'm back lol.
I'm using the ["wrap form replication"](https://github.com/julienvincent/nvim-paredit#vim-sexp-wrap-form-headtail-replication) functionality you've put in the readme, but…
-
When a `WriteItem` is called with an EXTERNALSXP that is not `Code`, `Function` or `DispatchTable`, it ends up in an endless loop.
`WriteItem` calls to an `externalCodeWrite` function pointer, whic…
-
I am having difficulty in building regtools
cmake - 3.0.1, 3.10.2 and 3.4.3 gives the same error
`Linking C shared library librmath.so
CMakeFiles/rmath.dir/snorm.c.o: In function `norm_rand':
sn…
-
## Expected behaviour
Should transpose the adjacent lines
## Steps to reproduce the problem
```elisp
ffo | foo
baz
```
Call `sp-transpose-hybrid-sexp`, it will error.
Fuco1 updated
7 months ago
-
Some very rough preliminary testing shows them to return the same results in a few different file types that I've checked, however in Common Lisp, this is a valid function call/name for a function tit…
-
With `eval-last-sexp` you can evaluate the last expression even if you put your cursor on the whitespace after the outer form, `macrostep-expand` however fails with `Scan error: "Unbalanced parenthese…