-
The function `tryParseJSON()` in editable-form-utils.js is dangerously bad. The regex used to test if a string is JSON is terribly made, only checking if the string begins and ends with "[" or "{" and…
tupto updated
4 years ago
-
Doom has its own mechanism to lock packages to specific revisions. Currently, `nix-straight.el` only knows how to extract package *names* and not additional metadata for versions / tags / git revs as …
ckiee updated
2 months ago
-
When using powerline-center-evil theme, and switching to the *Messages* buffer, the powerline theme is unapplied. Switching back to *Buffer List* or *scratch* re-enables the theme. See:
And wit…
-
There's something wrong with matching functions: instead of matching current word and then next, it matches first and then only a whitespace after another word.
I'm using config provided in the readme…
-
## Expected behavior
On this code `(println (+ 1 (* 2 3)))`
with the cursor anywhere in (* 2 3) we expect to eval 6, as I understand from: https://github.com/clojure-emacs/cider/pull/2881
> This ad…
-
Hi,
I wonder what is the expected behavior when proof-multiple-frames-enable is set to t.
I'm using PG on macOS and spacemacs. I was expecting that at least the `*goals*` buffer shows up in a se…
-
#### Description :octocat:
The general performance of Emacs gets very slow sometimes. This specifically happens with LaTeX and after opening the pdf and scrolling. The pattern is ambiguous. When it h…
-
VSCode interface shows this as erroneous code but it works fine in game `endendgotoe` (thats end end goto e)
Also shows `andn` in `(n>0andn
-
# Visually inconsistent text markup / font style
Using the same syntax for different elements on a list, the fonts weight or style is rendered differently.
## Expected Behavior
Visually consi…
-
# Issue type
- Bug report
# Reproduction steps
- Start Emacs
- in scratch buffer type in new line:
- `(+ 1 1)`
- Move point to end of the line (.e.g. `$`)
- Use `backward-kill-sexp` in norm…