-
I have a tree-sitter parser that I'm trying to add to emacs-tree-sitter. However, when running `(tree-sitter-require 'rsm)`, I get the following error ("rsm" is the name of my language):
```lisp
D…
-
For example:
```elisp
(unbind-key ([remap xref-find-definitions]) go-mode-map)
```
Return errors:
```elisp
Debugger entered--Lisp error: (invalid-function [remap xref-find-definitions])
([r…
-
# Error
```
1 | (rule
2 | (targets cflags.sexp)
3 | (deps
4 | (:first_dep cflags.sh))
5 | (action
6 | (bash "./%{first_dep} > %{targets}")))
./cflags.sh: 2: set: Illegal option -o pipef…
-
Unless I've overlooked something, there doesn't appear to be an easy way to begin inserting something at the beginning/end of a list. With cursor in special position as indicated, what is the idiomati…
-
Hi there,
Thanks for this cool library. I'm using it to parse programs written in a lisp-like language (the stack goes like this: read sexps → parse into an AST → resolve names → typecheck).
I'…
-
Having the checker enabled results in this error:
```
Error from syntax checker clojure-cider-kibit: Done with no errors
error in process filter: Wrong number of arguments: (((form closure (t) (n…
zilti updated
4 years ago
-
I am assuming that it is trying to convert the fetched fields into another data-type, rather than the data type per the database. In the code below, paidAmt is of data type decimal(19,2).
R Code:
…
-
The following cryptic warning is issued when I try to install merlin in a ocaml 4.14 switch:
```
[WARNING] While removing num.1.4: cannot revert:
- permission change of:
- [hash] lib/oca…
-
Inspired by [recent discussions and progress](https://github.com/paleolimbot/geoproj/issues/2) in other libraries, and by [`data.table`](https://github.com/Rdatatable/data.table/pull/4084) exposing th…
-
Background: I have a variant copy (for the time being) of `like-text%` from `object.rkt`. It uses my tokenizer strategy that can stop early on "convergence". As we discussed if it seems suitable for e…