-
In a buffer with
```lisp
#C(0.0 0.0)
```
Placing the cursor after the closing parens and `C-x C-e` will land me in the debugger with:
```lisp
Execution of a form compiled with errors.
Form:
…
-
The emacs developers gratuitously broke all kinds of things.
M-P (C-W p) doesn't work in 'redo' minibuffer any more.
C-U doesn't work in electric-buffer-list any more.
C-J (electric-newline-and-maybe…
-
I figured starting an issue noting other go-R efforts might be helpful, if also to alert those people and possibly bring them into the fold
-
# Steps to reproduce:
1. `(add-hook 'eval-expression-minibuffer-setup-hook 'lispy-mode)` to enable `lispy-mode` in `M-:`
2. Activate `edebug` somewhere
3. Press `e` (`edebug-eval-expression`)
4. T…
-
Since experiencing how freeing a tool like `gofmt` is when run automatically on all code, I've been wishing Ruby had a similar tool. Having a tool do formatting for you takes one thing off your mind, …
misfo updated
11 years ago
-
How does this relate to https://hackage.haskell.org/package/first-class-families? It seems to have a similar module hierarchy, but what's the relation?
What's the goal?
How to use it?
Which p…
-
I have over a thousand archived tasks that I almost never want to see in the list of search candidates. I can manually exclude them by adding `!tags:ARCHIVE` to the search query, but I would like to d…
-
## Expected behavior
Display result of evaluation commands and debugging steps in ``*cider-result*`` popup-buffer just like ``cider--pprint-eval-form`` does.
- An option to pprint into ``*cider-resu…
-
To reproduce:
- Open with `emacs -Q`
- Evaluate:
```
(progn
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directo…
-
Any macro that uses symbol literals or s-expressions is really verbose and difficult to read. For example, this is a macro that appends macros to the local macro table.
```
(macro append_macros ($ma…