-
Any way to have a better way of understanding why it can't parse the file?
This error is not very helpful
```
[ERROR] IndexDefect: index 3 not in 0 .. 2
```
-
The Configuration object provides methods such as `setPager()`, `setRequireSemicolons()`, `setErrorLoggingLevel()`, etc, which it would be nice to have access to directly from the REPL (if doing so at…
-
Recipe:
- `cd` to some dir other than `/home`
- `(format t "/home~&")`
- Place point on the "/home" that was just outputted.
- Run `M-x ffap`.
Expected: `find-file` should default to "/home".…
-
What would be a good starting point to test out different characters for PowerShell auto-complete? Is (M-x shell) + activating PowerShell inside + using send-buffer commands good enough? Or should we …
-
## Expected behavior
`cider-load-buffer` should report any top-level exceptions
## Actual behavior
`eval-last-sexp` on e.g. `(cons 1 2)` will correctly report an error, while `cider-load-buff…
-
hello,
i just test your mode for foxdot, but unfortunately i got an error just with the command require.
info:
Emacs 28.0.90 on fedora 34.
here is the message:
`
Debugger entered--Lisp error: …
-
If I split an emacs frame in two windows, having a forth program (`example.f`) in one window and the other window having the Forth interaction buffer, `*forth*`, I'd expect that, if I press C-c C-e in…
-
https://orgmode.org/worg/org-contrib/babel/languages/index.html
It should use Scheme like `run-scheme`.
-
"M-x", "which-key-show-keymap", select any keymap. "C-h n" displays:
f5 which-key-C-h-dispatch C-h which-key-C-h-dispatch
[ paging/help]
When which-key pops up automatically after a key is p…
-
https://github.com/UnkindPartition/ansi-terminal/blob/1ca977b137fb513b1990646b01bf45b8ced192a7/src/includes/Common-Include.hs#L247-L252
`hSupportsANSIColor` was introduced in #75 by @fommil to impl…