-
I'm using the latest master branch with MSVC on Windows. I had ocurl working in release 0.9.2.
```sh
$ opam exec --switch dkml dune build
File "_build/default/clibs.sexp", line 3, characters 1-93…
-
**Describe the bug**
When using the pkgconfig branch, changing the order of the statements for specifying extensions and the new :libraries statement causes different behaviour of clasp:
It either…
-
Thanks for all your work on this plugin!
I see in #49 and #53 that nvim-paredit isn't intended to be a drop-in replacement for vim-sexp. However, I suspect this is still how most users will see it,…
-
https://github.com/PLTools/Lama/blob/be0b32f7b9c75e61eff377cd34d4f65ebeeca204/runtime/runtime_common.h#L28
https://github.com/PLTools/Lama/blob/be0b32f7b9c75e61eff377cd34d4f65ebeeca204/runtime/runtim…
-
I seem to be getting an error from doing `(org-node--series-jump "d)`
```` elisp
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
org-node--series-jump("d")
(progn …
-
I feel like this isn't a real issue, but OTOH, it's not worth disturbing all the readers of the ocaml discussion forum.
Are s-expression grammars no longer supported in ppx_sexp_conv ? There's d…
-
Better to do sexp also in python to make everything super easy to use.
-
Given this content
```js
values
.filter((a) => a)
.filter((a) => a);
```
in a `js2-mode` buffer, `forward-sexp` seems to work fine but `backward-sexp` goes back to the beginning of the…
-
Consider the program:
```
main = print $ (`div` 2) 3
```
If you put the cursor inside the brackets anywhere *except* on the first back-tick character and hit `C-M-u` (`backward-up-list`) the c…
-
With emacs 29, `treesitter` will be built-in. It may be a good idea to take advantage of that.
Here is the [comment on a reddit post](https://www.reddit.com/r/emacs/comments/z91z63/comment/iyewjmp)…