-
I ran the function `M-x magithub-new-pull-request-from-issue` in an
issue buffer, I got the following error:
```
Debugger entered--Lisp error: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’")
a…
-
When I try to compile the package I get this error:
```lisp
Debugger entered--Lisp error: (cl-assertion-failed ((not (symbolp body)) nil))
cl--assertion-failed((not (symbolp body)))
eieio--d…
-
gtel version - v0.9.0
```
transient-setup: Wrong type argument: (or eieio-object cl-structure-object oclosure), ""
```
-
I get the following error in GNU Emacs 29.0.50 on macOS 12.5.1.
```emacs-lisp
Debugger entered--Lisp error: (error "Eager macro-expansion failure: (error \"Eager macro...")
error("Eager macro-e…
-
#### Description :octocat:
After updating Spacemacs and my packages November 7th 2024, I haven't been able to use magit at all.
#### Reproduction guide :beetle:
- Start Emacs
- Navigate to a dir…
-
When I start the org-roam-server with (org-roam-server-mode t), I get this (taceback)
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
file-name-directory(nil)
org-roam-server-…
-
Emacs ships with over 7000 elisp tests. Bootstrapping these tests would make a good milestone and help ensure correctness. These tests can be run with `make check` in GNU Emacs.
-
I think this error appeared in Emacs version 29 or above. 🤔
I've tested on both macOS and Windows 11 with `emacs -q`.
```
Debugger entered--Lisp error: (wrong-type-argument stringp (nil))
x…
-
I'm trying to setup integration with iCloud calendars.
here is relevant part of my Doom Emacs config:
```elisp
(use-package! org-caldav
:after org
:config
(setq org-caldav-url "https://pX…
-
#### Description :octocat:
Trying to use the rust `lsp-mode` with `rust-analyzer` doesn't work.
#### Reproduction guide :beetle:
- Start Emacs
- Open up `eshell`
- `cd` a directory outside of `…