-
Updated
Sep 20, 2020 - Emacs Lisp
emacs-modules
Here are 23 public repositories matching this topic...
-
Updated
Aug 19, 2020 - Emacs Lisp
-
Updated
Feb 27, 2019 - Haskell
-
Updated
Jan 12, 2019 - Emacs Lisp
-
Updated
Sep 1, 2018 - Emacs Lisp
-
Updated
Mar 6, 2020 - Emacs Lisp
-
Updated
Nov 24, 2015 - Emacs Lisp
-
Updated
Apr 1, 2018 - Emacs Lisp
-
Updated
Aug 11, 2018 - Emacs Lisp
-
Updated
Jul 31, 2020 - C
-
Updated
Nov 9, 2018 - Emacs Lisp
-
Updated
Sep 2, 2020 - Emacs Lisp
-
Updated
Mar 24, 2019 - Emacs Lisp
-
Updated
May 26, 2019 - Emacs Lisp
-
Updated
Jun 16, 2018 - C++
-
Updated
May 14, 2020 - C
-
Updated
Jul 2, 2017 - Emacs Lisp
-
Updated
Dec 13, 2018 - C
Improve this page
Add a description, image, and links to the emacs-modules topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the emacs-modules topic, visit your repo's landing page and select "manage topics."


When a query is invalid,
ts-make-queryraises an error like this:(rust-panic "called `Result::unwrap()` on an `Err` value: Syntax(1, \"[(call_expression function: (identifier) @function)]\\n^\")")This is because _make_query uses
unwrap.It should instead define a new error class, e.g.